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 group membership of new strips.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
fab76b1c4f
commit
b0fc87ec86
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/Mixer_Strip.C
+ 2
- 0
mixer/src/Mixer_Strip.C
View File
@@ -74,6 +74,8 @@ Mixer_Strip::Mixer_Strip( const char *strip_name ) : Fl_Group( 0, 0, 120, 600 )
_group = new Group(strip_name, true);
_group->add( this );
chain( new Chain() );
_chain->initialize_with_default();
Write
Preview
Loading…
Cancel
Save