Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
2.8KB

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0108
  3. header_name {.H}
  4. code_name {.C}
  5. decl {\#include "DPM.H"} {public global
  6. }
  7. decl {\#include "Panner.H"} {public global
  8. }
  9. decl {\#include <FL/Fl_Scalepack.H>} {public global
  10. }
  11. decl {\#include <FL/Fl_Flip_Button.H>} {public global
  12. }
  13. decl {\#include <FL/Fl_Arc_Dial.H>} {public global
  14. }
  15. decl {\#include <FL/Boxtypes.H>} {selected public global
  16. }
  17. widget_class Mixer_Strip {open
  18. xywh {1051 42 124 878} type Double box UP_FRAME color 32 selection_color 63 resizable
  19. code0 {size( 120, h() );} visible
  20. } {
  21. Fl_Box {} {
  22. label {<track name>}
  23. xywh {7 7 110 19} box RSHADOW_BOX color 95 labelcolor 32
  24. }
  25. Fl_Box {} {
  26. label {<Oscilloscope>}
  27. xywh {7 33 110 104} box UP_FRAME hide
  28. }
  29. Fl_Group {} {open
  30. xywh {7 143 110 25}
  31. } {
  32. Fl_Button {} {
  33. label {@circle}
  34. private xywh {7 143 35 25} type Toggle box THIN_UP_BOX labelsize 10
  35. }
  36. Fl_Button {} {
  37. label m
  38. private xywh {46 143 32 25} type Toggle box THIN_UP_BOX
  39. }
  40. Fl_Button {} {
  41. label s
  42. private xywh {82 143 35 25} type Toggle box THIN_UP_BOX
  43. }
  44. }
  45. Fl_Button {} {
  46. label {post/pre}
  47. xywh {61 183 45 22} type Toggle box ROUNDED_BOX color 106 selection_color 65 align 64
  48. class Fl_Flip_Button
  49. }
  50. Fl_Group {} {open
  51. xywh {8 208 103 471} resizable
  52. } {
  53. Fl_Value_Slider gain {
  54. label Gain
  55. callback {// parent()->parent()->damage( FL_DAMAGE_ALL, x(), y(), w(), h() );}
  56. 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
  57. }
  58. Fl_Pack meters_pack {
  59. label meters open
  60. xywh {56 208 55 471} type HORIZONTAL labeltype NO_LABEL align 0
  61. class Fl_Scalepack
  62. } {
  63. Fl_Box {} {
  64. label DPM
  65. xywh {56 208 24 459} box ROUNDED_BOX selection_color 88
  66. class DPM
  67. }
  68. Fl_Box {} {
  69. label DPM
  70. xywh {81 208 30 459} box ROUNDED_BOX selection_color 88
  71. class DPM
  72. }
  73. }
  74. }
  75. Fl_Box {} {
  76. label Pan
  77. xywh {6 693 110 90} box THIN_UP_BOX color 32 labelsize 11 align 1
  78. class Panner
  79. }
  80. Fl_Dial {} {
  81. xywh {10 36 41 39} box OVAL_FRAME color 52 selection_color 55
  82. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  83. class Fl_Arc_Dial
  84. }
  85. Fl_Dial {} {
  86. xywh {10 80 41 39} selection_color 55
  87. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  88. class Fl_Arc_Dial
  89. }
  90. Fl_Dial {} {
  91. xywh {73 36 41 39} box OVAL_FRAME color 52 selection_color 55
  92. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  93. class Fl_Arc_Dial
  94. }
  95. Fl_Dial {} {
  96. xywh {73 80 41 39} box OVAL_FRAME color 52 selection_color 55
  97. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  98. class Fl_Arc_Dial
  99. }
  100. Fl_Counter intputs_counter {
  101. label {Mix Ins}
  102. xywh {60 788 58 20} type Simple align 4 minimum 1 maximum 4 step 1 value 1
  103. }
  104. }