From 3270ec6072b333c548587621b141ee283beecc29 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 28 Feb 2016 20:53:12 +0800 Subject: Pristine Beat. --- ChangeLog | 5 ++ debian/changelog | 6 ++ doc/channeldialog.html | 43 ++++++++++ doc/index.html | 4 +- doc/mainwindow.html | 2 +- doc/version.html | 2 +- img/chanw.png | Bin 0 -> 58092 bytes img/chparaw.png | Bin 0 -> 34388 bytes img/mainw.png | Bin 32886 -> 35328 bytes qmpmainwindow.cpp | 17 ++-- qmpmidiplay.cpp | 41 +++++++--- qmpmidiplay.hpp | 10 ++- qmpsettingswindow.cpp | 5 ++ qmpsettingswindow.ui | 209 +++++++++++++++++++++++++++++++------------------ resources.qrc | 4 +- 15 files changed, 247 insertions(+), 101 deletions(-) create mode 100644 doc/channeldialog.html create mode 100644 img/chanw.png create mode 100644 img/chparaw.png diff --git a/ChangeLog b/ChangeLog index 117910e..c352ce8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-02-28 0.7.0 beta +RPN pitch bend range handling. +Added an option to disable waiting for remaining voices before stopping. +Documentation... + 2016-02-28 0.7.0 beta Significant sleep precision improvments for Windows. Also save master volume in configuration file. diff --git a/debian/changelog b/debian/changelog index 5b25b81..6437ab1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qmidiplayer (0.7.0-2) UNRELEASED; urgency=low + + * New upstream release. + + -- chrisoft Sun, 28 Feb 2016 20:50:36 +0800 + qmidiplayer (0.7.0-1) UNRELEASED; urgency=low * New upstream release. 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 +