Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dbristolmm.c173 baudio->mixflags &= ~BRISTOL_MULTITRIG; in bristolGlobalController()
175 baudio->mixflags |= BRISTOL_MULTITRIG; in bristolGlobalController()
416 if ((baudio->mixflags & BRISTOL_MULTITRIG) == 0) in operateOneMMVoiceFinal()
H A Dbristolprophet1.c196 baudio->mixflags &= ~BRISTOL_MULTITRIG; in pro1Controller()
198 baudio->mixflags |= BRISTOL_MULTITRIG; in pro1Controller()
302 if ((baudio->mixflags & BRISTOL_MULTITRIG) == 0) in operateOnePro1()
H A Dbristolaxxe.c114 baudio->mixflags &= ~BRISTOL_MULTITRIG; in axxeController()
116 baudio->mixflags |= BRISTOL_MULTITRIG; in axxeController()
H A Dbristolodyssey.c229 baudio->mixflags |= BRISTOL_MULTITRIG; in odysseyController()
231 baudio->mixflags &= ~BRISTOL_MULTITRIG; in odysseyController()
H A Dbristolpoly.c1598 baudio->mixflags |= BRISTOL_MULTITRIG; in bristolPolyInit()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h369 #define BRISTOL_MULTITRIG 0x00800000 macro