| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- format_version = "4.0"
- front = jbox.panel{
- backdrop = jbox.image{path="Reason_GUI_Panel_front"},
- widgets = {
- jbox.zero_snap_knob{
- transform = {393,44},
- animation = jbox.image_sequence{path = "Reason_GUI_big_knob-reframed", frames = 72},
- value = "/custom_properties/stringize_amount",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.toggle_button{
- transform = {30,4},
- background = jbox.image_sequence{path = "Reason_GUI_ONOFF maker x5 002", frames = 4},
- value = "/custom_properties/OnOff",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.patch_name{
- transform = {127,10},
- center = false,
- fg_color = { 96, 96, 96 },
- height = 16,
- loader_alt_color = { 0, 0, 0 },
- text_style = "Arial medium font",
- width = 114,
- },
- jbox.patch_browse_group{
- transform = {62,7},
- fx_patch = false,
- },
- }
- }
- folded_front = jbox.panel{
- backdrop = jbox.image{path="Reason_GUI_front_Fold"},
- widgets = {
- }
- }
- back = jbox.panel{
- backdrop = jbox.image{path="Reason_GUI_Panel_back"},
- widgets = {
- jbox.placeholder{
- transform = {420,40},
- },
- jbox.cv_input_socket{
- transform = {100,20},
- socket = "/cv_inputs/numerator_note_cv",
- },
- jbox.cv_input_socket{
- transform = {100,80},
- socket = "/cv_inputs/denominator_note_cv",
- },
- }
- }
- folded_back = jbox.panel{
- backdrop = jbox.image{path="Reason_GUI_back_Fold"},
- cable_origin = {377,15},
- widgets = {
- }
- }
|