Big problems with a little plugin
-
@d-healey nope - how would I do that?
-
@Lindon Just tested. Release and Debug version work properly here.
MacOS 12.0.1
Reaper 6.42I think something might be up with your build of HISE. I slightly remember a commit that was building bad VST a few weeks ago.
-
@Dan-Korneff yeah that might make sense if I hadn't just built 9 new plugins that all work perfectly in Reaper...still they were instruments and this is an effect.
-
@Lindon Which HISE commit are you using? I'm on 2cb27b8d9 from Nov 18
-
@Lindon said in Big problems with a little plugin:
@d-healey nope - how would I do that?
Open your project in Xcode.
Product -> Scheme -> Edit Scheme -> Debug -> Executable -> Reaper.
Build for Testing.
Hit the play button to start debugging. it'll open Reaper. Load your plugin and see what happens. -
@Dan-Korneff said in Big problems with a little plugin:
@Lindon said in Big problems with a little plugin:
@d-healey nope - how would I do that?
Open your project in Xcode.
Product -> Scheme -> Edit Scheme -> Debug -> Executable -> Reaper.
Build for Testing.
Hit the play button to start debugging. it'll open Reaper. Load your plugin and see what happens.There's a similar thing for VS too.
-
@Dan-Korneff said in Big problems with a little plugin:
@Lindon Which HISE commit are you using? I'm on 2cb27b8d9 from Nov 18
-- thats the one I'm on...
-
@d-healey said in Big problems with a little plugin:
@Dan-Korneff said in Big problems with a little plugin:
@Lindon said in Big problems with a little plugin:
@d-healey nope - how would I do that?
Open your project in Xcode.
Product -> Scheme -> Edit Scheme -> Debug -> Executable -> Reaper.
Build for Testing.
Hit the play button to start debugging. it'll open Reaper. Load your plugin and see what happens.There's a similar thing for VS too.
-- the windows version runs perfectly...
-
@Lindon well after all that effort -- I downloaded todays build of HISE (Master) and compiled it - and re-compiled my plugin - seems to work as a VST3...now on to check teh AU
-
....and the AU works to...
Ok so thanks @Dan-Korneff and @d-healey for your efforts with this.... I will be smarter next time...
-
@Lindon Here's a quick video I did on debugging your project. Just in case you need to do it in the future.
https://youtu.be/L4fGs4B_cOo -
@Dan-Korneff nice, thanks mate.