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
Avoid SIGFPE at wide zoom setting with looped regions.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
dbc73860ca
commit
3330619e9a
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Timeline/Audio_Region.C
+ 3
- 0
Timeline/Audio_Region.C
View File
@@ -514,6 +514,9 @@ Audio_Region::draw ( void )
int loop_peaks_needed = _loop ? timeline->ts_to_x( _loop ) : timeline->ts_to_x( _clip->length() );
if ( ! loop_peaks_needed )
break;
if ( ! xo ) /* first loop... */
{
if ( _loop )
Write
Preview
Loading…
Cancel
Save