| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- 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.analog_knob{
- transform = {672,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob_switch-reframed", frames = 3},
- value = "/custom_properties/stringize_LFO_shape",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {619,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob-reframed", frames = 72},
- value = "/custom_properties/stringize_LFO_speed",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {624,119},
- animation = jbox.image_sequence{path = "Reason_GUI_vertical_button-reframed", frames = 3},
- value = "/custom_properties/stringize_LFO_sync",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {563,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob-reframed", frames = 72},
- value = "/custom_properties/stringize_LFO_shift",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {507,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob-reframed", frames = 72},
- value = "/custom_properties/stringize_LFO_amount",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {393,144},
- animation = jbox.image_sequence{path = "Reason_GUI_horizontal_switch-reframed", frames = 3},
- value = "/custom_properties/stringize_mode",
- 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 = {
- }
- }
|