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.

94 lines
2.3KB

  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. widget_class Mixer_Strip {open
  14. xywh {1051 42 124 816} type Double box UP_FRAME color 32 selection_color 63 resizable
  15. code0 {size( 120, h() );} visible
  16. } {
  17. Fl_Box {} {
  18. label {<track name>}
  19. xywh {7 7 110 19} box RSHADOW_BOX color 95 labelcolor 32
  20. }
  21. Fl_Box {} {
  22. label {<Oscilloscope>}
  23. xywh {7 33 110 104} box UP_FRAME
  24. }
  25. Fl_Group {} {open
  26. xywh {7 143 110 25}
  27. } {
  28. Fl_Button {} {
  29. label {@circle}
  30. private xywh {7 143 35 25} type Toggle labelsize 10
  31. }
  32. Fl_Button {} {
  33. label m
  34. private xywh {46 143 32 25} type Toggle
  35. }
  36. Fl_Button {} {
  37. label s
  38. private xywh {82 143 35 25} type Toggle
  39. }
  40. }
  41. Fl_Button {} {
  42. label {output/input}
  43. xywh {56 182 55 25} type Toggle box ROUNDED_BOX color 106 selection_color 65 align 64
  44. class Fl_Flip_Button
  45. }
  46. Fl_Group {} {open
  47. xywh {8 208 103 471} resizable
  48. } {
  49. Fl_Value_Slider gain {
  50. label Gain
  51. callback {// parent()->parent()->damage( FL_DAMAGE_ALL, x(), y(), w(), h() );}
  52. 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
  53. }
  54. Fl_Pack meters_pack {
  55. label meters open
  56. xywh {56 208 55 471} type HORIZONTAL labeltype NO_LABEL align 0
  57. class Fl_Scalepack
  58. } {
  59. Fl_Box meter {
  60. label DPM
  61. xywh {56 208 24 459} box ROUNDED_BOX selection_color 88
  62. class DPM
  63. }
  64. Fl_Box {} {
  65. label DPM
  66. xywh {81 208 30 459} box ROUNDED_BOX selection_color 88
  67. class DPM
  68. }
  69. Fl_Box {} {
  70. label DPM
  71. xywh {91 208 20 461} box ROUNDED_BOX selection_color 88
  72. class DPM
  73. }
  74. Fl_Box {} {
  75. label DPM
  76. xywh {101 208 10 471} box ROUNDED_BOX selection_color 88
  77. class DPM
  78. }
  79. }
  80. }
  81. Fl_Box {} {
  82. label Pan selected
  83. xywh {6 693 110 90} box THIN_UP_BOX labelsize 11 align 1
  84. class Panner
  85. }
  86. Fl_Progress {} {
  87. xywh {8 789 110 21} labeltype NO_LABEL
  88. }
  89. }