Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled processing all sysex messages with synth.device-id=127 #1209

Merged
merged 2 commits into from
Feb 8, 2023

Conversation

trolley813
Copy link
Contributor

As discussed in #1206.
When synth.device-id is set to the "broadcast" value of 127, fluidsynth will handle all SYSEX messages, regardless of the actual device ID specified.

Copy link
Member

@derselbst derselbst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, almost. You forgot to adjust the new max limit here:

fluid_settings_register_int(settings, "synth.device-id", 0, 0, 126, 0);

Then it should work.

@trolley813
Copy link
Contributor Author

Thank you! Finally got it to fix.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

3.4% 3.4% Coverage
0.0% 0.0% Duplication

Copy link
Member

@derselbst derselbst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@derselbst derselbst merged commit 5ceb97f into FluidSynth:master Feb 8, 2023
@trolley813 trolley813 deleted the process-all-sysex branch February 9, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants