Home
last modified time | relevance | path

Searched refs:showInTracks (Results 1 – 4 of 4) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/libs/midi_controller/
H A Dmidi_controller.h119 int showInTracks() const { return _showInTracks; } in showInTracks() function
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Deditevent.cpp642 const int show = c->showInTracks(); in EditCtrlDialog()
770 const int show = c->showInTracks(); in newController()
H A Deditinstrument.cpp1931 if(mctrl->showInTracks() & MusECore::MidiController::ShowInMidi) in addControllerToView()
1933 if(mctrl->showInTracks() & MusECore::MidiController::ShowInDrum) in addControllerToView()
1982 ctrlShowInMidi->setChecked(c->showInTracks() & MusECore::MidiController::ShowInMidi); in controllerChanged()
1983 ctrlShowInDrum->setChecked(c->showInTracks() & MusECore::MidiController::ShowInDrum); in controllerChanged()
2416 int show = c->showInTracks(); in ctrlShowInMidiChanged()
2442 int show = c->showInTracks(); in ctrlShowInDrumChanged()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dhelper.cpp1638 int show = c->showInTracks(); in populateMidiCtrlMenu()
1756 int show = ci->second->showInTracks(); in populateMidiCtrlMenu()