summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2006-06-19 14:18:51 +0000
committerWerner Schweer <ws.seh.de>2006-06-19 14:18:51 +0000
commita4ae041737298822deae965846d6298b4f06d9b5 (patch)
tree841e9023f279726c63547c58fc90805aac816418
parentbbb208370f6289d02e1a5ff3e035c89915566cb7 (diff)
show plugin parameter for all audio tracks in a structured way in
controller dialog
-rw-r--r--muse/muse/ctrl/ctrldialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/muse/ctrl/ctrldialog.cpp b/muse/muse/ctrl/ctrldialog.cpp
index 9be7f79a..c94767bd 100644
--- a/muse/muse/ctrl/ctrldialog.cpp
+++ b/muse/muse/ctrl/ctrldialog.cpp
@@ -61,7 +61,7 @@ CtrlDialog::CtrlDialog(Track* track, int currentId, QWidget* parent)
}
}
}
- else if (track->type() == Track::WAVE) {
+ else if (!track->isMidiTrack()) {
//
// present plugin parameter
//