From 24e9b335f0414428512eb9d61661b88d906448a5 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 31 Jan 2020 23:23:13 +0800 Subject: Simple visualization now reflects changes made in preset selection and channel editor dialog. Documentation update. --- qmidiplayer-desktop/qmpchanneleditor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qmidiplayer-desktop/qmpchanneleditor.cpp') diff --git a/qmidiplayer-desktop/qmpchanneleditor.cpp b/qmidiplayer-desktop/qmpchanneleditor.cpp index 445b68e..5343c1c 100644 --- a/qmidiplayer-desktop/qmpchanneleditor.cpp +++ b/qmidiplayer-desktop/qmpchanneleditor.cpp @@ -77,6 +77,7 @@ void qmpChannelEditor::sendCC() player->setCC(ch,76,ui->dRate->value()); player->setCC(ch,77,ui->dDepth->value()); player->setCC(ch,78,ui->dDelay->value()); + qmpMainWindow::getInstance()->invokeCallback("channel.ccchange",nullptr); } void qmpChannelEditor::showEvent(QShowEvent *e) -- cgit v1.2.3