We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compiling against the current development branch the MIDI output does not work
This can be for example tested with the plugin Example Fitfth (Rust Edition) for docs/fifth
Example Fitfth (Rust Edition)
How to reproduce:
The above experiment works on b6d02f3 but does not work on 44aac00 (current develop branch)
I did some debugging with rust-gdb and collected the raw buffer of a Note On Midi message in jalv
0x7fe4000b60: 0x00008000 0x00000021 0x00000027 0x00000000 0x7fe4000b70: 0x00008000 0x00000021 0x0000001b 0x00000027 0x7fe4000b80: 0x00000037 0x00000000 0x00000064 0x00000000 0x7fe4000b90: 0x00000003 0x0000000d 0x007f2490
compared to a working message one can see that there are two additional words 0x00008000 0x00000021 compared to a working sequence atom message
0x00008000 0x00000021
0x7fe4008ba0: 0x00008000 0x00000021 0x00000027 0x00000000 0x7fe4008bb0: 0x0000001b 0x00000027 0x00000037 0x00000000 0x7fe4008bc0: 0x00000064 0x00000000 0x00000003 0x0000000d 0x7fe4008bd0: 0x007f3080
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling against the current development branch the MIDI output does not work
This can be for example tested with the plugin
Example Fitfth (Rust Edition)
for docs/fifthHow to reproduce:
The above experiment works on b6d02f3 but does not work on 44aac00 (current develop branch)
I did some debugging with rust-gdb and collected the raw buffer of a Note On Midi message in jalv
compared to a working message one can see that there are two additional words
0x00008000 0x00000021
compared to a working sequence atom messageThe text was updated successfully, but these errors were encountered: