Preparing for HISE 2.0
-
@christoph-hart I was working for the last 4 month with hise master 1.5.0
Yesterday downloaded develop, and it struck loading the same .hip making the cpu stuck at 99% for a while and makes Hise unresponsive. Maybe a minute or more. Then it runs smoothly.
I admit I'm running and old 2009 Macbook, El Capitan. But it's very noticeable, in fact, I turned back to Hise Master 1.5.0. If any other detail is needed just tell me -
Please send me the .hip then I‘ll check whats wrong.
-
@christoph-hart you already have it :)
-
The rhodes sine wave patch? Loads perfectly here.
-
@christoph-hart yep. Will try to do a video
-
@christoph-hart https://youtu.be/kzPEC-pbGbY?t=60
I loaded the first one and no issues, 2nd one killed it. No matter the order. Maybe is my old Mac only.
-
@christoph-hart said in Preparing for HISE 2.0:
Oops, apparently, I've used the JUCE class wrongly so it didn't flush the last block. Should be fixed now.
Yep embedding impulses is working now! I had to change that
ceilf
toceil
again when I rebuilt HISE but other than that all went well. -
It seems VU Meters don't work in FX plugins. At least not in Reaper on Linux Mint. I used the DynamicsFX example project to test, I just removed the sine wave generator and exported it as a VST FX.
-
You need to set the
ENABLE_PEAK_METERS
flag. -
@christoph-hart I see, thanks, I'll give that a go now