Files
VA-Control-for-linux/va/configurations/DPPLP.cfg
T
maikandClaude Opus 4.8 a7c93fa266 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>
2026-08-20 19:57:01 +02:00

54 lines
1.1 KiB
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 C',
9:'In A',
10:'In B',
11:'In D',
12:'AES A',
13:'AES B'
}
user_config_front_panel_leds = {
}
user_config_front_panel_keys = {
32:'32: Mute Out 1',
33:'33: Mute Out 2',
34:'34: Mute Out 3',
35:'35: Mute Out 4',
36:'36: Mute Out 5',
37:'37: Mute Out 6',
38:'38: Rotary Bit 1 (b6)',
39:'39: Rotary Bit 2 (b7)',
40:'40: Channel Up',
41:'41: Channel Down',
42:'42: Item Up',
43:'43: Item Down',
44:'44: System Menu',
45:'45: Esc / Exit',
46:'46: Copy',
47:'47: Paste',
48:'48: Rotary Push',
49:'49: Mute Out 7',
50:'50: Mute Out 8',
51:'51: Not Used',
52:'52: Mute In 1',
53:'53: Mute In 2',
54:'54: Mute In 3',
55:'55: Mute In 4'
}
user_config_front_panel_keys_sort_order = (52,53,54,55,32,33,34,35,36,37,49,50,40,41,42,43,44,45,46,47,48,51)