Home
last modified time | relevance | path

Searched refs:chip_channels_count (Results 1 – 6 of 6) sorted by relevance

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi_midiplay.hpp218 unsigned chip_channels_count; member
223 for(unsigned i = 0; i < chip_channels_count && !ph; ++i) in phys_find()
232 if(chip_channels_count < MaxNumPhysItemCount) { in phys_find_or_create()
233 ph = &chip_channels[chip_channels_count++]; in phys_find_or_create()
248 assert(pos < static_cast<intptr_t>(chip_channels_count)); in phys_erase_at()
249 for(intptr_t i = pos + 1; i < static_cast<intptr_t>(chip_channels_count); ++i) in phys_erase_at()
251 --chip_channels_count; in phys_erase_at()
H A Dopnmidi_midiplay.cpp447 dummy.chip_channels_count = 0; in realTime_NoteOn()
535 ni.chip_channels_count = 0; in realTime_NoteOn()
1092 for(unsigned ccount = 0, ctotal = info.chip_channels_count; ccount < ctotal; ccount++) in noteUpdate()
1115 for(unsigned ccount = 0; ccount < info.chip_channels_count; ccount++) in noteUpdate()
1221 if(info.chip_channels_count == 0) in noteUpdate()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/
H A Dadlmidi_midiplay.hpp221 unsigned chip_channels_count; member
226 for(unsigned i = 0; i < chip_channels_count && !ph; ++i) in phys_find()
235 if(chip_channels_count < MaxNumPhysItemCount) { in phys_find_or_create()
236 ph = &chip_channels[chip_channels_count++]; in phys_find_or_create()
251 assert(pos < static_cast<intptr_t>(chip_channels_count)); in phys_erase_at()
252 for(intptr_t i = pos + 1; i < static_cast<intptr_t>(chip_channels_count); ++i) in phys_erase_at()
254 --chip_channels_count; in phys_erase_at()
H A Dadlmidi_midiplay.cpp475 dummy.chip_channels_count = 0;
596 ni.chip_channels_count = 0;
1171 for(unsigned ccount = 0, ctotal = info.chip_channels_count; ccount < ctotal; ccount++)
1194 for(unsigned ccount = 0; ccount < info.chip_channels_count; ccount++)
1315 if(info.chip_channels_count == 0)
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/
H A Dadlmidi_private.hpp625 unsigned chip_channels_count; member
630 for(unsigned i = 0; i < chip_channels_count && !ph; ++i) in phys_find()
639 if(chip_channels_count < MaxNumPhysItemCount) { in phys_find_or_create()
640 ph = &chip_channels[chip_channels_count++]; in phys_find_or_create()
655 assert(pos < static_cast<intptr_t>(chip_channels_count)); in phys_erase_at()
656 for(intptr_t i = pos + 1; i < static_cast<intptr_t>(chip_channels_count); ++i) in phys_erase_at()
658 --chip_channels_count; in phys_erase_at()
H A Dadlmidi_midiplay.cpp415 dummy.first->chip_channels_count = 0; in realTime_NoteOn()
519 ir.first->chip_channels_count = 0; in realTime_NoteOn()
1070 for(unsigned ccount = 0, ctotal = info.chip_channels_count; ccount < ctotal; ccount++) in noteUpdate()
1092 for(unsigned ccount = 0; ccount < info.chip_channels_count; ccount++) in noteUpdate()
1262 if(info.chip_channels_count == 0) in noteUpdate()