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 make an assertion when drawing empty regions.
tags/non-daw-v1.1.0
Jonathan Moore Liles
16 years ago
parent
87ad823288
commit
4e1ece8954
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
Timeline/Audio_Region.C
+ 1
- 3
Timeline/Audio_Region.C
View File
@@ -584,10 +584,8 @@ Audio_Region::draw ( void )
// DMESSAGE( "using cached peaks" );
}
if ( peaks )
if ( peaks
&& pbuf
)
{
assert( pbuf );
int ch = (h() - Fl::box_dh( box() )) / channels;
Write
Preview
Loading…
Cancel
Save