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
+43
@@ -0,0 +1,43 @@
|
||||
[ROOT]
|
||||
title = VA-Remotecontrol
|
||||
skin_path = skins
|
||||
demo_password = Demo
|
||||
ethernet_support = yes
|
||||
default_skin = 130_30_20
|
||||
supported_units = 130_30_20, 130_30_21, 1_1_2, 1_1_16, 130_30_16, 130_30_37, 130_30_38_0
|
||||
130_30_20 = VA-DSP-a
|
||||
130_30_21 = VA-DSP-d
|
||||
1_1_2 = 1800B
|
||||
1_1_16 = 1800i
|
||||
130_30_16 = 1800i MK2
|
||||
130_30_37 = XM24 MK2
|
||||
use_master_network_window = yes
|
||||
image_replace_list = {'logo_1':'logo.png', 'main_bg_1':'Main_panel_background.png'}
|
||||
custom_network_window = yes
|
||||
usb_update_supported_list = ['1_1_2', '1_1_16']
|
||||
ignore_factory_brand_limitation = True
|
||||
type_replacements = {}
|
||||
showinterfaceupdate = True
|
||||
no_output_mode_menu = False
|
||||
rta_enabled = True
|
||||
use_graphical_nww = False
|
||||
demo_developer_password = Developer
|
||||
always_enable_update = False
|
||||
allow_admin_load_open = True
|
||||
enablecontextmenu = False
|
||||
hidechildrenonlaunch = False
|
||||
demo_admin_password = Admin
|
||||
allow_user_load_open = True
|
||||
enable_backup_presets = True
|
||||
support_display_onoff = True
|
||||
enable_restore_presets = True
|
||||
support_virtual_units = False
|
||||
have pin = False
|
||||
about_text = Copyright 2013 - 2025 Voice Acoustic
|
||||
130_30_38_0 = 1800i MK2 SV
|
||||
showmilanstate = True
|
||||
gain_always_allowed = True
|
||||
alwaysgrantaccesstooutpanel = True
|
||||
build_number = 143882
|
||||
brand = Voice_Acoustic
|
||||
|
||||
Reference in New Issue
Block a user