Erster Commit: nativer Linux-Port aus macOS-Bytecode
Läuft die Voice Acoustic VA-Remotecontrol (AllDSP AllControl) nativ unter Linux auf echtem wxGTK 3.0 — ohne Wine und ohne dekompilierten App-Code. Ausgeführt wird das unveränderte Python-2.7-Bytecode aus dem macOS-.app; C-Extensions (wxGTK/numpy/ scipy/PortAudio) kommen nativ aus Debian stretch. Enthält: va/ (Original-.pyc + pure-Python-Libs + Assets + launch.py mit den drei Linux-Fixes), Dockerfile/run.sh/entrypoint.sh, reference/ (dekompilierter Quellcode zum Debuggen) und README/STATUS. img.cache (378 MB, regenerierbar) ist per .gitignore ausgeschlossen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@@ -0,0 +1,24 @@
|
||||
[DEFAULT]
|
||||
views = pw_panel
|
||||
title =
|
||||
center_on_screen=yes
|
||||
|
||||
[pw_panel]
|
||||
svg_file = pw_panel.svg
|
||||
controls = check_password
|
||||
|
||||
check_password_type=text
|
||||
check_password_value=check_password
|
||||
|
||||
[check_password]
|
||||
struct_id=13
|
||||
member_id = 29
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 86 KiB |
@@ -0,0 +1,118 @@
|
||||
[any|None|cs_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out4]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_a_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_b_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_c_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_d_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_a_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_b_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_c_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_d_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mute_out]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|vu_out]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|out_delay_text]
|
||||
channelflagshow = always
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 86 KiB |
@@ -0,0 +1,72 @@
|
||||
[Main_panel|-1|vu_out1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
;channelflagshow = always
|
||||
|
||||
|
After Width: | Height: | Size: 178 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 86 KiB |
@@ -0,0 +1,72 @@
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
@@ -0,0 +1,781 @@
|
||||
[DEFAULT]
|
||||
image_filesize = 0x400000
|
||||
cs_in4_type = toggle-button
|
||||
peq_reset_1_type = button
|
||||
struct_id_hpf = 4
|
||||
skip = True
|
||||
support_display_onoff = yes
|
||||
support_display_dim = yes
|
||||
support_aes_backup_onoff = yes
|
||||
q_bw_1_value = Q_Bw
|
||||
mute_channels = [0,1,2,3]
|
||||
peq_freq_8_type = text
|
||||
peq_q_5_value = peq_q_5
|
||||
peq_gain_4_value = peq_gain_4
|
||||
preset_name_text_type = text
|
||||
member_id_status = 9
|
||||
recall_preset_list_value = recall_preset
|
||||
peq_gain_7_type = text
|
||||
peq_reset_8_type = button
|
||||
temperature_type = gauge
|
||||
temperature_value = temperature
|
||||
struct_id_internal = 255
|
||||
mute_in0_type = toggle-button
|
||||
peq_q_3_type = text
|
||||
peq_type_3_type = choice
|
||||
member_id_freq = 1
|
||||
title = AllDSP AllControl Software
|
||||
peq_freq_9_value = peq_freq_9
|
||||
vu_in_red = 10
|
||||
struct_id_vu = -1
|
||||
member_id_mute = 14
|
||||
peq_type_7_value = peq_type_7
|
||||
peq_freq_5_type = text
|
||||
hpf_on_value = hpf_onoff
|
||||
out_release_knob_type = knob
|
||||
cs_dyn_type = toggle-button
|
||||
delay_unit_type = delay_unit
|
||||
member_id_gndlift = 22
|
||||
out_gain_text_unit = dB
|
||||
mute_out_type = toggle-button
|
||||
peq_freq_4_value = peq_freq_4
|
||||
member_id_gr_in = 12
|
||||
hpf_text_value = hpf
|
||||
q_bw_type = toggle-button
|
||||
peq_gain_8_value = peq_gain_8
|
||||
peq_reset_2_type = button
|
||||
peq_sw_9_value = peq_9_on
|
||||
hpf_on_type = toggle-button
|
||||
struct_id_lpf = 3
|
||||
peq_q_8_value = peq_q_8
|
||||
peq_gain_6_value = peq_gain_6
|
||||
peq_type_9_type = choice
|
||||
peq_freq_6_type = text
|
||||
peq_sw_8_value = peq_8_on
|
||||
peq_type_1_type = choice
|
||||
peq_gain_7_value = peq_gain_7
|
||||
peq_type_6_type = choice
|
||||
struct_id_mixer = 1
|
||||
peq_sw_7_value = peq_7_on
|
||||
mute_out3_type = toggle-button
|
||||
link_ab_value = link_ab
|
||||
peq_reset_9_type = button
|
||||
peq_sw_4_value = peq_4_on
|
||||
cs_in1_type = toggle-button
|
||||
struct_id_mute = 7
|
||||
peq_type_0_value = peq_type_0
|
||||
out_gain_slider_max_label = out_gain_max
|
||||
peq_freq_0_value = peq_freq_0
|
||||
cs_out6_type = toggle-button
|
||||
hpf_shape_type = choice
|
||||
preset_load_type = button
|
||||
member_id_hold = 7
|
||||
member_id_vu_in = 10
|
||||
peq_gain_0_type = text
|
||||
peq_gain_9_value = peq_gain_9
|
||||
peq_sw_5_type = toggle-button
|
||||
member_id_vu_out = 11
|
||||
lpf_shape_value = lpf_shape
|
||||
peq_type_5_type = choice
|
||||
peq_freq_2_type = text
|
||||
peq_q_1_value = peq_q_1
|
||||
out_release_text_type = text
|
||||
peq_freq_0_type = text
|
||||
peq_sw_6_type = toggle-button
|
||||
member_id_language = 23
|
||||
peq_reset_7_type = button
|
||||
mute_out4_type = toggle-button
|
||||
hpf_shape_value = hpf_shape
|
||||
peq_reset_6_type = button
|
||||
cs_out2_type = toggle-button
|
||||
peq_sw_3_type = toggle-button
|
||||
peq_gain_5_type = text
|
||||
link_ab_type = indicator
|
||||
link_ab_condition = link_ab > 0
|
||||
unit_name_text_type = text
|
||||
peq_q_4_value = peq_q_4
|
||||
out_gain_text_type = text
|
||||
peq_gain_8_type = text
|
||||
cs_back_type = toggle-button
|
||||
peq_gain_1_value = peq_gain_1
|
||||
peq_type_5_value = peq_type_5
|
||||
vu_inc_value = level_inc
|
||||
lpf_shape_type = choice
|
||||
vu_inc_type = gauge
|
||||
store_unit_preset_value = cmd_store_unit_preset
|
||||
member_id_threshold = 4
|
||||
struct_id_link = 10
|
||||
struct_id_gain = 0
|
||||
preset_no_text_type = text
|
||||
q_bw_value = Q_Bw
|
||||
member_id_type = 3
|
||||
q_bw_2_value = Q_Bw
|
||||
member_id_invert = 15
|
||||
peq_sw_4_type = toggle-button
|
||||
peq_q_9_value = peq_q_9
|
||||
struct_id_gr = -2
|
||||
cs_in3_type = toggle-button
|
||||
peq_q_6_type = text
|
||||
peq_q_1_type = text
|
||||
mute_out2_type = toggle-button
|
||||
preset_no_text_value = preset_no
|
||||
cs_in2_type = toggle-button
|
||||
mute_out0_value = mute_out0
|
||||
mute_out5_type = toggle-button
|
||||
peq_q_7_type = text
|
||||
unit_name_text_value = unit_name
|
||||
peq_reset_3_type = button
|
||||
vu_style = leds
|
||||
out_link_2_type = indicator
|
||||
mute_in0_value = mute_in0
|
||||
out_release_knob_value = limiter_release
|
||||
peq_gain_9_type = text
|
||||
peq_gain_2_value = peq_gain_2
|
||||
cs_out1_type = toggle-button
|
||||
cs_out4_type = toggle-button
|
||||
peq_sw_5_value = peq_5_on
|
||||
peq_q_2_type = text
|
||||
mute_in3_type = toggle-button
|
||||
peq_type_3_value = peq_type_3
|
||||
struct_id_command = 11
|
||||
peq_gain_3_value = peq_gain_3
|
||||
mute_out_value = mute_out
|
||||
peq_type_8_type = choice
|
||||
member_id_number_of_ways = 21
|
||||
member_id_number_of_groups = 20
|
||||
vu_led_spacing = 3
|
||||
out_gain_slider_min_label = out_gain_min
|
||||
mute_in2_type = toggle-button
|
||||
member_id_long_name = 17
|
||||
mute_out3_value = mute_out3
|
||||
member_id_preset_version = 19
|
||||
mute_out4_value = mute_out4
|
||||
out_link_0_value = out_link_0
|
||||
struct_id_global = 13
|
||||
member_id_link = 25
|
||||
struct_id_limiter = 6
|
||||
peq_freq_3_type = text
|
||||
peq_sw_0_value = peq_0_on
|
||||
peq_sw_2_value = peq_2_on
|
||||
vu_out_yellow = 0
|
||||
mute_out2_value = mute_out2
|
||||
struct_id_compressor = 12
|
||||
peq_freq_1_type = text
|
||||
member_id_on = 24
|
||||
lpf_text_value = lpf
|
||||
peq_q_8_type = text
|
||||
peq_type_1_value = peq_type_1
|
||||
peq_sw_0_type = toggle-button
|
||||
peq_type_4_value = peq_type_4
|
||||
mute_out0_type = toggle-button
|
||||
peq_freq_5_value = peq_freq_5
|
||||
member_id_attack = 5
|
||||
link_cd_value = link_cd
|
||||
peq_sw_9_type = toggle-button
|
||||
peq_sw_8_type = toggle-button
|
||||
vu_led_size = 2
|
||||
lpf_on_value = lpf_onoff
|
||||
peq_sw_2_type = toggle-button
|
||||
link_cd_type = indicator
|
||||
link_cd_condition = link_cd > 0
|
||||
vu_ind_type = gauge
|
||||
peq_type_2_type = choice
|
||||
out_delay_knob_type = knob
|
||||
peq_type_4_type = choice
|
||||
peq_q_9_type = text
|
||||
vu_in_yellow = 0
|
||||
struct_id_peq = 5
|
||||
mute_in1_value = mute_in1
|
||||
out_gain_text_value = out_gain
|
||||
cs_main_type = toggle-button
|
||||
peq_freq_4_type = text
|
||||
peq_type_7_type = choice
|
||||
peq_freq_2_value = peq_freq_2
|
||||
peq_reset_5_type = button
|
||||
available_units_type = available_units
|
||||
member_id_ratio = 27
|
||||
peq_sw_7_type = toggle-button
|
||||
member_id_gain = 0
|
||||
vu_grey_on_mute = yes
|
||||
peq_q_3_value = peq_q_3
|
||||
struct_id_preset_global = 9
|
||||
peq_gain_6_type = text
|
||||
link_status_type = toggle-button
|
||||
peq_sw_3_value = peq_3_on
|
||||
peq_q_7_value = peq_q_7
|
||||
member_id_command = 26
|
||||
struct_id_channel = 14
|
||||
q_bw_1_type = toggle-button
|
||||
vu_ina_value = level_ina
|
||||
peq_freq_7_type = text
|
||||
peq_type_0_type = choice
|
||||
hpf_text_type = text
|
||||
peq_freq_6_value = peq_freq_6
|
||||
peq_freq_3_value = peq_freq_3
|
||||
recall_preset_list_type = choice
|
||||
peq_sw_1_type = toggle-button
|
||||
struct_id_invert = 8
|
||||
out_gain_slider_value = out_gain
|
||||
out_link_4_value = out_link_4
|
||||
peq_type_2_value = peq_type_2
|
||||
peq_gain_2_type = text
|
||||
out_delay_text_type = text
|
||||
member_id_gr_out = 13
|
||||
peq_freq_8_value = peq_freq_8
|
||||
load_unit_preset_type = toggle-button
|
||||
peq_reset_4_type = button
|
||||
cs_out5_type = toggle-button
|
||||
out_link_2_value = out_link_2
|
||||
out_gain_slider_type = slider
|
||||
peq_q_0_value = peq_q_0
|
||||
out_release_text_unit = dB/s
|
||||
out_link_0_type = indicator
|
||||
peq_freq_7_value = peq_freq_7
|
||||
out_link_4_type = toggle-button
|
||||
vu_ind_value = level_ind
|
||||
peq_reset_0_type = button
|
||||
vu_ina_type = gauge
|
||||
views = Main_panel
|
||||
peq_sw_6_value = peq_6_on
|
||||
peq_q_2_value = peq_q_2
|
||||
vu_inb_type = gauge
|
||||
out_delay_text_value = delay
|
||||
load_unit_preset_value = cmd_load_unit_preset
|
||||
member_id_delay = 8
|
||||
mute_out5_value = mute_out5
|
||||
out_delay_knob_value = delay
|
||||
preset_name_text_value = preset_name
|
||||
peq_gain_0_value = peq_gain_0
|
||||
preset_store_type = button
|
||||
vu_led_shape = square
|
||||
peq_sw_1_value = peq_1_on
|
||||
cs_out3_type = toggle-button
|
||||
struct_id_delay = 2
|
||||
peq_q_0_type = text
|
||||
vu_out_red = 10
|
||||
peq_q_4_type = text
|
||||
member_id_q = 2
|
||||
peq_type_8_value = peq_type_8
|
||||
peq_freq_9_type = text
|
||||
mute_out1_value = mute_out1
|
||||
store_unit_preset_type = toggle-button
|
||||
peq_type_6_value = peq_type_6
|
||||
member_id_short_name = 16
|
||||
bridge_pairs = [[0,1],[2,3]]
|
||||
mute_in3_value = mute_in3
|
||||
peq_gain_1_type = text
|
||||
peq_q_5_type = text
|
||||
member_id_preset_number = 18
|
||||
peq_gain_3_type = text
|
||||
peq_q_6_value = peq_q_6
|
||||
peq_gain_4_type = text
|
||||
member_id_release = 6
|
||||
mute_in1_type = toggle-button
|
||||
out_release_text_value = limiter_release
|
||||
peq_freq_1_value = peq_freq_1
|
||||
lpf_on_type = toggle-button
|
||||
mute_in2_value = mute_in2
|
||||
mute_out1_type = toggle-button
|
||||
lpf_text_type = text
|
||||
peq_gain_5_value = peq_gain_5
|
||||
cs_xover_type = toggle-button
|
||||
q_bw_2_type = toggle-button
|
||||
peq_type_9_value = peq_type_9
|
||||
member_id_q_bw = 1000
|
||||
vu_inb_value = level_inb
|
||||
|
||||
[unit_name]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0
|
||||
|
||||
[standby_delay_time]
|
||||
default_value = 15
|
||||
scale = 60000
|
||||
max_value = 30.0
|
||||
min_value = 0
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
num = 0
|
||||
member_id = 34
|
||||
channel = 0
|
||||
|
||||
[preset_name]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_PRESET_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0
|
||||
|
||||
[in_a_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 0
|
||||
|
||||
[mute_in1]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 1
|
||||
|
||||
[in_b_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 1
|
||||
|
||||
[in_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
channels = 0,1,2,3
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
|
||||
[mute_in2]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 2
|
||||
|
||||
[channel_name_130]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x82
|
||||
|
||||
[channel_name_131]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x83
|
||||
|
||||
[in_c_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 2
|
||||
|
||||
[mute_out2]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x82
|
||||
|
||||
[mute_in0]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0
|
||||
|
||||
[mute_in3]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 3
|
||||
|
||||
[channel_name_129]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x81
|
||||
|
||||
[mute_out]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
channels = 0x80, 0x81, 0x82, 0x83
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
|
||||
[in_d_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 3
|
||||
|
||||
[cmd_load_unit_preset]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_COMMAND)s
|
||||
num = 1
|
||||
member_id = %(MEMBER_ID_COMMAND)s
|
||||
channel = 0
|
||||
|
||||
[level_ina]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 0
|
||||
|
||||
[level_inc]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 2
|
||||
|
||||
[level_inb]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 1
|
||||
|
||||
[level_ind]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 3
|
||||
|
||||
[level_out]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
channels = 0x80, 0x81, 0x82, 0x83
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
|
||||
[channel_name_2]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 2
|
||||
|
||||
[mute_out3]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x83
|
||||
|
||||
[mute_out1]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x81
|
||||
|
||||
[mute_out0]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x80
|
||||
|
||||
[level_in]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
channels = 0,1,2,3
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
|
||||
[level_out3]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x83
|
||||
|
||||
[level_out2]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x82
|
||||
|
||||
[level_out1]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x81
|
||||
|
||||
[level_out0]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x80
|
||||
|
||||
[channel_name_128]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x80
|
||||
|
||||
[channel_name]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
channels = 0,1,2,3,0x80,0x81,0x82,0x83
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
|
||||
[cmd_store_unit_preset]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_COMMAND)s
|
||||
num = 2
|
||||
member_id = %(MEMBER_ID_COMMAND)s
|
||||
channel = 0
|
||||
|
||||
[channel_name_3]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 3
|
||||
|
||||
[channel_name_0]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0
|
||||
|
||||
[channel_name_1]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 1
|
||||
|
||||
[recall_preset]
|
||||
default_value = 1
|
||||
max_value = 100
|
||||
struct_id = %(STRUCT_ID_PRESET_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_PRESET_NUMBER)s
|
||||
channel = 0
|
||||
|
||||
[preset_no]
|
||||
default_value = 1
|
||||
scale = 1
|
||||
max_value = 250
|
||||
min_value = 0
|
||||
struct_id = %(STRUCT_ID_PRESET_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_PRESET_NUMBER)s
|
||||
channel = 0
|
||||
|
||||
[Main_panel]
|
||||
main_out0_slider_max_label = main_out0_max
|
||||
in_gain_4_text_type = text
|
||||
vu_out0_value = level_out0
|
||||
in_gain_1_slider_min_label = in_gain_1_min
|
||||
in_gain_3_text_value = in_c_gain
|
||||
main_out4_text_value = out4_gain
|
||||
main_out1_slider_max_label = main_out1_max
|
||||
main_out4_text_type = text
|
||||
vu_out0_type = gauge
|
||||
main_out2_slider_type = slider
|
||||
in_gain_3_slider_max_label = in_gain_3_max
|
||||
main_out5_slider_value = out5_gain
|
||||
in_gain_4_slider_min_label = in_gain_4_min
|
||||
main_out0_text_value = out0_gain
|
||||
in_gain_2_slider_min_label = in_gain_2_min
|
||||
main_out1_slider_min_label = main_out1_min
|
||||
main_out5_text_type = text
|
||||
in_gain_3_slider_value = in_c_gain
|
||||
main_out4_slider_value = out4_gain
|
||||
main_out3_text_type = text
|
||||
in_gain_3_text_type = text
|
||||
in_gain_2_text_value = in_b_gain
|
||||
in_gain_1_slider_value = in_a_gain
|
||||
main_out1_slider_type = slider
|
||||
main_out5_slider_max_label = main_out5_max
|
||||
main_out2_slider_min_label = main_out2_min
|
||||
vu_out4_type = gauge
|
||||
in_gain_2_slider_type = slider
|
||||
controls = in_gain_1_slider, in_gain_2_slider,in_gain_3_slider, in_gain_4_slider,
|
||||
mute_in0, mute_in1, mute_in2, mute_in3, mute_out0, mute_out1, mute_out2, mute_out3,
|
||||
link_ab, link_cd,
|
||||
in_gain_1_text, in_gain_2_text, in_gain_3_text, in_gain_4_text, vu_ina, vu_inb, vu_inc, vu_ind, vu_out0, vu_out1, vu_out2, vu_out3,
|
||||
preset_load, preset_store, available_units, cs_button, recall_preset_list, load_unit_preset, store_unit_preset,
|
||||
link_status,preset_name_text, unit_name_text, channel_name_0_text, channel_name_1_text,
|
||||
channel_name_2_text, channel_name_3_text, channel_name_128_text, channel_name_129_text, channel_name_130_text, channel_name_131_text,
|
||||
input_select_1, input_select_2, input_select_3, input_select_4,temperature
|
||||
input_select_1_type = choice
|
||||
input_select_2_type = choice
|
||||
input_select_3_type = choice
|
||||
input_select_4_type = choice
|
||||
channel_name_128_text_type = label
|
||||
channel_name_129_text_type = label
|
||||
channel_name_130_text_type = label
|
||||
channel_name_131_text_type = label
|
||||
main_out0_slider_min_label = main_out0_min
|
||||
main_out0_slider_value = out0_gain
|
||||
main_out3_slider_type = slider
|
||||
in_gain_2_text_type = text
|
||||
in_gain_3_slider_min_label = in_gain_3_min
|
||||
main_out2_text_value = out2_gain
|
||||
in_gain_1_text_value = in_a_gain
|
||||
cs_button_value = cs_main
|
||||
vu_out1_value = level_out1
|
||||
main_out4_slider_max_label = main_out4_max
|
||||
in_gain_4_slider_value = in_d_gain
|
||||
main_out3_text_value = out3_gain
|
||||
main_out3_slider_value = out3_gain
|
||||
vu_out2_value = level_out2
|
||||
vu_out3_type = gauge
|
||||
vu_out4_value = level_out4
|
||||
svg_file = Main_panel.svg
|
||||
in_gain_4_text_value = in_d_gain
|
||||
main_out5_slider_min_label = main_out5_min
|
||||
main_out2_slider_max_label = main_out2_max
|
||||
in_gain_1_slider_type = slider
|
||||
main_out0_text_type = text
|
||||
main_out4_slider_min_label = main_out4_min
|
||||
main_out5_slider_type = slider
|
||||
vu_out5_value = level_out5
|
||||
main_out2_text_type = text
|
||||
in_gain_1_slider_max_label = in_gain_1_max
|
||||
main_out1_text_value = out1_gain
|
||||
main_out1_slider_value = out1_gain
|
||||
main_out0_slider_type = slider
|
||||
vu_out3_value = level_out3
|
||||
in_gain_2_slider_max_label = in_gain_2_max
|
||||
in_gain_2_slider_value = in_b_gain
|
||||
in_gain_4_slider_type = slider
|
||||
main_out5_text_value = out5_gain
|
||||
main_out3_slider_min_label = main_out3_min
|
||||
in_gain_4_slider_max_label = in_gain_4_max
|
||||
main_out1_text_type = text
|
||||
in_gain_3_slider_type = slider
|
||||
main_out2_slider_value = out2_gain
|
||||
in_gain_1_text_type = text
|
||||
vu_out5_type = gauge
|
||||
main_out3_slider_max_label = main_out3_max
|
||||
main_out4_slider_type = slider
|
||||
vu_out1_type = gauge
|
||||
vu_out2_type = gauge
|
||||
|
||||
[input_select_1]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 0
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[input_select_2]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 1
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[input_select_3]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 2
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[input_select_4]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 3
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[link_ab]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_LINK)s
|
||||
num = 2
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 0
|
||||
|
||||
[link_cd]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_LINK)s
|
||||
num = 2
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 2
|
||||
|
||||
[temperature]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 1006
|
||||
channel = 0
|
||||
num = 0
|
||||
default_value = 25
|
||||
|
||||
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 86 KiB |
@@ -0,0 +1,72 @@
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
@@ -0,0 +1,781 @@
|
||||
[DEFAULT]
|
||||
image_filesize = 0x400000
|
||||
cs_in4_type = toggle-button
|
||||
peq_reset_1_type = button
|
||||
struct_id_hpf = 4
|
||||
skip = True
|
||||
support_display_onoff = yes
|
||||
support_display_dim = yes
|
||||
support_aes_backup_onoff = yes
|
||||
q_bw_1_value = Q_Bw
|
||||
mute_channels = [0,1,2,3]
|
||||
peq_freq_8_type = text
|
||||
peq_q_5_value = peq_q_5
|
||||
peq_gain_4_value = peq_gain_4
|
||||
preset_name_text_type = text
|
||||
member_id_status = 9
|
||||
recall_preset_list_value = recall_preset
|
||||
peq_gain_7_type = text
|
||||
peq_reset_8_type = button
|
||||
temperature_type = gauge
|
||||
temperature_value = temperature
|
||||
struct_id_internal = 255
|
||||
mute_in0_type = toggle-button
|
||||
peq_q_3_type = text
|
||||
peq_type_3_type = choice
|
||||
member_id_freq = 1
|
||||
title = AllDSP AllControl Software
|
||||
peq_freq_9_value = peq_freq_9
|
||||
vu_in_red = 10
|
||||
struct_id_vu = -1
|
||||
member_id_mute = 14
|
||||
peq_type_7_value = peq_type_7
|
||||
peq_freq_5_type = text
|
||||
hpf_on_value = hpf_onoff
|
||||
out_release_knob_type = knob
|
||||
cs_dyn_type = toggle-button
|
||||
delay_unit_type = delay_unit
|
||||
member_id_gndlift = 22
|
||||
out_gain_text_unit = dB
|
||||
mute_out_type = toggle-button
|
||||
peq_freq_4_value = peq_freq_4
|
||||
member_id_gr_in = 12
|
||||
hpf_text_value = hpf
|
||||
q_bw_type = toggle-button
|
||||
peq_gain_8_value = peq_gain_8
|
||||
peq_reset_2_type = button
|
||||
peq_sw_9_value = peq_9_on
|
||||
hpf_on_type = toggle-button
|
||||
struct_id_lpf = 3
|
||||
peq_q_8_value = peq_q_8
|
||||
peq_gain_6_value = peq_gain_6
|
||||
peq_type_9_type = choice
|
||||
peq_freq_6_type = text
|
||||
peq_sw_8_value = peq_8_on
|
||||
peq_type_1_type = choice
|
||||
peq_gain_7_value = peq_gain_7
|
||||
peq_type_6_type = choice
|
||||
struct_id_mixer = 1
|
||||
peq_sw_7_value = peq_7_on
|
||||
mute_out3_type = toggle-button
|
||||
link_ab_value = link_ab
|
||||
peq_reset_9_type = button
|
||||
peq_sw_4_value = peq_4_on
|
||||
cs_in1_type = toggle-button
|
||||
struct_id_mute = 7
|
||||
peq_type_0_value = peq_type_0
|
||||
out_gain_slider_max_label = out_gain_max
|
||||
peq_freq_0_value = peq_freq_0
|
||||
cs_out6_type = toggle-button
|
||||
hpf_shape_type = choice
|
||||
preset_load_type = button
|
||||
member_id_hold = 7
|
||||
member_id_vu_in = 10
|
||||
peq_gain_0_type = text
|
||||
peq_gain_9_value = peq_gain_9
|
||||
peq_sw_5_type = toggle-button
|
||||
member_id_vu_out = 11
|
||||
lpf_shape_value = lpf_shape
|
||||
peq_type_5_type = choice
|
||||
peq_freq_2_type = text
|
||||
peq_q_1_value = peq_q_1
|
||||
out_release_text_type = text
|
||||
peq_freq_0_type = text
|
||||
peq_sw_6_type = toggle-button
|
||||
member_id_language = 23
|
||||
peq_reset_7_type = button
|
||||
mute_out4_type = toggle-button
|
||||
hpf_shape_value = hpf_shape
|
||||
peq_reset_6_type = button
|
||||
cs_out2_type = toggle-button
|
||||
peq_sw_3_type = toggle-button
|
||||
peq_gain_5_type = text
|
||||
link_ab_type = indicator
|
||||
link_ab_condition = link_ab > 0
|
||||
unit_name_text_type = text
|
||||
peq_q_4_value = peq_q_4
|
||||
out_gain_text_type = text
|
||||
peq_gain_8_type = text
|
||||
cs_back_type = toggle-button
|
||||
peq_gain_1_value = peq_gain_1
|
||||
peq_type_5_value = peq_type_5
|
||||
vu_inc_value = level_inc
|
||||
lpf_shape_type = choice
|
||||
vu_inc_type = gauge
|
||||
store_unit_preset_value = cmd_store_unit_preset
|
||||
member_id_threshold = 4
|
||||
struct_id_link = 10
|
||||
struct_id_gain = 0
|
||||
preset_no_text_type = text
|
||||
q_bw_value = Q_Bw
|
||||
member_id_type = 3
|
||||
q_bw_2_value = Q_Bw
|
||||
member_id_invert = 15
|
||||
peq_sw_4_type = toggle-button
|
||||
peq_q_9_value = peq_q_9
|
||||
struct_id_gr = -2
|
||||
cs_in3_type = toggle-button
|
||||
peq_q_6_type = text
|
||||
peq_q_1_type = text
|
||||
mute_out2_type = toggle-button
|
||||
preset_no_text_value = preset_no
|
||||
cs_in2_type = toggle-button
|
||||
mute_out0_value = mute_out0
|
||||
mute_out5_type = toggle-button
|
||||
peq_q_7_type = text
|
||||
unit_name_text_value = unit_name
|
||||
peq_reset_3_type = button
|
||||
vu_style = leds
|
||||
out_link_2_type = indicator
|
||||
mute_in0_value = mute_in0
|
||||
out_release_knob_value = limiter_release
|
||||
peq_gain_9_type = text
|
||||
peq_gain_2_value = peq_gain_2
|
||||
cs_out1_type = toggle-button
|
||||
cs_out4_type = toggle-button
|
||||
peq_sw_5_value = peq_5_on
|
||||
peq_q_2_type = text
|
||||
mute_in3_type = toggle-button
|
||||
peq_type_3_value = peq_type_3
|
||||
struct_id_command = 11
|
||||
peq_gain_3_value = peq_gain_3
|
||||
mute_out_value = mute_out
|
||||
peq_type_8_type = choice
|
||||
member_id_number_of_ways = 21
|
||||
member_id_number_of_groups = 20
|
||||
vu_led_spacing = 3
|
||||
out_gain_slider_min_label = out_gain_min
|
||||
mute_in2_type = toggle-button
|
||||
member_id_long_name = 17
|
||||
mute_out3_value = mute_out3
|
||||
member_id_preset_version = 19
|
||||
mute_out4_value = mute_out4
|
||||
out_link_0_value = out_link_0
|
||||
struct_id_global = 13
|
||||
member_id_link = 25
|
||||
struct_id_limiter = 6
|
||||
peq_freq_3_type = text
|
||||
peq_sw_0_value = peq_0_on
|
||||
peq_sw_2_value = peq_2_on
|
||||
vu_out_yellow = 0
|
||||
mute_out2_value = mute_out2
|
||||
struct_id_compressor = 12
|
||||
peq_freq_1_type = text
|
||||
member_id_on = 24
|
||||
lpf_text_value = lpf
|
||||
peq_q_8_type = text
|
||||
peq_type_1_value = peq_type_1
|
||||
peq_sw_0_type = toggle-button
|
||||
peq_type_4_value = peq_type_4
|
||||
mute_out0_type = toggle-button
|
||||
peq_freq_5_value = peq_freq_5
|
||||
member_id_attack = 5
|
||||
link_cd_value = link_cd
|
||||
peq_sw_9_type = toggle-button
|
||||
peq_sw_8_type = toggle-button
|
||||
vu_led_size = 2
|
||||
lpf_on_value = lpf_onoff
|
||||
peq_sw_2_type = toggle-button
|
||||
link_cd_type = indicator
|
||||
link_cd_condition = link_cd > 0
|
||||
vu_ind_type = gauge
|
||||
peq_type_2_type = choice
|
||||
out_delay_knob_type = knob
|
||||
peq_type_4_type = choice
|
||||
peq_q_9_type = text
|
||||
vu_in_yellow = 0
|
||||
struct_id_peq = 5
|
||||
mute_in1_value = mute_in1
|
||||
out_gain_text_value = out_gain
|
||||
cs_main_type = toggle-button
|
||||
peq_freq_4_type = text
|
||||
peq_type_7_type = choice
|
||||
peq_freq_2_value = peq_freq_2
|
||||
peq_reset_5_type = button
|
||||
available_units_type = available_units
|
||||
member_id_ratio = 27
|
||||
peq_sw_7_type = toggle-button
|
||||
member_id_gain = 0
|
||||
vu_grey_on_mute = yes
|
||||
peq_q_3_value = peq_q_3
|
||||
struct_id_preset_global = 9
|
||||
peq_gain_6_type = text
|
||||
link_status_type = toggle-button
|
||||
peq_sw_3_value = peq_3_on
|
||||
peq_q_7_value = peq_q_7
|
||||
member_id_command = 26
|
||||
struct_id_channel = 14
|
||||
q_bw_1_type = toggle-button
|
||||
vu_ina_value = level_ina
|
||||
peq_freq_7_type = text
|
||||
peq_type_0_type = choice
|
||||
hpf_text_type = text
|
||||
peq_freq_6_value = peq_freq_6
|
||||
peq_freq_3_value = peq_freq_3
|
||||
recall_preset_list_type = choice
|
||||
peq_sw_1_type = toggle-button
|
||||
struct_id_invert = 8
|
||||
out_gain_slider_value = out_gain
|
||||
out_link_4_value = out_link_4
|
||||
peq_type_2_value = peq_type_2
|
||||
peq_gain_2_type = text
|
||||
out_delay_text_type = text
|
||||
member_id_gr_out = 13
|
||||
peq_freq_8_value = peq_freq_8
|
||||
load_unit_preset_type = toggle-button
|
||||
peq_reset_4_type = button
|
||||
cs_out5_type = toggle-button
|
||||
out_link_2_value = out_link_2
|
||||
out_gain_slider_type = slider
|
||||
peq_q_0_value = peq_q_0
|
||||
out_release_text_unit = dB/s
|
||||
out_link_0_type = indicator
|
||||
peq_freq_7_value = peq_freq_7
|
||||
out_link_4_type = toggle-button
|
||||
vu_ind_value = level_ind
|
||||
peq_reset_0_type = button
|
||||
vu_ina_type = gauge
|
||||
views = Main_panel
|
||||
peq_sw_6_value = peq_6_on
|
||||
peq_q_2_value = peq_q_2
|
||||
vu_inb_type = gauge
|
||||
out_delay_text_value = delay
|
||||
load_unit_preset_value = cmd_load_unit_preset
|
||||
member_id_delay = 8
|
||||
mute_out5_value = mute_out5
|
||||
out_delay_knob_value = delay
|
||||
preset_name_text_value = preset_name
|
||||
peq_gain_0_value = peq_gain_0
|
||||
preset_store_type = button
|
||||
vu_led_shape = square
|
||||
peq_sw_1_value = peq_1_on
|
||||
cs_out3_type = toggle-button
|
||||
struct_id_delay = 2
|
||||
peq_q_0_type = text
|
||||
vu_out_red = 10
|
||||
peq_q_4_type = text
|
||||
member_id_q = 2
|
||||
peq_type_8_value = peq_type_8
|
||||
peq_freq_9_type = text
|
||||
mute_out1_value = mute_out1
|
||||
store_unit_preset_type = toggle-button
|
||||
peq_type_6_value = peq_type_6
|
||||
member_id_short_name = 16
|
||||
bridge_pairs = [[0,1],[2,3]]
|
||||
mute_in3_value = mute_in3
|
||||
peq_gain_1_type = text
|
||||
peq_q_5_type = text
|
||||
member_id_preset_number = 18
|
||||
peq_gain_3_type = text
|
||||
peq_q_6_value = peq_q_6
|
||||
peq_gain_4_type = text
|
||||
member_id_release = 6
|
||||
mute_in1_type = toggle-button
|
||||
out_release_text_value = limiter_release
|
||||
peq_freq_1_value = peq_freq_1
|
||||
lpf_on_type = toggle-button
|
||||
mute_in2_value = mute_in2
|
||||
mute_out1_type = toggle-button
|
||||
lpf_text_type = text
|
||||
peq_gain_5_value = peq_gain_5
|
||||
cs_xover_type = toggle-button
|
||||
q_bw_2_type = toggle-button
|
||||
peq_type_9_value = peq_type_9
|
||||
member_id_q_bw = 1000
|
||||
vu_inb_value = level_inb
|
||||
|
||||
[unit_name]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0
|
||||
|
||||
[standby_delay_time]
|
||||
default_value = 15
|
||||
scale = 60000
|
||||
max_value = 30.0
|
||||
min_value = 0
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
num = 0
|
||||
member_id = 34
|
||||
channel = 0
|
||||
|
||||
[preset_name]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_PRESET_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0
|
||||
|
||||
[in_a_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 0
|
||||
|
||||
[mute_in1]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 1
|
||||
|
||||
[in_b_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 1
|
||||
|
||||
[in_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
channels = 0,1,2,3
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
|
||||
[mute_in2]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 2
|
||||
|
||||
[channel_name_130]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x82
|
||||
|
||||
[channel_name_131]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x83
|
||||
|
||||
[in_c_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 2
|
||||
|
||||
[mute_out2]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x82
|
||||
|
||||
[mute_in0]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0
|
||||
|
||||
[mute_in3]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 3
|
||||
|
||||
[channel_name_129]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x81
|
||||
|
||||
[mute_out]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
channels = 0x80, 0x81, 0x82, 0x83
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
|
||||
[in_d_gain]
|
||||
default_value = 0
|
||||
off_text = Mute
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_GAIN)s
|
||||
off_value = -48
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
units = dB
|
||||
channel = 3
|
||||
|
||||
[cmd_load_unit_preset]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_COMMAND)s
|
||||
num = 1
|
||||
member_id = %(MEMBER_ID_COMMAND)s
|
||||
channel = 0
|
||||
|
||||
[level_ina]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 0
|
||||
|
||||
[level_inc]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 2
|
||||
|
||||
[level_inb]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 1
|
||||
|
||||
[level_ind]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
channel = 3
|
||||
|
||||
[level_out]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
channels = 0x80, 0x81, 0x82, 0x83
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
|
||||
[channel_name_2]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 2
|
||||
|
||||
[mute_out3]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x83
|
||||
|
||||
[mute_out1]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x81
|
||||
|
||||
[mute_out0]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_MUTE)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x80
|
||||
|
||||
[level_in]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
channels = 0,1,2,3
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
units = dB
|
||||
|
||||
[level_out3]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x83
|
||||
|
||||
[level_out2]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x82
|
||||
|
||||
[level_out1]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x81
|
||||
|
||||
[level_out0]
|
||||
default_value = %(min_value)s
|
||||
max_value = 12
|
||||
min_value = -48
|
||||
struct_id = %(STRUCT_ID_VU)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
units = dB
|
||||
channel = 0x80
|
||||
|
||||
[channel_name_128]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0x80
|
||||
|
||||
[channel_name]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
channels = 0,1,2,3,0x80,0x81,0x82,0x83
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
|
||||
[cmd_store_unit_preset]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_COMMAND)s
|
||||
num = 2
|
||||
member_id = %(MEMBER_ID_COMMAND)s
|
||||
channel = 0
|
||||
|
||||
[channel_name_3]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 3
|
||||
|
||||
[channel_name_0]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 0
|
||||
|
||||
[channel_name_1]
|
||||
default_value = No Name
|
||||
struct_id = %(STRUCT_ID_CHANNEL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel = 1
|
||||
|
||||
[recall_preset]
|
||||
default_value = 1
|
||||
max_value = 100
|
||||
struct_id = %(STRUCT_ID_PRESET_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_PRESET_NUMBER)s
|
||||
channel = 0
|
||||
|
||||
[preset_no]
|
||||
default_value = 1
|
||||
scale = 1
|
||||
max_value = 250
|
||||
min_value = 0
|
||||
struct_id = %(STRUCT_ID_PRESET_GLOBAL)s
|
||||
num = 0
|
||||
member_id = %(MEMBER_ID_PRESET_NUMBER)s
|
||||
channel = 0
|
||||
|
||||
[Main_panel]
|
||||
main_out0_slider_max_label = main_out0_max
|
||||
in_gain_4_text_type = text
|
||||
vu_out0_value = level_out0
|
||||
in_gain_1_slider_min_label = in_gain_1_min
|
||||
in_gain_3_text_value = in_c_gain
|
||||
main_out4_text_value = out4_gain
|
||||
main_out1_slider_max_label = main_out1_max
|
||||
main_out4_text_type = text
|
||||
vu_out0_type = gauge
|
||||
main_out2_slider_type = slider
|
||||
in_gain_3_slider_max_label = in_gain_3_max
|
||||
main_out5_slider_value = out5_gain
|
||||
in_gain_4_slider_min_label = in_gain_4_min
|
||||
main_out0_text_value = out0_gain
|
||||
in_gain_2_slider_min_label = in_gain_2_min
|
||||
main_out1_slider_min_label = main_out1_min
|
||||
main_out5_text_type = text
|
||||
in_gain_3_slider_value = in_c_gain
|
||||
main_out4_slider_value = out4_gain
|
||||
main_out3_text_type = text
|
||||
in_gain_3_text_type = text
|
||||
in_gain_2_text_value = in_b_gain
|
||||
in_gain_1_slider_value = in_a_gain
|
||||
main_out1_slider_type = slider
|
||||
main_out5_slider_max_label = main_out5_max
|
||||
main_out2_slider_min_label = main_out2_min
|
||||
vu_out4_type = gauge
|
||||
in_gain_2_slider_type = slider
|
||||
controls = in_gain_1_slider, in_gain_2_slider,in_gain_3_slider, in_gain_4_slider,
|
||||
mute_in0, mute_in1, mute_in2, mute_in3, mute_out0, mute_out1, mute_out2, mute_out3,
|
||||
link_ab, link_cd,
|
||||
in_gain_1_text, in_gain_2_text, in_gain_3_text, in_gain_4_text, vu_ina, vu_inb, vu_inc, vu_ind, vu_out0, vu_out1, vu_out2, vu_out3,
|
||||
preset_load, preset_store, available_units, cs_button, recall_preset_list, load_unit_preset, store_unit_preset,
|
||||
link_status,preset_name_text, unit_name_text, channel_name_0_text, channel_name_1_text,
|
||||
channel_name_2_text, channel_name_3_text, channel_name_128_text, channel_name_129_text, channel_name_130_text, channel_name_131_text,
|
||||
input_select_1, input_select_2, input_select_3, input_select_4,temperature
|
||||
input_select_1_type = choice
|
||||
input_select_2_type = choice
|
||||
input_select_3_type = choice
|
||||
input_select_4_type = choice
|
||||
channel_name_128_text_type = label
|
||||
channel_name_129_text_type = label
|
||||
channel_name_130_text_type = label
|
||||
channel_name_131_text_type = label
|
||||
main_out0_slider_min_label = main_out0_min
|
||||
main_out0_slider_value = out0_gain
|
||||
main_out3_slider_type = slider
|
||||
in_gain_2_text_type = text
|
||||
in_gain_3_slider_min_label = in_gain_3_min
|
||||
main_out2_text_value = out2_gain
|
||||
in_gain_1_text_value = in_a_gain
|
||||
cs_button_value = cs_main
|
||||
vu_out1_value = level_out1
|
||||
main_out4_slider_max_label = main_out4_max
|
||||
in_gain_4_slider_value = in_d_gain
|
||||
main_out3_text_value = out3_gain
|
||||
main_out3_slider_value = out3_gain
|
||||
vu_out2_value = level_out2
|
||||
vu_out3_type = gauge
|
||||
vu_out4_value = level_out4
|
||||
svg_file = Main_panel.svg
|
||||
in_gain_4_text_value = in_d_gain
|
||||
main_out5_slider_min_label = main_out5_min
|
||||
main_out2_slider_max_label = main_out2_max
|
||||
in_gain_1_slider_type = slider
|
||||
main_out0_text_type = text
|
||||
main_out4_slider_min_label = main_out4_min
|
||||
main_out5_slider_type = slider
|
||||
vu_out5_value = level_out5
|
||||
main_out2_text_type = text
|
||||
in_gain_1_slider_max_label = in_gain_1_max
|
||||
main_out1_text_value = out1_gain
|
||||
main_out1_slider_value = out1_gain
|
||||
main_out0_slider_type = slider
|
||||
vu_out3_value = level_out3
|
||||
in_gain_2_slider_max_label = in_gain_2_max
|
||||
in_gain_2_slider_value = in_b_gain
|
||||
in_gain_4_slider_type = slider
|
||||
main_out5_text_value = out5_gain
|
||||
main_out3_slider_min_label = main_out3_min
|
||||
in_gain_4_slider_max_label = in_gain_4_max
|
||||
main_out1_text_type = text
|
||||
in_gain_3_slider_type = slider
|
||||
main_out2_slider_value = out2_gain
|
||||
in_gain_1_text_type = text
|
||||
vu_out5_type = gauge
|
||||
main_out3_slider_max_label = main_out3_max
|
||||
main_out4_slider_type = slider
|
||||
vu_out1_type = gauge
|
||||
vu_out2_type = gauge
|
||||
|
||||
[input_select_1]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 0
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[input_select_2]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 1
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[input_select_3]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 2
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[input_select_4]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 44
|
||||
channel = 3
|
||||
num = 0
|
||||
default_value = 0x10
|
||||
values = 0x10, 0x11, 0x21, 1,2,3,0x50, 0x51, 0x61, 0x52, 0x53, 0x63, 6, 7, 8
|
||||
labels = Analog 1, Analog 2, Analog 1+2, AES A, AES B, AES A + B, Dante 1, Dante 2, Dante 1+2, Dante 3, Dante 4, Dante 3+4, White Noise, Pink Noise, Sine
|
||||
image_filesize = 0x400000
|
||||
|
||||
[link_ab]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_LINK)s
|
||||
num = 2
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 0
|
||||
|
||||
[link_cd]
|
||||
default_value = 0
|
||||
struct_id = %(STRUCT_ID_LINK)s
|
||||
num = 2
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 2
|
||||
|
||||
[temperature]
|
||||
struct_id = %(STRUCT_ID_GLOBAL)s
|
||||
member_id = 1006
|
||||
channel = 0
|
||||
num = 0
|
||||
default_value = 25
|
||||
|
||||
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 113 KiB |
@@ -0,0 +1,19 @@
|
||||
[DEFAULT]
|
||||
center_on_screen = yes
|
||||
title =
|
||||
have_menu = False
|
||||
views = pw_panel
|
||||
|
||||
[pw_panel]
|
||||
check_password_value = check_password
|
||||
check_password_type = text
|
||||
controls = check_password
|
||||
svg_file = pw_panel.svg
|
||||
|
||||
[check_password]
|
||||
default_value =
|
||||
struct_id = 13
|
||||
num = 0
|
||||
member_id = 29
|
||||
channel = 0
|
||||
|
||||
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 103 KiB |
@@ -0,0 +1,24 @@
|
||||
[DEFAULT]
|
||||
views = pw_panel
|
||||
title =
|
||||
center_on_screen=yes
|
||||
|
||||
[pw_panel]
|
||||
svg_file = pw_panel.svg
|
||||
controls = check_password
|
||||
|
||||
check_password_type=text
|
||||
check_password_value=check_password
|
||||
|
||||
[check_password]
|
||||
struct_id=13
|
||||
member_id = 29
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 103 KiB |
@@ -0,0 +1,25 @@
|
||||
[DEFAULT]
|
||||
views = pw_panel
|
||||
title =
|
||||
have_menu=False
|
||||
center_on_screen=yes
|
||||
|
||||
[pw_panel]
|
||||
svg_file = pw_panel.svg
|
||||
controls = check_password
|
||||
|
||||
check_password_type=text
|
||||
check_password_value=check_password
|
||||
|
||||
[check_password]
|
||||
struct_id=13
|
||||
member_id = 29
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 112 KiB |
@@ -0,0 +1,24 @@
|
||||
[DEFAULT]
|
||||
views = pw_panel
|
||||
title =
|
||||
center_on_screen=yes
|
||||
|
||||
[pw_panel]
|
||||
svg_file = pw_panel.svg
|
||||
controls = check_password
|
||||
|
||||
check_password_type=text
|
||||
check_password_value=check_password
|
||||
|
||||
[check_password]
|
||||
struct_id=13
|
||||
member_id = 29
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 148 KiB |
@@ -0,0 +1,994 @@
|
||||
[DEFAULT]
|
||||
views = Main_panel
|
||||
title = AllDSP AllControl Software
|
||||
|
||||
;FIR_taps={0:1024,1:0,2:0,3:0,0x80:0,0x81:0,0x82:0}
|
||||
|
||||
support_aes_backup_onoff=yes
|
||||
|
||||
support_aes_backup_onoff=yes
|
||||
|
||||
support_display_onoff=yes
|
||||
support_display_dim=yes
|
||||
|
||||
list_empty_presets=False
|
||||
show_preset_numbers=False
|
||||
|
||||
show_impedance=False
|
||||
|
||||
# structure IDs for AllDSP products
|
||||
STRUCT_ID_VU = -1
|
||||
STRUCT_ID_GR = -2
|
||||
STRUCT_ID_GAIN = 0
|
||||
STRUCT_ID_MIXER = 1
|
||||
STRUCT_ID_DELAY = 2
|
||||
STRUCT_ID_LPF = 3
|
||||
STRUCT_ID_HPF = 4
|
||||
STRUCT_ID_PEQ = 5
|
||||
STRUCT_ID_LIMITER = 6
|
||||
STRUCT_ID_MUTE = 7
|
||||
STRUCT_ID_INVERT = 8
|
||||
STRUCT_ID_PRESET_GLOBAL = 9
|
||||
STRUCT_ID_LINK = 10
|
||||
STRUCT_ID_COMMAND = 11
|
||||
STRUCT_ID_COMPRESSOR = 12
|
||||
STRUCT_ID_GLOBAL = 13
|
||||
STRUCT_ID_CHANNEL = 14
|
||||
STRUCT_ID_INTERNAL = 255
|
||||
|
||||
# member IDs for AllDSP products
|
||||
MEMBER_ID_GAIN = 0
|
||||
MEMBER_ID_FREQ = 1
|
||||
MEMBER_ID_Q = 2
|
||||
MEMBER_ID_TYPE = 3
|
||||
MEMBER_ID_THRESHOLD = 4
|
||||
MEMBER_ID_ATTACK = 5
|
||||
MEMBER_ID_RELEASE = 6
|
||||
MEMBER_ID_HOLD = 7
|
||||
MEMBER_ID_DELAY = 8
|
||||
MEMBER_ID_STATUS = 9
|
||||
MEMBER_ID_VU_IN = 10
|
||||
MEMBER_ID_VU_OUT = 11
|
||||
MEMBER_ID_GR_IN = 12
|
||||
MEMBER_ID_GR_OUT = 13
|
||||
MEMBER_ID_MUTE = 14
|
||||
MEMBER_ID_INVERT = 15
|
||||
MEMBER_ID_SHORT_NAME = 16
|
||||
MEMBER_ID_LONG_NAME = 17
|
||||
MEMBER_ID_PRESET_NUMBER = 18
|
||||
MEMBER_ID_PRESET_VERSION = 19
|
||||
MEMBER_ID_NUMBER_OF_GROUPS = 20
|
||||
MEMBER_ID_NUMBER_OF_WAYS = 21
|
||||
MEMBER_ID_GNDLIFT = 22
|
||||
MEMBER_ID_LANGUAGE = 23
|
||||
MEMBER_ID_ON = 24
|
||||
MEMBER_ID_LINK = 25
|
||||
MEMBER_ID_COMMAND = 26
|
||||
MEMBER_ID_RATIO=27
|
||||
MEMBER_ID_Q_BW = 1000
|
||||
|
||||
delay_unit_type=delay_unit
|
||||
|
||||
status_indicator_type=indicator
|
||||
#remember: list is "or"
|
||||
status_indicator_condition = (hardware_status_flags&0x00000020) != 0 temperature >= 90
|
||||
|
||||
status_details_type=button
|
||||
|
||||
vu_style=leds
|
||||
|
||||
#led shapes: square, rounded, circle
|
||||
vu_led_shape=square
|
||||
vu_led_size=2
|
||||
vu_led_spacing=3
|
||||
vu_grey_on_mute=yes
|
||||
|
||||
#values for input VU
|
||||
vu_in_yellow=0
|
||||
vu_in_red=10
|
||||
|
||||
#values for output VU
|
||||
vu_out_yellow=0
|
||||
vu_out_red=10
|
||||
|
||||
|
||||
# Many switches have the same function in every view, so we describe them in the DEFAULT section
|
||||
|
||||
available_units_type=available_units
|
||||
|
||||
# presets
|
||||
preset_load_type = button
|
||||
|
||||
preset_store_type = button
|
||||
|
||||
recall_preset_list_type = choice
|
||||
recall_preset_list_value = recall_preset
|
||||
|
||||
preset_no_text_type = text
|
||||
preset_no_text_value = preset_no
|
||||
|
||||
load_unit_preset_type = toggle-button
|
||||
load_unit_preset_value = cmd_load_unit_preset
|
||||
|
||||
store_unit_preset_type = toggle-button
|
||||
store_unit_preset_value = cmd_store_unit_preset
|
||||
|
||||
preset_name_text_type=text
|
||||
preset_name_text_value=preset_name
|
||||
|
||||
unit_name_text_type=text
|
||||
unit_name_text_value=unit_name
|
||||
|
||||
|
||||
#link status indicator
|
||||
link_status_type = toggle-button
|
||||
|
||||
|
||||
lpf_on_type = toggle-button
|
||||
lpf_on_value = lpf_onoff
|
||||
|
||||
hpf_on_type = toggle-button
|
||||
hpf_on_value = hpf_onoff
|
||||
|
||||
|
||||
|
||||
mute_in0_type = toggle-button
|
||||
mute_in0_value = mute_in0
|
||||
|
||||
mute_in1_type = toggle-button
|
||||
mute_in1_value = mute_in1
|
||||
|
||||
mute_in2_type = toggle-button
|
||||
mute_in2_value = mute_in2
|
||||
|
||||
mute_in3_type = toggle-button
|
||||
mute_in3_value = mute_in3
|
||||
|
||||
mute_out0_type = toggle-button
|
||||
mute_out0_value = mute_out0
|
||||
|
||||
mute_out1_type = toggle-button
|
||||
mute_out1_value = mute_out1
|
||||
|
||||
mute_out2_type = toggle-button
|
||||
mute_out2_value = mute_out2
|
||||
|
||||
mute_out3_type = toggle-button
|
||||
mute_out3_value = mute_out3
|
||||
|
||||
mute_out4_type = toggle-button
|
||||
mute_out4_value = mute_out4
|
||||
|
||||
mute_out5_type = toggle-button
|
||||
mute_out5_value = mute_out5
|
||||
|
||||
link_ab_type=indicator
|
||||
link_ab_value=link_ab
|
||||
|
||||
link_cd_type=indicator
|
||||
link_cd_value=link_cd
|
||||
|
||||
|
||||
#link
|
||||
out_link_0_type = toggle-button
|
||||
out_link_0_value=out_link_0
|
||||
|
||||
out_link_2_type = toggle-button
|
||||
out_link_2_value=out_link_2
|
||||
|
||||
out_link_4_type = toggle-button
|
||||
out_link_4_value=out_link_4
|
||||
|
||||
input_select_1_type=choice
|
||||
input_select_2_type=choice
|
||||
input_select_3_type=choice
|
||||
input_select_4_type=choice
|
||||
|
||||
|
||||
Q_Bw_type=toggle-button
|
||||
Q_Bw_value=Q_Bw
|
||||
|
||||
peq_type_0_type=choice
|
||||
peq_type_0_value=peq_type_0
|
||||
peq_type_1_type=choice
|
||||
peq_type_1_value=peq_type_1
|
||||
peq_type_2_type=choice
|
||||
peq_type_2_value=peq_type_2
|
||||
peq_type_3_type=choice
|
||||
peq_type_3_value=peq_type_3
|
||||
peq_type_4_type=choice
|
||||
peq_type_4_value=peq_type_4
|
||||
peq_type_5_type=choice
|
||||
peq_type_5_value=peq_type_5
|
||||
peq_type_6_type=choice
|
||||
peq_type_6_value=peq_type_6
|
||||
peq_type_7_type=choice
|
||||
peq_type_7_value=peq_type_7
|
||||
peq_type_8_type=choice
|
||||
peq_type_8_value=peq_type_8
|
||||
peq_type_9_type=choice
|
||||
peq_type_9_value=peq_type_9
|
||||
|
||||
# Menu
|
||||
cs_main_type = toggle-button
|
||||
cs_xover_type = toggle-button
|
||||
cs_in1_type = toggle-button
|
||||
cs_in2_type = toggle-button
|
||||
cs_in3_type = toggle-button
|
||||
cs_in4_type = toggle-button
|
||||
cs_out1_type = toggle-button
|
||||
cs_out2_type = toggle-button
|
||||
cs_out3_type = toggle-button
|
||||
cs_out4_type = toggle-button
|
||||
cs_out5_type = toggle-button
|
||||
cs_out6_type = toggle-button
|
||||
cs_dyn_type = toggle-button
|
||||
cs_back_type=toggle-button
|
||||
|
||||
peq_sw_0_type=toggle-button
|
||||
peq_sw_0_value=peq_0_on
|
||||
|
||||
peq_sw_1_type=toggle-button
|
||||
peq_sw_1_value=peq_1_on
|
||||
|
||||
peq_sw_2_type=toggle-button
|
||||
peq_sw_2_value=peq_2_on
|
||||
|
||||
peq_sw_3_type=toggle-button
|
||||
peq_sw_3_value=peq_3_on
|
||||
|
||||
peq_sw_4_type=toggle-button
|
||||
peq_sw_4_value=peq_4_on
|
||||
|
||||
peq_sw_5_type=toggle-button
|
||||
peq_sw_5_value=peq_5_on
|
||||
|
||||
peq_sw_6_type=toggle-button
|
||||
peq_sw_6_value=peq_6_on
|
||||
|
||||
peq_sw_7_type=toggle-button
|
||||
peq_sw_7_value=peq_7_on
|
||||
|
||||
peq_sw_8_type=toggle-button
|
||||
peq_sw_8_value=peq_8_on
|
||||
|
||||
peq_sw_9_type=toggle-button
|
||||
peq_sw_9_value=peq_9_on
|
||||
|
||||
# PEQs, all 10 of them
|
||||
|
||||
peq_freq_0_type = text
|
||||
peq_freq_0_value = peq_freq_0
|
||||
peq_q_0_type = text
|
||||
peq_q_0_value = peq_q_0
|
||||
peq_gain_0_type = text
|
||||
peq_gain_0_value = peq_gain_0
|
||||
|
||||
peq_freq_1_type = text
|
||||
peq_freq_1_value = peq_freq_1
|
||||
peq_q_1_type = text
|
||||
peq_q_1_value = peq_q_1
|
||||
peq_gain_1_type = text
|
||||
peq_gain_1_value = peq_gain_1
|
||||
|
||||
peq_freq_2_type = text
|
||||
peq_freq_2_value = peq_freq_2
|
||||
peq_q_2_type = text
|
||||
peq_q_2_value = peq_q_2
|
||||
peq_gain_2_type = text
|
||||
peq_gain_2_value = peq_gain_2
|
||||
|
||||
peq_freq_3_type = text
|
||||
peq_freq_3_value = peq_freq_3
|
||||
peq_q_3_type = text
|
||||
peq_q_3_value = peq_q_3
|
||||
peq_gain_3_type = text
|
||||
peq_gain_3_value = peq_gain_3
|
||||
|
||||
peq_freq_4_type = text
|
||||
peq_freq_4_value = peq_freq_4
|
||||
peq_q_4_type = text
|
||||
peq_q_4_value = peq_q_4
|
||||
peq_gain_4_type = text
|
||||
peq_gain_4_value = peq_gain_4
|
||||
|
||||
peq_freq_5_type = text
|
||||
peq_freq_5_value = peq_freq_5
|
||||
peq_q_5_type = text
|
||||
peq_q_5_value = peq_q_5
|
||||
peq_gain_5_type = text
|
||||
peq_gain_5_value = peq_gain_5
|
||||
|
||||
peq_freq_6_type = text
|
||||
peq_freq_6_value = peq_freq_6
|
||||
peq_q_6_type = text
|
||||
peq_q_6_value = peq_q_6
|
||||
peq_gain_6_type = text
|
||||
peq_gain_6_value = peq_gain_6
|
||||
|
||||
peq_freq_7_type = text
|
||||
peq_freq_7_value = peq_freq_7
|
||||
peq_q_7_type = text
|
||||
peq_q_7_value = peq_q_7
|
||||
peq_gain_7_type = text
|
||||
peq_gain_7_value = peq_gain_7
|
||||
|
||||
peq_freq_8_type = text
|
||||
peq_freq_8_value = peq_freq_8
|
||||
peq_q_8_type = text
|
||||
peq_q_8_value = peq_q_8
|
||||
peq_gain_8_type = text
|
||||
peq_gain_8_value = peq_gain_8
|
||||
|
||||
peq_freq_9_type = text
|
||||
peq_freq_9_value = peq_freq_9
|
||||
peq_q_9_type = text
|
||||
peq_q_9_value = peq_q_9
|
||||
peq_gain_9_type = text
|
||||
peq_gain_9_value = peq_gain_9
|
||||
|
||||
peq_reset_0_type=button
|
||||
peq_reset_1_type=button
|
||||
peq_reset_2_type=button
|
||||
peq_reset_3_type=button
|
||||
peq_reset_4_type=button
|
||||
peq_reset_5_type=button
|
||||
peq_reset_6_type=button
|
||||
peq_reset_7_type=button
|
||||
peq_reset_8_type=button
|
||||
peq_reset_9_type=button
|
||||
|
||||
mute_out_type = toggle-button
|
||||
mute_out_value = mute_out
|
||||
|
||||
lpf_on_type = toggle-button
|
||||
lpf_on_value = lpf_onoff
|
||||
|
||||
hpf_on_type = toggle-button
|
||||
hpf_on_value = hpf_onoff
|
||||
|
||||
|
||||
Q_Bw_1_type=toggle-button
|
||||
Q_Bw_1_value = Q_Bw
|
||||
|
||||
Q_Bw_2_type=toggle-button
|
||||
Q_Bw_2_value = Q_Bw
|
||||
|
||||
# Output gain, the channel is not specified and depends on the current
|
||||
# channel selected
|
||||
out_gain_slider_type = slider
|
||||
out_gain_slider_value = out_gain
|
||||
out_gain_slider_min_label = out_gain_min
|
||||
out_gain_slider_max_label = out_gain_max
|
||||
|
||||
out_gain_text_type = text
|
||||
out_gain_text_value = out_gain
|
||||
out_gain_text_unit=dB
|
||||
|
||||
# Hi- and low-pass filters
|
||||
# The channel is the current channel selected
|
||||
hpf_text_type = text
|
||||
hpf_text_value = hpf
|
||||
|
||||
hpf_shape_type = choice
|
||||
hpf_shape_value = hpf_shape
|
||||
|
||||
lpf_text_type = text
|
||||
lpf_text_value = lpf
|
||||
|
||||
lpf_shape_type = choice
|
||||
lpf_shape_value = lpf_shape
|
||||
|
||||
# Delay
|
||||
out_delay_text_type = text
|
||||
out_delay_text_value = delay
|
||||
|
||||
out_delay_knob_type=knob
|
||||
out_delay_knob_value=delay
|
||||
|
||||
# Limiter
|
||||
|
||||
out_release_text_type=text
|
||||
out_release_text_value=limiter_release
|
||||
out_release_text_unit=dB/s
|
||||
|
||||
out_release_knob_type=knob
|
||||
out_release_knob_value=limiter_release
|
||||
|
||||
# VU meters, input level gauges
|
||||
vu_ina_type = gauge
|
||||
vu_ina_value = level_ina
|
||||
|
||||
vu_inb_type = gauge
|
||||
vu_inb_value = level_inb
|
||||
|
||||
vu_inc_type = gauge
|
||||
vu_inc_value = level_inc
|
||||
|
||||
vu_ind_type = gauge
|
||||
vu_ind_value = level_ind
|
||||
|
||||
temperature_type=gauge
|
||||
temperature_value=temperature
|
||||
|
||||
[Main_panel]
|
||||
svg_file = Main_panel.svg
|
||||
controls = in_gain_1_slider, in_gain_2_slider,in_gain_3_slider, in_gain_4_slider, mute_in0, mute_in1, mute_in2, mute_in3, mute_out0, mute_out1, mute_out2, main_out0_text, main_out1_text, main_out2_text, in_gain_1_text, in_gain_2_text, in_gain_3_text, in_gain_4_text, vu_ina, vu_inb, vu_inc, vu_ind, vu_out0, vu_out1, vu_out2, link_ab, link_cd, preset_load, preset_store, available_units, cs_button, recall_preset_list, load_unit_preset, store_unit_preset, link_status,preset_name_text, unit_name_text,temperature, status_indicator, status_details,channel_name_0_text, channel_name_1_text, channel_name_2_text, channel_name_3_text, channel_name_128_text, channel_name_129_text, channel_name_130_text, input_select_1, input_select_2, input_select_3, input_select_4
|
||||
|
||||
cs_button_value = cs_main
|
||||
|
||||
channel_name_128_text_type=label
|
||||
channel_name_129_text_type=label
|
||||
channel_name_130_text_type=label
|
||||
|
||||
|
||||
|
||||
|
||||
# Input gain sliders
|
||||
in_gain_1_slider_type = slider
|
||||
in_gain_1_slider_value = in_a_gain
|
||||
in_gain_1_slider_min_label = in_gain_1_min
|
||||
in_gain_1_slider_max_label = in_gain_1_max
|
||||
|
||||
in_gain_2_slider_type = slider
|
||||
in_gain_2_slider_value = in_b_gain
|
||||
in_gain_2_slider_min_label = in_gain_2_min
|
||||
in_gain_2_slider_max_label = in_gain_2_max
|
||||
|
||||
in_gain_3_slider_type = slider
|
||||
in_gain_3_slider_value = in_c_gain
|
||||
in_gain_3_slider_min_label = in_gain_3_min
|
||||
in_gain_3_slider_max_label = in_gain_3_max
|
||||
|
||||
in_gain_4_slider_type = slider
|
||||
in_gain_4_slider_value = in_d_gain
|
||||
in_gain_4_slider_min_label = in_gain_4_min
|
||||
in_gain_4_slider_max_label = in_gain_4_max
|
||||
|
||||
# Input gain shown and editable as text
|
||||
in_gain_1_text_type = text
|
||||
in_gain_1_text_value = in_a_gain
|
||||
|
||||
in_gain_2_text_type = text
|
||||
in_gain_2_text_value = in_b_gain
|
||||
|
||||
in_gain_3_text_type = text
|
||||
in_gain_3_text_value = in_c_gain
|
||||
|
||||
in_gain_4_text_type = text
|
||||
in_gain_4_text_value = in_d_gain
|
||||
|
||||
|
||||
# VU meters, output level gauges
|
||||
vu_out0_type = gauge
|
||||
vu_out0_value = level_out0
|
||||
|
||||
vu_out1_type = gauge
|
||||
vu_out1_value = level_out1
|
||||
|
||||
vu_out2_type = gauge
|
||||
vu_out2_value = level_out2
|
||||
|
||||
vu_out3_type = gauge
|
||||
vu_out3_value = level_out3
|
||||
|
||||
vu_out4_type = gauge
|
||||
vu_out4_value = level_out4
|
||||
|
||||
vu_out5_type = gauge
|
||||
vu_out5_value = level_out5
|
||||
|
||||
|
||||
# Output gain sliders
|
||||
main_out0_slider_type = slider
|
||||
main_out0_slider_value = out0_gain
|
||||
main_out0_slider_min_label = main_out0_min
|
||||
main_out0_slider_max_label = main_out0_max
|
||||
|
||||
main_out1_slider_type = slider
|
||||
main_out1_slider_value = out1_gain
|
||||
main_out1_slider_min_label = main_out1_min
|
||||
main_out1_slider_max_label = main_out1_max
|
||||
|
||||
main_out2_slider_type = slider
|
||||
main_out2_slider_value = out2_gain
|
||||
main_out2_slider_min_label = main_out2_min
|
||||
main_out2_slider_max_label = main_out2_max
|
||||
|
||||
main_out3_slider_type = slider
|
||||
main_out3_slider_value = out3_gain
|
||||
main_out3_slider_min_label = main_out3_min
|
||||
main_out3_slider_max_label = main_out3_max
|
||||
|
||||
main_out4_slider_type = slider
|
||||
main_out4_slider_value = out4_gain
|
||||
main_out4_slider_min_label = main_out4_min
|
||||
main_out4_slider_max_label = main_out4_max
|
||||
|
||||
main_out5_slider_type = slider
|
||||
main_out5_slider_value = out5_gain
|
||||
main_out5_slider_min_label = main_out5_min
|
||||
main_out5_slider_max_label = main_out5_max
|
||||
|
||||
# Output gain shown and editable as text
|
||||
main_out0_text_type = text
|
||||
main_out0_text_value = out0_gain
|
||||
|
||||
main_out1_text_type = text
|
||||
main_out1_text_value = out1_gain
|
||||
|
||||
main_out2_text_type = text
|
||||
main_out2_text_value = out2_gain
|
||||
|
||||
main_out3_text_type = text
|
||||
main_out3_text_value = out3_gain
|
||||
|
||||
main_out4_text_type = text
|
||||
main_out4_text_value = out4_gain
|
||||
|
||||
main_out5_text_type = text
|
||||
main_out5_text_value = out5_gain
|
||||
|
||||
|
||||
# variables
|
||||
|
||||
[in_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channels = 0,1,2,3
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
[in_a_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 0
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
[in_b_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 1
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
[in_c_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 2
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
[in_d_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 3
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
|
||||
|
||||
[level_ina]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
channel = 0
|
||||
num = 0
|
||||
#min_value = -100
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_inb]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
channel = 1
|
||||
num = 0
|
||||
#min_value = -100
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_inc]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
channel = 2
|
||||
num = 0
|
||||
#min_value = -100
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_ind]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
channel = 3
|
||||
num = 0
|
||||
#min_value = -100
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_out]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
channels = 0x80, 0x81, 0x82
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_out0]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
channel = 0x80
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_out1]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
channel = 0x81
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
[level_out2]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_OUT)s
|
||||
channel = 0x82
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
|
||||
|
||||
|
||||
[mute_in0]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
[mute_in1]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 1
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
[mute_in2]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 2
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
[mute_in3]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 3
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
|
||||
[mute_out]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channels = 0x80, 0x81, 0x82
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
[mute_out0]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x80
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
[mute_out1]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x81
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
[mute_out2]
|
||||
struct_id=%(STRUCT_ID_MUTE)s
|
||||
member_id = %(MEMBER_ID_MUTE)s
|
||||
channel = 0x82
|
||||
num = 0
|
||||
default_value = 0
|
||||
|
||||
|
||||
[link_ab]
|
||||
struct_id=%(STRUCT_ID_LINK)s
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 0
|
||||
num = 2
|
||||
default_value = 0
|
||||
|
||||
[link_cd]
|
||||
struct_id=%(STRUCT_ID_LINK)s
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 2
|
||||
num = 2
|
||||
default_value = 0
|
||||
|
||||
|
||||
|
||||
|
||||
[out_link_0]
|
||||
struct_id=%(STRUCT_ID_LINK)s
|
||||
member_id = %(MEMBER_ID_LINK)s
|
||||
channel = 129
|
||||
linkee = 130
|
||||
num = 2
|
||||
default_value = 0
|
||||
|
||||
|
||||
[recall_preset]
|
||||
struct_id=%(STRUCT_ID_PRESET_GLOBAL)s
|
||||
member_id = %(MEMBER_ID_PRESET_NUMBER)s
|
||||
channel=0
|
||||
num = 0
|
||||
default_value = 1
|
||||
max_value=100
|
||||
|
||||
[preset_no]
|
||||
struct_id=%(STRUCT_ID_PRESET_GLOBAL)s
|
||||
member_id = %(MEMBER_ID_PRESET_NUMBER)s
|
||||
channel=0
|
||||
num = 0
|
||||
scale = 1
|
||||
min_value = 0
|
||||
max_value = 1000
|
||||
default_value = 1
|
||||
|
||||
[cmd_load_unit_preset]
|
||||
struct_id=%(STRUCT_ID_COMMAND)s
|
||||
member_id = %(MEMBER_ID_COMMAND)s
|
||||
channel = 0
|
||||
num = 1
|
||||
default_value = 0
|
||||
|
||||
[cmd_store_unit_preset]
|
||||
struct_id=%(STRUCT_ID_COMMAND)s
|
||||
member_id = %(MEMBER_ID_COMMAND)s
|
||||
channel = 0
|
||||
num = 2
|
||||
default_value = 0
|
||||
|
||||
[level_in]
|
||||
struct_id=%(STRUCT_ID_VU)s
|
||||
member_id = %(MEMBER_ID_VU_IN)s
|
||||
channels = 0,1,2,3
|
||||
num = 0
|
||||
#min_value = -100
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = %(min_value)s
|
||||
units = dB
|
||||
|
||||
|
||||
[preset_name]
|
||||
struct_id=%(STRUCT_ID_PRESET_GLOBAL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[unit_name]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
|
||||
[temperature]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id = 37
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=0
|
||||
|
||||
[hardware_status_flags]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id = 35
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=1
|
||||
|
||||
[impedance_0]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id = 37
|
||||
channel=0x80
|
||||
num = 0
|
||||
default_value=255
|
||||
|
||||
[impedance_1]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id = 37
|
||||
channel=0x81
|
||||
num = 0
|
||||
default_value=255
|
||||
|
||||
[impedance_2]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id = 37
|
||||
channel=0x82
|
||||
num = 0
|
||||
default_value=255
|
||||
|
||||
|
||||
[out0_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 0x80
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
[out1_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 0x81
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
[out2_gain]
|
||||
struct_id=%(STRUCT_ID_GAIN)s
|
||||
member_id = %(MEMBER_ID_GAIN)s
|
||||
channel = 0x82
|
||||
num = 0
|
||||
min_value = -48
|
||||
max_value = 12
|
||||
default_value = 0
|
||||
units = dB
|
||||
off_value=-48
|
||||
off_text=Mute
|
||||
|
||||
|
||||
[channel_name_0]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[channel_name_1]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=1
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[channel_name_2]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=2
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[channel_name_3]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=3
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[channel_name_128]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=0x80
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[channel_name_129]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=0x81
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
[channel_name_130]
|
||||
struct_id=%(STRUCT_ID_CHANNEL)s
|
||||
member_id = %(MEMBER_ID_SHORT_NAME)s
|
||||
channel=0x82
|
||||
num = 0
|
||||
default_value=No Name
|
||||
|
||||
|
||||
[input_select_1]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id=44
|
||||
channel=0
|
||||
num=0
|
||||
default_value=1
|
||||
values = 0,1,2,3,4,5
|
||||
labels = Analog 1, AES A, AES B, AES Mono, AES Stereo, Dante
|
||||
|
||||
[input_select_2]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id=44
|
||||
channel=1
|
||||
num=0
|
||||
default_value=1
|
||||
values = 0,1,2,3,4,5
|
||||
labels = Analog 2, AES A, AES B, AES Mono, AES Stereo, Dante
|
||||
|
||||
[input_select_3]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id=44
|
||||
channel=2
|
||||
num=0
|
||||
default_value=1
|
||||
values = 0,1,2,3,4,5
|
||||
labels = Analog 1, AES A, AES B, AES Mono, AES Stereo, Dante
|
||||
|
||||
[input_select_4]
|
||||
struct_id=%(STRUCT_ID_GLOBAL)s
|
||||
member_id=44
|
||||
channel=3
|
||||
num=0
|
||||
default_value=1
|
||||
values = 0,1,2,3,4,5
|
||||
labels = Analog 2, AES A, AES B, AES Mono, AES Stereo, Dante
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 177 KiB |
@@ -0,0 +1,24 @@
|
||||
[DEFAULT]
|
||||
views = pw_panel
|
||||
title =
|
||||
center_on_screen=yes
|
||||
|
||||
[pw_panel]
|
||||
svg_file = pw_panel.svg
|
||||
controls = check_password
|
||||
|
||||
check_password_type=text
|
||||
check_password_value=check_password
|
||||
|
||||
[check_password]
|
||||
struct_id=13
|
||||
member_id = 29
|
||||
channel=0
|
||||
num = 0
|
||||
default_value=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 114 KiB |
@@ -0,0 +1,135 @@
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out4]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out5]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out6]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out7]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out4]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out5]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out6]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out7]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
;channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_132_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_133_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_134_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_135_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_a_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_a_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_b_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_b_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_c_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_c_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_d_slider]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mixer_d_text]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out4]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out5]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out6]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out7]
|
||||
channelflagshow = always
|
||||
|
||||
[any|None|cs_out8]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|out_delay_text]
|
||||
channelflagshow = always
|
||||
|
||||
[out_panel|None|mute_out]
|
||||
channelflagshow = always
|
||||
|
||||
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 85 KiB |
@@ -0,0 +1,72 @@
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 110 KiB |
@@ -0,0 +1,72 @@
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
|
After Width: | Height: | Size: 98 KiB |