Searched refs:noteid (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_synth.h122 unsigned int noteid; /** the id is incremented for every new note. it's used for noteoff's */ member in struct:_fluid_synth_t
H A Dfluid_synth.c442 synth->noteid = 0;
766 return fluid_synth_start(synth, synth->noteid++, channel->preset, 0, chan, key, vel);
2099 this_voice_prio -= (synth->noteid - fluid_voice_get_id(voice));
2671 && (fluid_voice_get_id(voice) != synth->noteid)) {

Completed in 191 milliseconds