SeedyROM / SeedyROM/tailwind

MacOSX 26.3.1 build fix

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub

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.

Image

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.