diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-02-10 23:56:09 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-02-10 23:56:09 +0800 |
commit | acf466561f17bf0eb6c19ea0467b27f5392aeb36 (patch) | |
tree | e2a2eb7c87e99a47d2536c10abcee6e3b50cdded /doc/troubleshooting.html | |
parent | 70f0007154992c0bc89e11af4fe7dcc2c493aac3 (diff) | |
download | QMidiPlayer-acf466561f17bf0eb6c19ea0467b27f5392aeb36.tar.xz |
Road to standardize: use two parameters for pitchbend.
Documentation.
Minor bug fix.
Diffstat (limited to 'doc/troubleshooting.html')
-rw-r--r-- | doc/troubleshooting.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html index 0c5e434..b6b5a8d 100644 --- a/doc/troubleshooting.html +++ b/doc/troubleshooting.html @@ -60,6 +60,12 @@ Bank selecting to external devices is sent in raw format. The midi file may be incompatible with your device. </p> + <h3>9. 3D visualization is upsidedown/rotated/black.</h3> + <p> + For those who see a rotated display, try setting Visualization-Video/Multisampling + to 1 or above. If that doesn't solve your problem or you see nothing at + all, please send me more details about your problem. + </p> </div> </body> -</html>
\ No newline at end of file +</html> |