aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-06-02 23:38:43 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-06-02 23:38:43 +0800
commit8aa8574504acdab46ee378d9c6eaaf3f641c2bac (patch)
tree7dcbd9a4076786b025d2ef05aeae73ebcf4f6ba7 /doc
parentd97a417012d7e510b08c2e7d9a71997605c48e88 (diff)
downloadQMidiPlayer-8aa8574504acdab46ee378d9c6eaaf3f641c2bac.tar.xz
Add option to change note colors.
Diffstat (limited to 'doc')
-rw-r--r--doc/visualization.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/visualization.html b/doc/visualization.html
index 5b0a557..5ca7537 100644
--- a/doc/visualization.html
+++ b/doc/visualization.html
@@ -75,6 +75,15 @@ left | right ← → │ │
<li>Font size: Change font size used by the visualization. Useful for HiDPI screens.</li>
</ul>
</li>
+ <li>
+ Key-only options<br>
+ Options listed here does not provide an entry in the option GUI. You have to add them to the configuration file manually if they don't exist in it.
+ <ul>
+ <li>px py pz rx ry rz (automatically created if save viewport is set to true): Doubles. Saves the last viewport. (px,py,pz): Position of the camera. (rx,ry,rz): Orientation of the camera.</li>
+ <li>chActiveColor&lt;channel id 0..15&gt; : Unsigned 32-bit integers. Colors of sounding notes.</li>
+ <li>chInactiveColor&lt;channel id 0..15&gt; : Unsigned 32-bit integers. Colors of normal notes.</li>
+ </ul>
+ </li>
</ul>
</div>
</body>