dim
Output dimensions of a buffer.
Description
Output dimensions of a buffer~ as sample and millisecond values.
Arguments
buffername [symbol]
The named buffer~ to get the dimensions from.
Inlets
Outlets
out [number]
The left outlet outputs the dimensions of the named buffer~ as a sample value.
outms [number]
The right outlet outputs the dimensions of the named buffer~ as a millisecond value.
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
buffername [symbol]
The named buffer~ to get the dimensions from.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
buffer [number] (default: 0)
If multiple buffer names are declared to be used, this sets the currently active buffer using an index [0 based].
See Also
Name | Description |
---|---|
buffer~ | A data buffer for holding audio (or potentially some other) data. |
lookup~ | Index a buffer object using a signal, for waveshaping. |
channels | Output channel count of a buffer. |