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

Missing comma, probably a bug #29

Closed woolie closed 2 years ago

woolie commented 2 years ago

Line 386 of X32.c is missing a , between " Linear" and " Live", probably creating one string " Linear Live" and probably causing a bug.

char* XiQeq[] = {" Linear" " Live", " Speech", " Playback", " User", ""};

pmaillot commented 2 years ago

Yes, obviously a missing comma :)

woolie commented 2 years ago

I hope in some small way that helps fix a bug.

pmaillot commented 2 years ago

Thanks Steven, it sure helps others, on top of myself.

-Patrick

Le sam. 1 oct. 2022 à 22:48, Steven Woolgar @.***> a écrit :

I hope in some small way that helps fix a bug.

— Reply to this email directly, view it on GitHub https://github.com/pmaillot/X32-Behringer/issues/29#issuecomment-1264476291, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZZT7SYNBRPWETH3K46O3DWBCPQ5ANCNFSM6AAAAAAQ2G5JA4 . You are receiving this because you modified the open/close state.Message ID: @.***>