pmaillot / X32-Behringer

This GIT repo (C language) holds applications and utilities for the Behringer X32 and M32 mixing consoles. Additional details, documentation, implementation examples and apps can be found in my website:
https://sites.google.com/site/patrickmaillot/x32
234 stars 41 forks source link

X32CfgMain.c is old version? #27

Closed stevekmcc closed 2 years ago

stevekmcc commented 2 years ago

Using the downloaded x32.exe I can sync the initial state from the emulator to Mixing Station. Compiling my own X32.exe, syncing with Mixing Station hangs at 59% as the emulator can't respond to /main/st/grp/dca, /main/m/grp/dca or /main/st/grp/mute. Other things from FW 4.0 like panFollow also seem missing in that file, but are present in the corresponding bus, channel etc. files.

All I can think is that the 3-year-old version of X32CfgMain.c in the git repo hasn't been updated, but you are compiling from an local copy that has been updated for FW 4.0?

(I'm trying to compile myself since I found another type problem, this time in X32Bus.c. Since fixing that and getting a new .exe from you may well just lead to finding the next problem, I thought working through them myself might help.)

pmaillot commented 2 years ago

Sorry about this; yes i compiled from my local/Eclipse version of files. Let me repost all files (may take a while).

Le lun. 12 sept. 2022 à 15:36, stevekmcc @.***> a écrit :

Using the downloaded x32.exe I can sync the initial state from the emulator to Mixing Station. Compiling my own X32.exe, syncing with Mixing Station hangs at 59% as the emulator can't respond to /main/st/grp/dca, /main/m/grp/dca or /main/st/grp/mute. Other things from FW 4.0 like panFollow also seem missing in that file, but are present in the corresponding bus, channel etc. files.

All I can think is that the 3-year-old version of X32CfgMain.c in the git repo hasn't been updated, but you are compiling from an local copy that has been updated for FW 4.0?

(I'm trying to compile myself since I found another type problem, this time in X32Bus.c. Since fixing that and getting a new .exe from you may well just lead to finding the next problem, I thought working through them myself might help.)

— Reply to this email directly, view it on GitHub https://github.com/pmaillot/X32-Behringer/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZZT7SAPO3BU4UQ2IGVTVTV54WURANCNFSM6AAAAAAQKPJA7E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pmaillot commented 2 years ago

Thanks for the followup. All files are now identical images to my local copy. Should work. :) - Don't hesitate to feedback; I'm sure there are still issues or possible optimizations ! Please share your change proposals!