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:
maik
2026-08-20 19:57:01 +02:00
co-authored by Claude Opus 4.8
commit a7c93fa266
654 changed files with 478133 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
[DEFAULT]
menuType = 1
user_config_front_panel_leds = {
2:'User 1',
1:'User 2',
0:'User 3',
4:'User 4',
3:'User 5',
5:'Unused',
6:'Unused',
7:'Unused',
8:'Mute In 1',
9:'Mute In 2',
10:'Mute In 3',
11:'Mute In 4',
12:'Mute Out 1',
13:'Mute Out 2',
14:'Mute Out 3',
15:'Mute Out 4',
}
user_config_front_panel_leds_sort_order = [2,1,0,4,3,5,6,7,8,9,10,11,12,13,14,15]
user_config_front_panel_keys = {
32:'Menu',
33:'Exit',
35:'Rotary',
37:'U8 P5',
38:'U8 P6',
39:'U8 P7',
40:'Mute In 1',
41:'Mute In 2',
42:'Mute In 3',
43:'Mute In 4',
44:'Mute Out 1',
45:'Mute Out 2',
46:'Mute Out 3',
47:'Mute Out 4',
}
vuMeters = {
0:'Out 3 & 4',
1:'Out 1 & 2',
2:'In 3 & 4',
3:'In 1 & 2',
}