Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsong.h571 void punchoutChanged(bool);
H A Dtransport.cpp361 connect(MusEGlobal::song, SIGNAL(punchoutChanged(bool)), b3, SLOT(setChecked(bool))); in Transport()
H A Dsong.cpp1419 emit punchoutChanged(punchoutFlag); in setPunchout() local