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. --- doc/mainwindow.html | 2 +- doc/optionsdialog.html | 6 +++++- doc/troubleshooting.html | 5 +++-- qmidiplayer-desktop/qmpchanneleditor.cpp | 1 + qmidiplayer-desktop/qmppresetselect.cpp | 1 + simple-visualization/simplevisualization.cpp | 7 +++++-- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/doc/mainwindow.html b/doc/mainwindow.html index 7928c9f..d80aa40 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -36,7 +36,7 @@
  • FluidSynth polyphony indicator.
  • A dumb button.
  • -

    File operation menu

    +

    File action menu

    Note that actual actions in this menu can be configured in settings.

    diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html index b473b91..6a1d26d 100644 --- a/doc/optionsdialog.html +++ b/doc/optionsdialog.html @@ -40,7 +40,11 @@ When QMidiPlayer starts, selected devices will be examined from top to bottom, the first connected one will be chosen as the default output device. -
  • External MIDI output device setup*: set initialzation file for external MIDI devices.
  • +
  • External MIDI output device setup*: set initialzation file for external MIDI devices. + Initialzation file may contain a short, device-specific MIDI sequence to initialize the device + which is sent before a file begins to play, and may also provide information about the device + (instrument preset names, initialzation data etc.) to enhance the user experience. +