MacOSX 26.3.1 build fix
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I've been playing with your reverb plugin as a good example of a fairly CPU intensive, JUCE based VST plugin. I like it! Kudos.
It built fine on Linux, but on the Mac it is using a version of JUCE that isn't compatible with my newer Tahoe OS. The CGWindowListCreateImage API has been deprecated. The easy fix is to install the latest JUCE, which is 8.0.13.
Would you like me to submit a pull request for this?
Thanks for your efforts on this plugin!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the JUCE version configuration used by the reverb plugin and compare it with the requested 8.0.13 update. Build the plugin on macOS Tahoe and confirm that the deprecated CGWindowListCreateImage API no longer prevents compilation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, macos
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100