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>
53 lines
1008 B
INI
Executable File
53 lines
1008 B
INI
Executable File
[DEFAULT]
|
|
|
|
menuType = 2
|
|
|
|
vuMeters = {
|
|
0:'Out 8',
|
|
1:'Out 7',
|
|
2:'Out 6',
|
|
3:'Out 5',
|
|
4:'Out 4',
|
|
5:'Out 3',
|
|
6:'Out 2',
|
|
7:'Out 1',
|
|
8:'In H',
|
|
9:'In G',
|
|
10:'In F',
|
|
11:'In E',
|
|
12:'In D',
|
|
13:'In C',
|
|
14:'In B',
|
|
15:'In A'
|
|
}
|
|
|
|
user_config_front_panel_keys = {
|
|
32:'32: Channel Down',
|
|
33:'33: Channel Up',
|
|
34:'34: Item Down',
|
|
35:'35: Item Up',
|
|
36:'36: Esc / Exit',
|
|
37:'37: System Menu',
|
|
38:'38: Rotary Bit 1 (b6)',
|
|
39:'39: Rotary Bit 2 (b7)',
|
|
40:'40: Mute Out 1',
|
|
41:'41: Mute Out 2',
|
|
42:'42: Mute Out 3',
|
|
43:'43: Mute Out 4',
|
|
44:'44: Mute Out 5',
|
|
45:'45: Mute Out 6',
|
|
46:'46: Mute Out 7',
|
|
47:'47: Mute Out 8',
|
|
48:'48: Mute In 1',
|
|
49:'49: Mute In 2',
|
|
50:'50: Mute In 3',
|
|
51:'51: Mute In 4',
|
|
52:'52: Mute In 5',
|
|
53:'53: Mute In 6',
|
|
54:'54: Mute In 7',
|
|
55:'55: Mute In 8',
|
|
56:'56: Rotary Push'
|
|
}
|
|
|
|
|