How to get around this...?
-
@Christoph-Hart before I wrote this, I downloaded the develop build from github to another drive and gave it a fresh bulild from there just to be sure it’s the latest version. I’m on Mac so maybe that’s system related somehow?
-
@Christoph-Hart ah, wait, my bad (well, kind of)!
You're right - I can actually hardcode the network now with a midi node.
BUT
I still can't export a plugin if I'm using the midi node in a non-hardcoded network, which is also the case with the project I’m working on.
Also - I wish I could use the hardcoded version instead of the network and just add the required modulators there, but I can't add modulators to the polyphonic version as adding
NUM_HARDCODED_FX_MODS=6
in Projucre doesn't work on polyphonic hardcoded effects (see the last posts here: https://forum.hise.audio/topic/4892/mpe-input-into-scriptnode/10?_=1704395890912). This is for a synth project, so using monophonic hardcoded fx would mean I'd have to duplicate everything x the number of voices, which I really, really don't want to do for obvious reason.
-
@Christoph-Hart could you please enable plugin export for non-hardcoded networks with the midi node, please?
-
This post is deleted! -
Ah now I understand, you were trying to export the plugin, not the dll - which you mentioned like 10 times :)
Should be fixed now.
-
@Christoph-Hart I was actually trying to do both, I need both compiled and uncompiled network on this one :-)
-
@Christoph-Hart could you please enable export for uncompiled nodes using the Timer module, too, please?
-
@tomekslesicki Sure, there you go.
-
@Christoph-Hart thanks so much!
-
@Christoph-Hart I can't export the plugin now, I'm getting this error:
Older projects that are not using your latest fixes export fine on the latest build.
This is on macOS 12.4, XCode 13.2.1
-
@Christoph-Hart can I bump this? :-) I’m getting this error if a network using the latest fixed is in the project folder. Projects not relying on these fixes export fine. Thanks!
-
@tomekslesicki Have you recompiled the networks?
-
@d-healey I’m using a global modulator in some, so I can’t compile everything.