Home
last modified time | relevance | path

Searched refs:AUTO_WRITE (Results 1 – 6 of 6) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dglobaldefs.h38 AUTO_OFF, AUTO_READ, AUTO_TOUCH, AUTO_WRITE enumerator
H A Daudiotrack.cpp1867 if(automationType() == AUTO_WRITE) in recordAutomation()
1891 if(automationType() == AUTO_WRITE) in startAutoRecord()
1907 if(automationType() == AUTO_WRITE) in startAutoRecord()
H A Dmidi.cpp1737 if ( (at == AUTO_WRITE) || in processMidi()
1743 if(at == AUTO_WRITE || at == AUTO_TOUCH) in processMidi()
1748 if(at == AUTO_WRITE) in processMidi()
H A Dsong.cpp3340 …if(at == AUTO_WRITE) // Exclude write mode because controls need to remain disabled if pressed be… in reenableTouchedControllers()
4579 if(atype != AUTO_TOUCH && atype != AUTO_WRITE) in processTrackAutomationEvents()
4612 if(atype == AUTO_WRITE) in processTrackAutomationEvents()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dinterwavereg.h220 #define AUTO_WRITE 0x04 macro
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/mixer/
H A Dastrip.cpp1828 autoType->addAction(tr("Write"), MusECore::AUTO_WRITE); in AudioStrip()
1891 …track->automationType() == MusECore::AUTO_TOUCH || track->automationType() == MusECore::AUTO_WRITE) in colorAutoType()