diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-06-02 23:38:43 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-06-02 23:38:43 +0800 |
commit | 8aa8574504acdab46ee378d9c6eaaf3f641c2bac (patch) | |
tree | 7dcbd9a4076786b025d2ef05aeae73ebcf4f6ba7 /doc/visualization.html | |
parent | d97a417012d7e510b08c2e7d9a71997605c48e88 (diff) | |
download | QMidiPlayer-8aa8574504acdab46ee378d9c6eaaf3f641c2bac.tar.xz |
Add option to change note colors.
Diffstat (limited to 'doc/visualization.html')
-rw-r--r-- | doc/visualization.html | 9 |
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<channel id 0..15> : Unsigned 32-bit integers. Colors of sounding notes.</li> + <li>chInactiveColor<channel id 0..15> : Unsigned 32-bit integers. Colors of normal notes.</li> + </ul> + </li> </ul> </div> </body> |