PureData CEAMMC library web documentation
available since version: 0.9.5
MODE
pedal mode (should correspond to hardware switch on pedal)
type: symbol
ACTIVE
pedal initial state
type: bool
MODE if 'whammy' - select random preset from 'whammy' modes (right pedal side), if 'harm' - select random preset from harmonizer modes (left pedal side), if 'detune' - select random detune mode. If not specified - select random mode from all categories.
type: symbol
required: True
[STATE] pedal state (on/off)
type: int
reset
turn off pedal and select default preset
IDX preset index
type: int
required: True
[STATE] pedal state (on/off)
type: int
NAME preset name
type: symbol
required: True
[STATE] pedal state (on/off)
type: int
UP up range
type: int
required: True
DOWN down range
type: int
required: True
[STATE] pedal state (on/off)
type: int
@active
Get/set pedal state
type: bool
default: 1
@mode
Get/set pedal mode (should correspond to hardware switch on pedal)
type: symbol
enum: chords, classic
default: classic
@chan
Get/set output Midi channel
type: int
range: 0..15
default: 0
@seed
Get/set random seed
type: int
min value: 0
default: 0
@chords
Get/set alias for @mode chords
type: alias
@classic
Get/set alias for @mode classic
type: alias
Authors: Serge Poltavsky
License: GPL3 or later