You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I struggled building the GainPlugin example.
(I must say I'm quite new to cmake)
After searching, I finally realized that I had to run the "cmake -B" command from the react-juce folder.
I suggest you add that step, maybe in the "Getting started" doc page.
The text was updated successfully, but these errors were encountered:
I came across this too – the cmake -B needs to be followed by the name of whichever folder you want to create
I finally got it to demo plugin to run after I ran cmake -B {name-of-folder} followed up by cd {name-of-folder] into that newly created and running make
There should be a folder in the file tree called "GainPlugin_artefacts", and thats where that standalone version of the plugin lives.
After ALL that, then you can start messing around in the React/JS files & see the changes happen after closing & reopening the created ReactJUCEGainPlugin.app
Hi.
I struggled building the GainPlugin example.
(I must say I'm quite new to cmake)
After searching, I finally realized that I had to run the "cmake -B" command from the react-juce folder.
I suggest you add that step, maybe in the "Getting started" doc page.
The text was updated successfully, but these errors were encountered: