Home
last modified time | relevance | path

Searched refs:BRISTOL_KEYON (Results 1 – 25 of 33) sorted by relevance

12

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Denvelope.c311 if (voice->flags & BRISTOL_KEYON) in operate()
353 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operate()
409 if (~voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operate()
545 if (~voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operate()
H A Dbristolsampler.c223 && (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in samplerPreops()
225 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in samplerPreops()
227 if ((voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in samplerPreops()
260 voice->flags |= BRISTOL_KEYON; in samplerPreops()
H A Dmidinote.c197 voice->flags |= BRISTOL_KEYON|BRISTOL_KEYREON; in doMNL()
420 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON);
699 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in doMidiNoteOn()
782 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYDONE|BRISTOL_KEYOFF); in doMidiNoteOn()
852 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in doMidiNoteOn()
H A Dbristolpoly6.c154 && (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in poly6Preops()
156 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in poly6Preops()
158 if ((voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in poly6Preops()
H A Dbristoljuno.c245 && (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in junoPreops()
247 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in junoPreops()
249 if ((voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in junoPreops()
283 voice->flags |= BRISTOL_KEYON; in junoPreops()
H A Dbristolpoly.c358 voice->flags |= BRISTOL_KEYON; in polyNoteOn()
362 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in polyNoteOn()
389 voice->flags |= BRISTOL_KEYON; in polyNoteOn()
393 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in polyNoteOn()
402 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in polyNoteOn()
420 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in polyNoteOn()
636 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in polyNoteOn()
923 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operatePolyPreops()
H A Daksenv.c216 if (voice->flags & BRISTOL_KEYON) in operate()
220 voice->flags &= ~BRISTOL_KEYON; in operate()
H A Dfilter.c414 if (voice->flags & BRISTOL_KEYON) in operate()
489 if (voice->flags & BRISTOL_KEYON) in operate()
531 if (voice->flags & BRISTOL_KEYON) in operate()
840 if (voice->flags & BRISTOL_KEYON) in operate()
H A DaudioEngine.c252 if (v->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in doAudioOps()
327 v->flags |= BRISTOL_KEYON; in doAudioOps()
494 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in doAudioOps()
H A Dhpf.c161 if (voice->flags & BRISTOL_KEYON) in operate()
H A Dbristolpoly800.c189 if ((voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in poly800Preops()
296 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateOnePoly800()
543 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in poly800PostOps()
H A Dbristoltrilogy.c295 if ((voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateTrilogyPreops()
571 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateOneTrilogyVoice()
607 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateOneTrilogyVoice()
854 if ((voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateOneTrilogyVoice()
H A Dbristolvox.c121 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateVoxM2Preops()
124 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in operateVoxM2Preops()
H A Dbristolhammond.c294 if (flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateHammondPostops()
297 voice->flags &= ~(BRISTOL_KEYON|BRISTOL_KEYREON); in operateHammondPostops()
H A Dresonator.c168 if (voice->flags & BRISTOL_KEYON) in operate()
H A Dcs80env.c194 else if (voice->flags & BRISTOL_KEYON) { in operate()
H A Dsdco.c320 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operate()
H A Dbristolodyssey.c415 if (voice->flags & (BRISTOL_KEYREON|BRISTOL_KEYON)) in odysseyPreops()
482 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operateOneOdyssey()
H A Denv5stage.c239 } else if (voice->flags & BRISTOL_KEYON) { in operate()
H A Dlfo.c248 if (((voice->flags & BRISTOL_KEYON) || (voice->flags & BRISTOL_KEYREON)) in operate()
H A Dhammond.c313 if (voice->flags & (BRISTOL_KEYON|BRISTOL_KEYREON)) in operate()
H A Djunodco.c318 if (voice->flags & BRISTOL_KEYON) in operate()
H A Dvox.c237 if (voice->flags & BRISTOL_KEYON) in operate()
H A Dcs80osc.c392 if (voice->flags & BRISTOL_KEYON) in operate()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h350 #define BRISTOL_KEYON 0x0001 macro

12