Home
last modified time | relevance | path

Searched refs:BRISTOL_EVENT_KEYON (Results 1 – 22 of 22) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/libbristolmidi/
H A Dinterface.c687 if (op == BRISTOL_EVENT_KEYON) in bristolKeyEvent()
822 if (operator != BRISTOL_EVENT_KEYON) in bristolMidiSendKeyMsg()
864 if ((operator == BRISTOL_EVENT_KEYON) || (operator == BRISTOL_EVENT_KEYOFF)) in bristolMidiSendMsg()
H A DmidiSeqDevMan.c735 if (op == BRISTOL_EVENT_KEYON) in bristolMidiSeqKeyEvent()
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonBassMaker.c1136 BRISTOL_EVENT_KEYON, note, velocity); in bmSendControl()
1191 BRISTOL_EVENT_KEYON, note, velocity); in bmCallNote()
1213 BRISTOL_EVENT_KEYON, note, velocity); in bmCallTranspose()
1236 BRISTOL_EVENT_KEYON, note, velocity); in bmCallVolume()
1280 BRISTOL_EVENT_KEYON, note, velocity); in bmCallLed()
1291 BRISTOL_EVENT_KEYON, note, velocity); in bmCallLed()
H A DbrightonHammondB3.c527 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in umCallback()
564 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in lmCallback()
603 BRISTOL_EVENT_KEYON, 0, index); in b3PedalCallback()
1918 BRISTOL_EVENT_KEYON, 0, 10 + synth->transpose); in hammondB3Configure()
H A DbrightonVoxM2.c394 BRISTOL_EVENT_KEYON, 0, index + 24); in voxPedalCallback()
425 BRISTOL_EVENT_KEYON, 0, index + synth->transpose + transp); in voxkeyCallback()
H A DbrightonSAks.c437 BRISTOL_EVENT_KEYON, 0, 6); in aksManualStart()
H A DbrightonPoly.c1096 BRISTOL_EVENT_KEYON, 0, 10 + synth->transpose); in polyConfigure()
H A DbrightonArp2600.c1080 BRISTOL_EVENT_KEYON, 0, 40); in arp2600ManualStart()
H A DbrightonBME700.c490 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in BME700KeyCallback()
H A DbrightonProOne.c426 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in proOneKeyCallback()
H A DbrightonBitOne.c1973 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in bitoneKeyCallback()
1992 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in bitoneKeyCallback()
1994 ((guiSynth *) synth->second)->midichannel, BRISTOL_EVENT_KEYON, 0, in bitoneKeyCallback()
H A DbrightonControllers.c1000 BRISTOL_EVENT_KEYON, 0, cid->kbdmap[asckey][KM_KEY]); in brightonKeyInput()
H A DbrightonSID.c686 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in sidKeyCallback()
H A DbrightonPoly800.c898 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in poly800KeyCallback()
H A Dbrighton.c1762 BRISTOL_EVENT_KEYON, 0, 10 + global.synths->transpose); in main()
H A DbrightonSID2.c965 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in sid2KeyCallback()
H A DbrightonKeyboards.h1689 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in keyCallback()
H A DbrightonProphet10.c1017 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in lmCallback()
H A DbrightonOBXa.c768 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in obxaKeyCallback()
H A DbrightonJupiter.c876 BRISTOL_EVENT_KEYON, 0, index + synth->transpose); in jupiterKeyCallback()
H A DbrightonCLI.c4173 BRISTOL_EVENT_KEYON, 0, in brightonCLIcheck()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h111 #define BRISTOL_EVENT_KEYON 0x00000d00 /* NOT SENT AS BRISTOL_SYSTEM */ macro