Non reinvents the DAW. Powerful enough to form a complete studio, fast and light enough to run on low-end hardware like the eeePC or Raspberry Pi, and so reliable that it can be used live https://non.tuxfamily.org/
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.

117 lines
2.9KB

  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_Scalepack.H"} {public global
  10. }
  11. decl {\#include "Fl_Flip_Button.H"} {public global
  12. }
  13. decl {\#include "Boxtypes.H"} {public global
  14. }
  15. decl {\#include "Fl_Arc_Dial.H"} {public global
  16. }
  17. widget_class Mixer_Strip {open
  18. xywh {1051 42 124 816} 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 labelsize 10
  35. }
  36. Fl_Button {} {
  37. label m
  38. private xywh {46 143 32 25} type Toggle
  39. }
  40. Fl_Button {} {
  41. label s
  42. private xywh {82 143 35 25} type Toggle
  43. }
  44. }
  45. Fl_Button {} {
  46. label {output/input}
  47. xywh {56 182 55 25} 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 meter {
  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. Fl_Box {} {
  74. label DPM
  75. xywh {91 208 20 461} box ROUNDED_BOX selection_color 88
  76. class DPM
  77. }
  78. Fl_Box {} {
  79. label DPM
  80. xywh {101 208 10 471} box ROUNDED_BOX selection_color 88
  81. class DPM
  82. }
  83. }
  84. }
  85. Fl_Box {} {
  86. label Pan
  87. xywh {6 693 110 90} box THIN_UP_BOX color 32 labelsize 11 align 1
  88. class Panner
  89. }
  90. Fl_Dial {} {
  91. xywh {10 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 {10 80 41 39} selection_color 55
  97. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  98. class Fl_Arc_Dial
  99. }
  100. Fl_Dial {} {
  101. xywh {73 36 41 39} box OVAL_FRAME color 52 selection_color 55
  102. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  103. class Fl_Arc_Dial
  104. }
  105. Fl_Dial {} {selected
  106. xywh {73 80 41 39} box OVAL_FRAME color 52 selection_color 55
  107. code0 {o->box( FL_BURNISHED_OVAL_BOX );}
  108. class Fl_Arc_Dial
  109. }
  110. }