Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonControllers.c665 if ((synth->flags & REQ_DEBUG_MASK) >= REQ_DEBUG_2) in brightonControlShiftKeyInput()
697 if ((synth->flags & REQ_DEBUG_MASK) >= REQ_DEBUG_2) in brightonShiftKeyInput()
812 if ((synth->flags & REQ_DEBUG_MASK) >= REQ_DEBUG_2) in brightonControlKeyInput()
840 if ((synth->flags & REQ_DEBUG_MASK) > REQ_DEBUG_2) in brightonControlKeyInput()
853 if ((synth->flags & REQ_DEBUG_MASK) > REQ_DEBUG_2) in brightonControlKeyInput()
893 if ((synth->flags & REQ_DEBUG_MASK) > REQ_DEBUG_2) in brightonControlKeyInput()
904 if ((synth->flags & REQ_DEBUG_MASK) > REQ_DEBUG_2) in brightonControlKeyInput()
918 if ((synth->flags & REQ_DEBUG_MASK) > REQ_DEBUG_2) in brightonControlKeyInput()
H A DbrightonMini.h88 #define REQ_DEBUG_2 0x00002000 macro
H A DbrightonCLI.c3940 if ((SYNTHS->flags & REQ_DEBUG_MASK) > REQ_DEBUG_2) in brightonCLIcheck()