sig~
Convert numbers into audio signals
Description
Use the sig~ object to convert regular numbers into audio signals.
Arguments
value [number]
Number to be sent as a signal
Inlets
value [number]
Number to be sent as a signal
impulse [number]
The right inlet will generate an impulse from the outlet (a value of 1 followed by a value of 0). Sending a
to this inlet will generate an impulse of that duration in either ms or samples, depending on the attribute.Outlets
out [signal]
The signal or impulse to be generated from the input.
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
unit [enum] (default: ms)
Set the unit of the impulse length. An argument of
Possible values: will set the unit to milliseconds, and an argument of will set the unit to samples.0 = 'ms'
1 = 'samples'
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
impulse [number]
The right inlet will generate an impulse from the outlet (a value of 1 followed by a value of 0). Sending a
to this inlet will generate an impulse of that duration in either ms or samples, depending on the attribute.value [number]
Number to be sent as a signal
See Also
Name | Description |
---|---|
sig~ | |
line~ | Linear ramp generator |
snapshot~ | Convert signal values to numbers |