|
|
@@ -23,6 +23,9 @@ decl {\#include "Audio_File.H" // for supported formats} {} |
|
|
|
|
|
|
|
decl {\#include "Waveform.H" // for options} {} |
|
|
|
|
|
|
|
decl {\#include "Region.H" // for options} {selected |
|
|
|
} |
|
|
|
|
|
|
|
decl {\#include "Control_Sequence.H" // for options} {} |
|
|
|
|
|
|
|
decl {\#include <FL/fl_ask.H>} {} |
|
|
@@ -54,8 +57,7 @@ free( path ); |
|
|
|
|
|
|
|
// save unjournaled state |
|
|
|
|
|
|
|
// Loggable::save_unjournaled( state_filename );} {selected |
|
|
|
} |
|
|
|
// Loggable::save_unjournaled( state_filename );} {} |
|
|
|
} |
|
|
|
Function {capture_format_cb( Fl_Widget *w, void *v )} {open private return_type {static void} |
|
|
|
} { |
|
|
@@ -106,7 +108,7 @@ free( path );} {} |
|
|
|
} { |
|
|
|
Fl_Window main_window { |
|
|
|
label {Non-DAW - Timeline} open |
|
|
|
xywh {522 141 1024 768} type Double resizable xclass {Non-DAW} visible |
|
|
|
xywh {577 27 1024 768} type Double resizable xclass {Non-DAW} visible |
|
|
|
} { |
|
|
|
Fl_Menu_Bar menubar {open |
|
|
|
xywh {0 0 1024 25} |
|
|
@@ -263,7 +265,7 @@ exit( 0 );} |
|
|
|
} {} |
|
|
|
} |
|
|
|
Submenu {} { |
|
|
|
label {&Options} |
|
|
|
label {&Options} open |
|
|
|
xywh {0 0 74 25} divider |
|
|
|
} { |
|
|
|
Submenu {} { |
|
|
@@ -316,6 +318,13 @@ timeline->redraw();} |
|
|
|
label {Filled fades} |
|
|
|
xywh {30 30 40 25} type Toggle value 1 |
|
|
|
} |
|
|
|
MenuItem {} { |
|
|
|
label {Inherit track color} |
|
|
|
callback {Region::inherit_track_color = menu_picked_value( o ); |
|
|
|
|
|
|
|
timeline->redraw();} |
|
|
|
xywh {40 40 40 25} type Toggle value 1 |
|
|
|
} |
|
|
|
} |
|
|
|
Submenu {} { |
|
|
|
label {&Control Sequence} open |
|
|
|