non/Mixer/Mixer_Strip.fl

111 lines
2.8 KiB
Plaintext
Raw Normal View History

2008-03-12 04:07:41 +01:00
# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.H}
code_name {.C}
decl {\#include "DPM.H"} {public global
2008-03-12 05:31:50 +01:00
}
2008-03-12 04:07:41 +01:00
2008-03-13 20:23:18 +01:00
decl {\#include "Panner.H"} {public global
}
2008-03-20 08:13:45 +01:00
decl {\#include <FL/Fl_Scalepack.H>} {public global
2008-03-12 18:59:59 +01:00
}
2008-03-20 08:13:45 +01:00
decl {\#include <FL/Fl_Flip_Button.H>} {public global
2008-03-12 21:13:47 +01:00
}
2008-03-20 08:13:45 +01:00
decl {\#include <FL/Fl_Arc_Dial.H>} {public global
2008-03-20 02:06:28 +01:00
}
2008-03-20 08:13:45 +01:00
decl {\#include <FL/Boxtypes.H>} {selected public global
2008-03-14 06:37:10 +01:00
}
2008-03-12 04:07:41 +01:00
widget_class Mixer_Strip {open
2008-03-20 04:12:21 +01:00
xywh {1051 42 124 878} type Double box UP_FRAME color 32 selection_color 63 resizable
2008-03-12 04:07:41 +01:00
code0 {size( 120, h() );} visible
} {
Fl_Box {} {
label {<track name>}
xywh {7 7 110 19} box RSHADOW_BOX color 95 labelcolor 32
}
Fl_Box {} {
label {<Oscilloscope>}
2008-03-14 06:37:10 +01:00
xywh {7 33 110 104} box UP_FRAME hide
2008-03-12 04:07:41 +01:00
}
Fl_Group {} {open
xywh {7 143 110 25}
} {
Fl_Button {} {
label {@circle}
2008-03-20 04:12:21 +01:00
private xywh {7 143 35 25} type Toggle box THIN_UP_BOX labelsize 10
2008-03-12 04:07:41 +01:00
}
Fl_Button {} {
label m
2008-03-20 04:12:21 +01:00
private xywh {46 143 32 25} type Toggle box THIN_UP_BOX
2008-03-12 04:07:41 +01:00
}
Fl_Button {} {
label s
2008-03-20 04:12:21 +01:00
private xywh {82 143 35 25} type Toggle box THIN_UP_BOX
2008-03-12 04:07:41 +01:00
}
}
2008-03-12 21:13:47 +01:00
Fl_Button {} {
2008-03-20 08:13:45 +01:00
label {post/pre}
2008-03-20 04:12:21 +01:00
xywh {61 183 45 22} type Toggle box ROUNDED_BOX color 106 selection_color 65 align 64
2008-03-12 21:13:47 +01:00
class Fl_Flip_Button
}
2008-03-12 04:07:41 +01:00
Fl_Group {} {open
2008-03-12 21:13:47 +01:00
xywh {8 208 103 471} resizable
2008-03-12 04:07:41 +01:00
} {
2008-03-12 05:31:50 +01:00
Fl_Value_Slider gain {
2008-03-12 04:07:41 +01:00
label Gain
callback {// parent()->parent()->damage( FL_DAMAGE_ALL, x(), y(), w(), h() );}
2008-03-12 21:13:47 +01:00
xywh {9 208 33 448} type {Vert Knob} color 32 selection_color 1 minimum 1.5 maximum 0 step 0.01 value 1 textsize 14
2008-03-12 04:07:41 +01:00
}
2008-03-12 18:59:59 +01:00
Fl_Pack meters_pack {
2008-03-13 20:23:18 +01:00
label meters open
2008-03-12 22:35:08 +01:00
xywh {56 208 55 471} type HORIZONTAL labeltype NO_LABEL align 0
2008-03-12 18:59:59 +01:00
class Fl_Scalepack
} {
2008-03-20 04:12:21 +01:00
Fl_Box {} {
2008-03-12 18:59:59 +01:00
label DPM
2008-03-12 22:35:08 +01:00
xywh {56 208 24 459} box ROUNDED_BOX selection_color 88
2008-03-12 18:59:59 +01:00
class DPM
}
Fl_Box {} {
label DPM
2008-03-12 21:13:47 +01:00
xywh {81 208 30 459} box ROUNDED_BOX selection_color 88
2008-03-12 18:59:59 +01:00
class DPM
}
2008-03-12 04:07:41 +01:00
}
}
Fl_Box {} {
2008-03-20 02:06:28 +01:00
label Pan
2008-03-15 06:59:54 +01:00
xywh {6 693 110 90} box THIN_UP_BOX color 32 labelsize 11 align 1
2008-03-13 20:23:18 +01:00
class Panner
2008-03-12 04:07:41 +01:00
}
2008-03-14 06:37:10 +01:00
Fl_Dial {} {
xywh {10 36 41 39} box OVAL_FRAME color 52 selection_color 55
2008-03-20 02:06:28 +01:00
code0 {o->box( FL_BURNISHED_OVAL_BOX );}
2008-03-14 06:37:10 +01:00
class Fl_Arc_Dial
}
2008-03-15 06:59:54 +01:00
Fl_Dial {} {
2008-03-20 02:06:28 +01:00
xywh {10 80 41 39} selection_color 55
code0 {o->box( FL_BURNISHED_OVAL_BOX );}
2008-03-14 06:37:10 +01:00
class Fl_Arc_Dial
}
Fl_Dial {} {
xywh {73 36 41 39} box OVAL_FRAME color 52 selection_color 55
2008-03-20 02:06:28 +01:00
code0 {o->box( FL_BURNISHED_OVAL_BOX );}
2008-03-14 06:37:10 +01:00
class Fl_Arc_Dial
}
2008-03-20 04:12:21 +01:00
Fl_Dial {} {
2008-03-14 06:37:10 +01:00
xywh {73 80 41 39} box OVAL_FRAME color 52 selection_color 55
2008-03-20 02:06:28 +01:00
code0 {o->box( FL_BURNISHED_OVAL_BOX );}
2008-03-14 06:37:10 +01:00
class Fl_Arc_Dial
}
2008-03-20 04:12:21 +01:00
Fl_Counter intputs_counter {
label {Mix Ins}
xywh {60 788 58 20} type Simple align 4 minimum 1 maximum 4 step 1 value 1
}
2008-03-12 04:07:41 +01:00
}