JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

[Bug]: Program freezes when clicking note B8 in MPEDemo, but DemoRunner is fine

Open kweiwen opened this issue 1 year ago • 0 comments
trafficstars

Detailed steps on how to reproduce the bug

Steps to Reproduce:

  1. Open MPEDemo.jucer.
  2. Compile the source code.
  3. Run the application.
  4. Interact with the notes sequentially from low to high.
  5. 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

kweiwen avatar Mar 28 '24 16:03 kweiwen