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>
63 lines
1.6 KiB
INI
Executable File
63 lines
1.6 KiB
INI
Executable File
[DEFAULT]
|
|
|
|
menuType = 1
|
|
|
|
user_config_front_panel_leds = { #leds zijn 184, zie user_config.py en uiControl.c; led id is in ui parameters
|
|
2:'D2 0dB / D4 User 1',
|
|
1:'D2 -12dB / D4 User 2',
|
|
0:'D2 Signal / D4 User 3',
|
|
4:'D2 Peak / D4 User 4',
|
|
3:'D2 Limit / D4 User 5',
|
|
5:'D2 & D4 Unused',
|
|
6:'D2 & D4 Unused',
|
|
7:'D2 & D4 Unused',
|
|
8:'D4 Mute In 1',
|
|
9:'D4 Mute In 2',
|
|
10:'D4 Mute In 3',
|
|
11:'D4 Mute In 4',
|
|
12:'D4 Mute Out 1',
|
|
13:'D4 Mute Out 2',
|
|
14:'D4 Mute Out 3',
|
|
15:'D4 Mute Out 4',
|
|
16:'XM Preset 5',
|
|
17:'XM Preset 4',
|
|
18:'XM Preset 3',
|
|
19:'XM Preset 2',
|
|
20:'XM Preset 1',
|
|
21:'XM Peak',
|
|
22:'XM Limit',
|
|
23:'XM Signal',
|
|
24:'GPO 8 / C0 (Set To None)',
|
|
25:'GPO 9 / C1 (Set To None)',
|
|
26:'HPF Enabled',
|
|
27:'Network Link',
|
|
28:'Wink LED',
|
|
29:'Set To None',
|
|
30:'GPO 13 / C2 (Set To None)',
|
|
31:'Spare 5',
|
|
}
|
|
user_config_front_panel_leds_sort_order = [2,1,0,4,3,5,6,7,8,9,10,11,12,13,14,15,23,22,21,20,19,18,17,16,26,27,28,24,25,29,30,31]
|
|
|
|
user_config_front_panel_keys = { #buttons beginnen bij 32, zie user_config.py en uiControl.c, dan mapping naar hex value in h file, bijv. D3.h
|
|
32:'32: D2 / D4 Menu',
|
|
33:'33: D2 / D4 Exit',
|
|
34:'34: Rotary Bit 1 (b2)',
|
|
35:'35: D2 / D4 Rotary',
|
|
36:'36: Rotary Bit 2 (b4)',
|
|
37:'37: D2 / D4 U8 P5',
|
|
38:'38: D2 / D4 U8 P6',
|
|
39:'39: D2 / D4 U8 P7',
|
|
40:'40: D4 Mute In 1',
|
|
41:'41: D4 Mute In 2',
|
|
42:'42: D4 Mute In 3',
|
|
43:'43: D4 Mute In 4',
|
|
44:'44: D4 Mute Out 1',
|
|
45:'45: D4 Mute Out 2',
|
|
46:'46: D4 Mute Out 3',
|
|
47:'47: D4 Mute Out 4',
|
|
48:'48: XM HPF',
|
|
49:'49: XM Preset'
|
|
}
|
|
user_config_front_panel_keys_sort_order = [32,33,35,37,38,39,40,41,42,43,44,45,46,47,48,49]
|
|
|