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
Maybe rebuffer on normalize.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
4235e0ee05
commit
077086e538
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Timeline/Audio_Region.C
+ 2
- 0
Timeline/Audio_Region.C
View File
@@ -370,6 +370,8 @@ Audio_Region::handle ( int m )
if ( test_press( FL_BUTTON2 | FL_CTRL ) )
{
normalize();
/* FIXME: wrong place for this? */
sequence()->handle_widget_change( start(), length() );
redraw();
return 1;
}
Write
Preview
Loading…
Cancel
Save