JUCE
JUCE copied to clipboard
[Bug]: Program freezes when clicking note B8 in MPEDemo, but DemoRunner is fine
trafficstars
Detailed steps on how to reproduce the bug
Steps to Reproduce:
- Open MPEDemo.jucer.
- Compile the source code.
- Run the application.
- Interact with the notes sequentially from low to high.
- Observe the behavior for each note.
Additional Information: This issue does not occur in the DemoRunner.app environment. Following similar steps within DemoRunner.app > Browse Demo > Audio > MPEDemo.h, clicking note B8 behaves as expected without causing a freeze.
What is the expected behaviour?
- All notes up to B7 behave as expected.
- Upon clicking note number B8 (the rightmost one), the program freezes. It appears to register a note number of 128, which exceeds the expected range.
Operating systems
Windows, macOS
What versions of the operating systems?
Apple M1, 14.1.1 Xcode, JUCE 7.0.11. Win 10, Visual Studio 2022, JUCE 7.0.11.
Architectures
x86_64, ARM
Stacktrace
No response
Plug-in formats (if applicable)
Standalone
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the develop branch
I have not tested against the develop branch
Code of Conduct
- [X] I agree to follow the Code of Conduct