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
Fix uninitialized members found by valgrind.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
2c502795ab
commit
54f0fd2fd9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Timeline/Transport.H
+ 3
- 0
Timeline/Transport.H
View File
@@ -93,6 +93,9 @@ public:
Transport ( int X, int Y, int W, int H, const char *L=0 )
: Fl_Pack( X, Y, W, H, L )
{
recording = false;
rolling = false;
const int bw = W / 3;
type( HORIZONTAL );
Write
Preview
Loading…
Cancel
Save