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
+48
@@ -0,0 +1,48 @@
|
||||
[DEFAULT]
|
||||
|
||||
menuType = 1
|
||||
|
||||
user_config_front_panel_keys = {
|
||||
32:'Escape',
|
||||
33:'Menu',
|
||||
34:'R1b1',
|
||||
35:'Push Rotary 1',
|
||||
36:'R1b2',
|
||||
37:'R2b1',
|
||||
38:'R2b2',
|
||||
39:'Push Rotary 2',
|
||||
40:'Standby',
|
||||
41:'Set to None',
|
||||
42:'Push Rotary 4',
|
||||
43:'R3b1',
|
||||
44:'R3b2',
|
||||
45:'Push Rotary 3',
|
||||
46:'R4b1',
|
||||
47:'R4b2',
|
||||
}
|
||||
user_config_front_panel_keys_sort_order = [33,32,35,39,45,42,40,41,34,36,37,38,43,44,46,47]
|
||||
|
||||
user_config_front_panel_leds = {
|
||||
2:'Signal 1',
|
||||
5:'2',
|
||||
10:'3',
|
||||
13:'4',
|
||||
1: 'Limit 1',
|
||||
4: '2',
|
||||
9: '3',
|
||||
12: '4',
|
||||
0: 'Peak 1',
|
||||
3: '2',
|
||||
8: '3',
|
||||
11: '4',
|
||||
16: 'Amp Control',
|
||||
17: 'Network',
|
||||
18: 'Standby',
|
||||
6:'Set to None',
|
||||
7:'Set to None',
|
||||
14:'Set to None',
|
||||
15:'Set to None',
|
||||
}
|
||||
user_config_front_panel_leds_sort_order = [2,5,10,13,1,4,9,12,0,3,8,11,16,17,18,6,7,14,15]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user