diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-08-05 00:19:31 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-08-05 00:19:31 +0800 |
commit | a3b10c29c5041a4706bd2e4badf25c3269909aa6 (patch) | |
tree | c81039121419cda080aa2aee700a49ced6694421 /doc/visualization.html | |
parent | db54b5d51d5269c2e17964e0e9842f4a2f210673 (diff) | |
download | QMidiPlayer-a3b10c29c5041a4706bd2e4badf25c3269909aa6.tar.xz |
I can still code!
Next / Prev track is now selected based on the current track being
played rather than the selected track in the playlist window.
Also fixed stupid a mistype.
Diffstat (limited to 'doc/visualization.html')
-rw-r--r-- | doc/visualization.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/visualization.html b/doc/visualization.html index 207d3a5..73b1577 100644 --- a/doc/visualization.html +++ b/doc/visualization.html @@ -164,7 +164,7 @@ Arguments: the images through a pipe. That's it! </p> <p> - The data is an stream of raw RGBA values, where each color takes one byte in every pixel. The frame + The data is a stream of raw RGBA values, where each color takes one byte in every pixel. The frame size is the same as used by the visualization module, and the frames should be played back at a fixed frame rate. The pixel data starts from the bottom-left of a frame and follows row-major ordering (so you may want to flip the frame when using the frame with some applications). |