Granular Synthesizer
Syntax
Granulator options
Options
- -name
- Optional user-defined name for the transform
- -gotoTime
- Jump to time in source (seconds)
- Type: Float
- Default: 0
- -rate
- Rate of progress through source
- Type: Float
- Default: 1.0
- -hop_size
- distance between successive grains, in seconds
- Type: Float
- Default: 0
- -grain_size
- Grain size, in seconds
- Type: Float
- Default: 0
- -window
- Window function (triangle, rectangle, hamming, hanning, bh3)
- Type: String
- Default: "triangle"
- -num_grains
- number of simultaneous grains
- Type: Integer
- Default: 10
Inlets
- table
- Table containing sound source
- Type: String
- zero
- Jump to time zero (same as goto 0)
- Type: Unit
- gotoTime
- Jump to time in source (seconds)
- Type: Float
- Default: 0
- rate
- Rate of progress through source
- Type: Float
- Default: 1.0
- hop_size
- distance between successive grains, in seconds
- Type: Float
- Default: 0
- timeIn
- Time source controls traversal through sound source
- Type: Time
- grain_size
- Grain size, in seconds
- Type: Float
- Default: 0
Outlets
- samplesOut
- output samples
- Type: Samples
State Variables
- window
- Window function (triangle, rectangle, hamming, hanning, bh3)
- Type: String
- Default: "triangle"
- num_grains
- number of simultaneous grains
- Type: Integer
- Default: 10
Comments
See Also
- SampleBuffer
- SamplePlayer