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
+2366
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 110 KiB |
Executable
+72
@@ -0,0 +1,72 @@
|
||||
[Main_panel|-1|vu_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_in0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out1]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out2]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out3]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|mute_out0]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_1_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_2_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_3_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_0_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_128_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_129_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_130_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|channel_name_131_text]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ina]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inb]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_inc]
|
||||
channelflagshow = always
|
||||
|
||||
[Main_panel|-1|vu_ind]
|
||||
channelflagshow = always
|
||||
|
||||
Executable
+2704
File diff suppressed because it is too large
Load Diff
Executable
+2957
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user