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
Don't automatically create a control track for each new track.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
98afd445ed
commit
7c516615d8
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Timeline/Timeline.C
+ 2
- 1
Timeline/Timeline.C
View File
@@ -887,7 +887,8 @@ Timeline::handle ( int m )
Track *t = new Track( name );
Sequence *o = new Audio_Sequence( t );
new Control_Sequence( t );
// new Control_Sequence( t );
add_track( t );
Write
Preview
Loading…
Cancel
Save