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
Mixer: Fix divide by zero in DPM.
tags/non-daw-v1.2.0
Jonathan Moore Liles
13 years ago
parent
be3c9c6412
commit
7f8de0710a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mixer/src/DPM.C
+ 2
- 0
mixer/src/DPM.C
View File
@@ -114,6 +114,8 @@ DPM::resize ( int X, int Y, int W, int H )
void
DPM::draw ( void )
{
if ( !_segments )
return;
snprintf( peak_string, sizeof( peak_string ), "%.1f", peak() );
tooltip( peak_string );
Write
Preview
Loading…
Cancel
Save