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: Silence valgrind warning.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
9df0e9d665
commit
c794617b30
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
@@ -39,6 +39,8 @@ Fl_Color DPM::_dim_gradient[128];
DPM::DPM ( int X, int Y, int W, int H, const char *L ) :
Meter( X, Y, W, H, L )
{
_value = 0.0f;
tooltip( peak_string );
_last_drawn_hi_segment = 0;
Write
Preview
Loading…
Cancel
Save