Home
last modified time | relevance | path

Searched refs:rcCC (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsong.h115 volatile char rcCC = -1; // CC remote control variable
H A Dsong.cpp156 rcCC = cc; in putEventCC()
1992 if (MusEGlobal::rcEnableCC && rcCC > -1) { in beat()
1994 int cc = rcCC & 0xff; in beat()
2009 rcCC = -1; in beat()