| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- format_version = "4.0"
- front = jbox.panel{
- backdrop = jbox.image{path="Reason_GUI_Panel_front"},
- widgets = {
- jbox.analog_knob{
- transform = {37,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob_switch-reframed", frames = 3},
- value = "/custom_properties/randomize_lfo_shape",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {90,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob-reframed", frames = 72},
- value = "/custom_properties/randomize_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/randomize_lfo_sync",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {146,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob-reframed", frames = 72},
- value = "/custom_properties/randomize_lfo_shift",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {202,55},
- animation = jbox.image_sequence{path = "Reason_GUI_small_knob-reframed", frames = 72},
- value = "/custom_properties/randomize_lfo_amount",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.zero_snap_knob{
- transform = {274,44},
- animation = jbox.image_sequence{path = "Reason_GUI_big_knob-reframed", frames = 72},
- value = "/custom_properties/randomize_amount",
- show_remote_box = true,
- show_automation_rect = true,
- },
- jbox.analog_knob{
- transform = {341,144},
- animation = jbox.image_sequence{path = "Reason_GUI_horizontal_switch-reframed", frames = 3},
- value = "/custom_properties/randomize_mode",
- 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 = {93,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.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 = {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.analog_knob{
- transform = {703,157},
- animation = jbox.image_sequence{path = "Reason_GUI_horizontal_button-reframed", frames = 2},
- value = "/custom_properties/imperfector_direction",
- 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,
- },
- }
- }
- 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},
- },
- }
- }
- folded_back = jbox.panel{
- backdrop = jbox.image{path="Reason_GUI_back_Fold"},
- cable_origin = {377,15},
- widgets = {
- }
- }
|