Home
last modified time | relevance | path

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

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/oplsynth/
H A Dgenmidi.h50 GENMIDI_FLAG_2VOICE = 0x0004 /* double voice (OPL3) */ enumerator
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Doplplayer.c54 #define GENMIDI_FLAG_2VOICE 0x0004 /* double voice (OPL3) */ macro
927 if ((instrument->flags & GENMIDI_FLAG_2VOICE) != 0) in KeyOnEvent()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Doplplayer.c54 #define GENMIDI_FLAG_2VOICE 0x0004 /* double voice (OPL3) */ macro
920 if ((instrument->flags & GENMIDI_FLAG_2VOICE) != 0) in KeyOnEvent()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A Dmusicblock.cpp215 bool double_voice = ((instrument->flags) & GENMIDI_FLAG_2VOICE) && !opl_singlevoice; in noteOn()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_oplmusic.c45 #define GENMIDI_FLAG_2VOICE 0x0004 /* double voice (OPL3) */ macro
1010 double_voice = (SHORT(instrument->flags) & GENMIDI_FLAG_2VOICE) != 0; in KeyOnEvent()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_oplmusic.c45 #define GENMIDI_FLAG_2VOICE 0x0004 /* double voice (OPL3) */ macro
1010 double_voice = (SHORT(instrument->flags) & GENMIDI_FLAG_2VOICE) != 0; in KeyOnEvent()