PureData CEAMMC library web documentation
доступно с версии: 0.9.6
'up' - play notes from bottom to up 'down' - play from top to bottom 'tri' - play from bottom to up and then back 'up1' - play top note, then from bottom to up 'down1' - play bottom note, then from top to bottom 'tri1' - play from up to bottom, then back 'random' - play random note, excluding the current one (no repeats) 'random1' - play random note (there can be repeats)
@t
Запросить/установить time between arpeggio
тип: float
единица: ms
диапазон: 1..1000
по умолчанию: 100
@mode
Запросить/установить argpeggiator mode
тип: symbol
варианты: up, down, tri, up1, down1, tri1, random, random1
по умолчанию: up
@seed
Запросить/установить random seed value (to get reproducible random series)
тип: int
минимальное значение: 0
по умолчанию: 0
@external
Запросить/установить use external clock
тип: bool
по умолчанию: 0
@min_notes
Запросить/установить number of minimal notes to perform arpeggio
тип: int
минимальное значение: 1
по умолчанию: 1
@on
Запросить/установить arpeggiator state: on/off
тип: bool
по умолчанию: 1
@pass
Запросить/установить bypass arpeggiator
тип: bool
по умолчанию: 0
Авторы: Serge Poltavsky
Лицензия: GPL3 or later