Home
last modified time | relevance | path

Searched refs:BRISTOL_MNL_VELOC (Results 1 – 3 of 3) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dmidinote.c191 if (baudio->notemap.flags & BRISTOL_MNL_VELOC) in doMNL()
215 if ((baudio->notemap.flags & BRISTOL_MNL_VELOC) == 0) in doMNL()
224 if ((baudio->notemap.flags & BRISTOL_MNL_VELOC) == 0) in doMNL()
H A Daudiothread.c456 baudio->notemap.flags |= BRISTOL_MNL_VELOC; in bristolMidiController()
458 baudio->notemap.flags &= ~BRISTOL_MNL_VELOC; in bristolMidiController()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h542 #define BRISTOL_MNL_VELOC 0x0020 macro