This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Don't attempt to draw more peaks than were actually read!
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
4543d48c41
commit
c8b872ae41
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Timeline/Waveform.C
+ 2
- 0
Timeline/Waveform.C
View File
@@ -57,6 +57,8 @@ Waveform::draw ( int X, int Y, int W, int H,
const int halfheight = H / 2;
const int mid = Y + halfheight;
W = min( peaks, W );
if ( Waveform::fill )
{
j = start;
Write
Preview
Loading…
Cancel
Save