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

Fixed encoding text that gets send to NI and Mackie controllers for d… #87

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

vosc
Copy link
Member

@vosc vosc commented Apr 22, 2024

The Maschine extension was throwing exceptions when displaying names that include unusual characters, such as "Stereoizer²". These cases were showing up in our test suite when loading presets with all controllers connected, after v19 got updated to only accept valid SysEx.

I fixed it the same way as done in the SysexBuilder helper class, by calling text.getBytes(StandardCharsets.US_ASCII) instead of text.toCharArray().

@vosc vosc merged commit 81390ba into bitwig:api-18 Apr 23, 2024
1 check passed
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.

1 participant