@David-Healey A minimal (blank) project works.
I'll try a minimal that uses the envelope as well and report
Posts
-
RE: Runtime assertion of exported FX pluginposted in Bug Reports
-
RE: Runtime assertion of exported FX pluginposted in Bug Reports
So it seems the problem comes from the envelope modulation
-
RE: Runtime assertion of exported FX pluginposted in Bug Reports
@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...
-
Runtime assertion of exported FX pluginposted in Bug Reports
@Christoph-Hart I am hitting an assertion in JUCE
setValueAndRampTime:
The stack shows
sampleRateToUseis-1

-
RE: Recent commit to Processor.cpp breaking old projectposted in Bug Reports
@David-Healey No idea, it's an absolute coincidence that I'm working on this today...
-
RE: Table "Not assigned" warningposted in General Questions
@David-Healey This makes sense! It would need a safety then at least not to confuse the user. That's for the module itself, but do you think the
Yvalue in the popup is related to the same issue? I would just expect to get a normalised value... -
RE: Recent commit to Processor.cpp breaking old projectposted in Bug Reports
@David-Healey @Christoph-Hart Could the fact that not having the
MIDI Learnbutton available as parameter be related?
-
RE: Table "Not assigned" warningposted in General Questions
@David-Healey Oh yes that's what I meant, it gets rid of the popup and I'm good with it, but what's behind the scene? What's the reason for "not assigned" in the first place?
-
RE: Table "Not assigned" warningposted in General Questions
@David-Healey This does not resolve the "not assigned" notification but at least it makes me feel better to just remove the popup entirely as it's not really needed here... so

-
RE: Table "Not assigned" warningposted in General Questions
@Lindon And it's not even an instrument

-
RE: Outside the interfaceposted in Scripting
@ulrik I’m afraid panels and contextual menus are complete different beasts. Since child panels are still panels, this would mean any component could draw outside the main window which would be weird…
I think you need to somehow constrain your design within the window’s boundaries.
-
Table "Not assigned" warningposted in General Questions
I have a
Not assignedwarning with my tables.
As you can see, it is in the modulators as well (all my modulators, not only MPE)- Why and how to get rid of this?
- Are the two related?
Those modulators are meant to be used with the Matrix Modulation system, so that might be the reason but who knows...

-
RE: Plotter Textposted in General Questions
@David-Healey @DanH In fact it's not something that problematic because it can be LAFed easily.
It's just the annoying message "Not Assigned" that I can't get rid of, so I just make it transparent, but I feel like it's a hack and it should be cleaner... -
RE: Plotter Textposted in General Questions
So 3 years later... Is there anyone using a plotter successfully? (I mean, as stock component without code modifications...)
Or should I stick an AI agent onto the problem?As for the paint issue, the solution is to
drawAnalyserBackgroundanddrawAnalyserPath -
RE: 7-Band EQ - FilterDisplay not updating visually from script (SVF EQ + scriptnode)posted in AI discussion
@the-red_1 You actually need to use the ScriptFX as filter display source
- Add new external filter display by clicking the bottom right icon
- Set all the filters in your graph to the same external filter in order to get an additive curve
- Connect the floating tile to it and set the Index to the first external filter (#1 => 0)

