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>
This commit is contained in:
Executable
+60
@@ -0,0 +1,60 @@
|
||||
[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:'IO Power',
|
||||
17:'IO Signal',
|
||||
18:'IO Limit',
|
||||
19:'IO Peak',
|
||||
20:'IO AES Lock',
|
||||
21:'IO Link Up',
|
||||
22:'IO Front Panel Wink',
|
||||
23:'IO AES/EBU Relay',
|
||||
24:'IO Spare 1',
|
||||
25:'2',
|
||||
26:'3',
|
||||
27:'4',
|
||||
28:'5',
|
||||
29:'6',
|
||||
30:'7',
|
||||
31:'8',
|
||||
}
|
||||
user_config_front_panel_leds_sort_order = [2,1,0,4,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,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',
|
||||
}
|
||||
user_config_front_panel_keys_sort_order = [32,33,35,37,38,39,40,41,42,43,44,45,46,47]
|
||||
|
||||
Reference in New Issue
Block a user