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 forget to journal random color picked at track creation.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
55a1e60484
commit
c4812d0ade
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
Timeline/Timeline.C
+2
-0
Timeline/Track.C
+ 0
- 4
Timeline/Timeline.C
View File
@@ -808,10 +808,6 @@ Timeline::handle ( int m )
t->track( o );
/* t->add( new Control_Sequence( t ); */
t->color( (Fl_Color)rand() );
Loggable::block_end();
}
+ 2
- 0
Timeline/Track.C
View File
@@ -232,6 +232,8 @@ Track::Track ( const char *L, int channels ) :
if ( L )
name( L );
color( (Fl_Color)rand() );
configure_inputs( channels );
configure_outputs( channels );
Write
Preview
Loading…
Cancel
Save