From 3270ec6072b333c548587621b141ee283beecc29 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 28 Feb 2016 20:53:12 +0800 Subject: Pristine Beat. --- doc/channeldialog.html | 43 +++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 4 ++-- doc/mainwindow.html | 2 +- doc/version.html | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 doc/channeldialog.html (limited to 'doc') diff --git a/doc/channeldialog.html b/doc/channeldialog.html new file mode 100644 index 0000000..8ddf246 --- /dev/null +++ b/doc/channeldialog.html @@ -0,0 +1,43 @@ + + + +QMidiPlayer Help + + + + + + + + diff --git a/doc/index.html b/doc/index.html index a36d7cf..a9135bd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -10,7 +10,7 @@
+ + +

Channel Dialog

+
+

Columns in the channel table

+
    +
  • M(Mute): Tick this to mute the corresponding channel.
  • +
  • S(Solo): Tick this to solo the corresponding channel.
  • +
  • Device: The player sends midi messages from this channel to the selected device.
  • +
  • Preset: Displays the current preset of the corresponding channel.
    + Preset can be changed by double clicking the cells from this column.
  • +
  • ...: Brings up the channel parameter editor dialog.
  • +
+

Buttons

+
    +
  • Save/Load: not yet implemented.
  • +
  • Unmute All: Remove tick mark from all mute checkboxes.
  • +
  • Unsolo All: Remove tick mark from all solo checkboxes.
  • +
+
Return +