Home
last modified time | relevance | path

Searched refs:mutedAdd (Results 1 – 9 of 9) sorted by relevance

/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dlfowidget.h81 bool mutedAdd = false, bool inOutVisible = true,
87 bool mutedAdd = false, bool inOutVisible = true);
H A Dseqwidget.h71 bool mutedAdd = false, bool inOutVisible = true,
77 bool mutedAdd = false, bool inOutVisible = true);
H A Darpwidget.h73 bool mutedAdd = false, bool inOutVisible = true,
79 bool mutedAdd = false, bool inOutVisible = true);
H A Dpasswidget.cpp70 mutedAdd = false; in PassWidget()
132 mutedAdd = on; in updateMutedAdd()
H A Dpasswidget.h55 bool compactStyle, mutedAdd; variable
H A Darpwidget.cpp47 bool mutedAdd, bool inOutVisible, const QString& p_name):
54 bool mutedAdd, bool inOutVisible):
271 muteOutAction->setChecked(mutedAdd);
H A Dseqwidget.cpp34 bool mutedAdd, bool inOutVisible, const QString& p_name): argument
41 bool mutedAdd, bool inOutVisible):
207 muteOutAction->setChecked(mutedAdd);
H A Dlfowidget.cpp42 bool mutedAdd, bool inOutVisible, const QString& p_name):
49 bool mutedAdd, bool inOutVisible):
235 muteOutAction->setChecked(mutedAdd);
H A Dmainwindow.cpp469 passWidget->mutedAdd, inOutVisible, p_name); in addArp()
511 passWidget->mutedAdd, inOutVisible, p_name); in addLfo()
563 passWidget->mutedAdd, inOutVisible, p_name); in addSeq()
1300 writeText << passWidget->mutedAdd << endl; in writeRcFile()