aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2020-08-05 00:19:31 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2020-08-05 00:19:31 +0800
commita3b10c29c5041a4706bd2e4badf25c3269909aa6 (patch)
treec81039121419cda080aa2aee700a49ced6694421 /doc
parentdb54b5d51d5269c2e17964e0e9842f4a2f210673 (diff)
downloadQMidiPlayer-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')
-rw-r--r--doc/visualization.html2
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).