PureData CEAMMC library web documentation
доступно с версии: 0.6
@file
Запросить/установить path file to granulate. Only WAV and AIFF formats are supported.
тип: symbol
@voices
Запросить/установить number of simultaneous grain "voices" to use
тип: int
диапазон: 0..200
по умолчанию: 1
@stretch
Запросить/установить stretch factor used for grain playback (1 - 1000). Granular synthesis allows
for time-stetching without affecting the original pitch of a sound. A stretch
factor of 4 will produce a resulting sound of length 4 times the orignal sound.
The default parameter of 1 produces no stretching.
тип: int
диапазон: 1..1000
по умолчанию: 1
@random
Запросить/установить factor used when setting individual grain parameters. This random factor is
applied when all grain state durations are calculated. If set to 0.0, no
randomness occurs. When @random=0.5, a grain segment of length duration will be
randomly augmented by up to +-duration seconds (i.e., a 30 millisecond length
will be augmented by an extra length of up to +15 or -15 milliseconds)
тип: float
диапазон: 0..0.97
по умолчанию: 0.1
@gramp
Запросить/установить grain ramp. For values of @gramp greater than zero, a linear envelope will be
applied to each grain. If @gramp = 100, the resultant grain "window" is
triangular while @gramp = 50 produces a trapezoidal window.
тип: int
единица: %
диапазон: 1..100
по умолчанию: 50
@gdur
Запросить/установить grain duration
тип: int
единица: ms
минимальное значение: 1
по умолчанию: 30
@goffset
Запросить/установить offset parameter that controls grain pointer jumps between enveloped grain
segments.
тип: int
единица: ms
минимальное значение: 0
по умолчанию: 0
@gdelay
Запросить/установить delay parameter that causes grain calculations to pause between grains
тип: int
единица: ms
минимальное значение: 0
по умолчанию: 0
Авторы: Serge Poltavsky
Лицензия: GPL3 or later