PureData CEAMMC library web documentation
доступно с версии: 0.6
If no soundfont specified: default soundfont is loaded It is WaveSine.sf2, simple sine synth
[CHAN=0] MIDI channel, ignored
тип: int
VEL MIDI velocity
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
BANK instrument bank number
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
VALUE value in 0..0x3fff range, with 0x2000 center.
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
VALUE value in -1..+1 range, with 0 center.
тип: float
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
VALUE value in -0x2000..0x1fff range, with 0 center.
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
RANGE semitones sensitivity
тип: int
единица: semitone
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set on all channel
тип: int
CC MIDI control number
тип: int
обязательно: True
VAL MIDI control value
тип: int
обязательно: True
gen
set a SoundFont generator (effect) value on a MIDI channel in real-time
(CHANNEL, PARAM, VALUE or PARAM, VALUE expected)
CHAN=0 MIDI channel, if zero or ommited sustain all channels
тип: int
обязательно: True
VAL pedal state
тип: int
обязательно: True
CHAN MIDI channel, if zero or ommited apply to all channels
тип: int
обязательно: True
VAL pedal state
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited play on first(!) channel
тип: int
NOTE MIDI note
тип: int
обязательно: True
VEL MIDI velocity
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
PAN pan value, 0: left, 8192(0x2000): center, 16383(0x3fff): right
тип: float
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
PAN pan value, -1: left, 0: center, 1): right
тип: float
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
PAN pan value, -8192(-0x2000): left, 0: center, 8191(0x1fff): right
тип: float
обязательно: True
panic
send MIDI system reset command (big red 'panic' button), turns off notes,
resets controllers and restores initial basic channel configuration
[CHAN=0] MIDI channel, ignored
тип: int
NOTE MIDI note
тип: int
обязательно: True
VEL MIDI velocity
тип: int
обязательно: True
[CHAN=0] MIDI channel, if zero or ommited set for all channels
тип: int
PGM program number
тип: int
обязательно: True
CHAN MIDI channel, if zero or ommited apply to all channels
тип: int
обязательно: True
VAL pedal state
тип: int
обязательно: True
CHAN MIDI channel, if zero or ommited apply to all channels
тип: int
обязательно: True
VAL pedal state
тип: int
обязательно: True
tune.
set fine tuninig in cents, see tune:s
BANK tuning bank (not related to MIDI instrument bank)
тип: int
обязательно: True
PRESET tuning preset (not related to MIDI instrument program)
тип: int
обязательно: True
TUNES list of scale deviations from 12TET in cents
тип: list
обязательно: True
[CHAN=0] MIDI channel, if zero or not specified apply tuning to all channels
тип: int
CENTS cents (float) tuning
тип: float
обязательно: True
[CHAN=0] MIDI channel, if zero or not specified apply tuning to all channels
тип: int
SEMI semitones (float) tuning
тип: float
обязательно: True
BANK tuning bank (not related to MIDI instrument bank)
тип: int
обязательно: True
PRESET tuning preset (not related to MIDI instrument program)
тип: int
обязательно: True
@sf
Запросить/установить soundfont path, you can use default value to load default soundfont
тип: symbol
@version (readonly)
Запросить FluidSynth version
тип: symbol
по умолчанию: 2.3.2
@soundfonts (readonly)
Запросить list of found soundfonts
тип: list
@gain
Запросить/установить output gain
тип: float
диапазон: 0..10
по умолчанию: 0
@volume
Запросить/установить output volume (same as @gain but in db)
тип: float
единица: db
диапазон: -60..10
по умолчанию: 0
@reverb_level
Запросить/установить reverberation level
тип: float
по умолчанию: 0
@reverb_room
Запросить/установить reverberation room size
тип: float
по умолчанию: 0
@reverb_width
Запросить/установить reverberation spread width
тип: float
по умолчанию: 0
@reverb_damp
Запросить/установить reverberation damp
тип: float
по умолчанию: 0
@poly
Запросить/установить max number of voices
тип: float
диапазон: 1..1024
по умолчанию: 0
@avoices (readonly)
Запросить number midi channels
тип: float
по умолчанию: 0
@n (readonly)
Запросить number of active voices
тип: int
по умолчанию: 16
@cpuload (readonly)
Запросить current cpu load
тип: float
по умолчанию: 0
@bufsize (readonly)
Запросить internal buffer size
тип: float
единица: samp
по умолчанию: 0
mod player midi soundfont fluid
Авторы: Serge Poltavsky
Лицензия: GPL3 or later