Home
last modified time | relevance | path

Searched refs:BRISTOL_KEYOFFING (Results 1 – 10 of 10) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dcs80env.c185 voice->flags |= BRISTOL_KEYOFFING; in operate()
189 if ((voice->flags & BRISTOL_KEYOFFING) && (local->cstate != STATE_ATTACK)) in operate()
236 voice->flags &= ~BRISTOL_KEYOFFING; in operate()
H A Denvelope.c297 voice->flags |= BRISTOL_KEYOFFING; in operate()
306 if ((voice->flags & BRISTOL_KEYOFFING) in operate()
365 voice->flags &= ~(BRISTOL_KEYDONE|BRISTOL_KEYOFFING); in operate()
411 voice->flags &= ~BRISTOL_KEYOFFING; in operate()
H A Dbristolrealistic.c304 voice->flags &= ~(BRISTOL_KEYOFF|BRISTOL_KEYOFFING); in mg1Postops()
307 ((voice->flags & (BRISTOL_KEYOFF|BRISTOL_KEYOFFING)) == 0)) in mg1Postops()
310 ((voice->flags & (BRISTOL_KEYOFF|BRISTOL_KEYOFFING)) == 0)) in mg1Postops()
H A Denv5stage.c218 voice->flags |= BRISTOL_KEYOFFING; in operate()
357 voice->flags &= ~BRISTOL_KEYOFFING; in operate()
359 voice->flags &= ~(BRISTOL_KEYDONE|BRISTOL_KEYOFFING); in operate()
H A DaudioEngine.c273 v->flags &= ~BRISTOL_KEYOFFING; in doAudioOps()
323 |BRISTOL_KEYOFFING in doAudioOps()
H A Dmidinote.c221 voice->flags &= ~(BRISTOL_KEYOFF|BRISTOL_KEYOFFING|BRISTOL_KEYDONE); in doMNL()
811 if (voice->flags & (BRISTOL_DONE|BRISTOL_KEYOFFING)) in doMidiNoteOn()
H A Dbristolaxxe.c296 if ((voice->flags & (BRISTOL_KEYOFF|BRISTOL_KEYOFFING)) == 0) in operateOneAxxe()
H A Dbristolodyssey.c496 ((voice->flags & (BRISTOL_KEYOFF|BRISTOL_KEYOFFING)) == 0)) in operateOneOdyssey()
H A Dbristolarp2600.c478 ((voice->flags & (BRISTOL_KEYOFF|BRISTOL_KEYOFFING)) == 0)) in operateOneArp2600()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h355 #define BRISTOL_KEYOFFING 0x0020 macro