Home
last modified time | relevance | path

Searched refs:fm_note (Results 1 – 2 of 2) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmidisynth.cpp1351fm_note::fm_note(const FMPARAMETER& params, int note, int velocity_, int panpot, int assign, float… in fm_note() function in midisynth::fm_note
1373 void fm_note::note_off(int) in note_off()
1378 void fm_note::sound_off() in sound_off()
1383 void fm_note::set_frequency_multiplier(float value) in set_frequency_multiplier()
1388 void fm_note::set_tremolo(int depth, float freq) in set_tremolo()
1393 void fm_note::set_vibrato(float depth, float freq) in set_vibrato()
1398 void fm_note::set_damper(int value) in set_damper()
1403 void fm_note::set_sostenute(int value) in set_sostenute()
1408 void fm_note::set_freeze(int value) in set_freeze()
1540 return new fm_note(*p, p->key, velocity, p->panpot, p->assign, 1); in note_on()
[all …]
H A Dmidisynth.h371 class fm_note:public note{
373fm_note(const FMPARAMETER& params, int note, int velocity, int panpot, int assign, float frequency…