Runtime assertion of exported FX plugin
-
@Christoph-Hart I am hitting an assertion in JUCE
setValueAndRampTime:
The stack shows
sampleRateToUseis-1

-
@ustk Which commit?
-
@David-Healey I tried for last one (well a few days back, before yesterday's new stuff) back to where JUCE submodule has been introduced because it's a pain to go further back...
Something weird is that I'm on JUCE 6 but XCode says JUCE 8 in the message thread (screenshot)
I'm editing the first post because AI gives more noise than needed...
-
So it seems the problem comes from the envelope modulation
-
@ustk I'm using a commit from March 10th, seems to work ok. But is this error specific to your project or do you see it with a minimal test project too?
-
@David-Healey A minimal (blank) project works.
I'll try a minimal that uses the envelope as well and report