@Christoph-Hart im gonna do a proper debug and figure out what's up. I should note that this issue is only with FX plugin export. Virtual Instruments are okay.
If you change the samplemap, the sampler will also change its channel amount which will overwrite custom routings you‘ve made before. In order to prevent this, I‘ve added a scripting function called Sampler.setStaticRoutingMatrix() or something like that.
If you can somehow reproduce the empty monolith, let me know, I am currently going through the sampler module and clean up all those annoying little things that have creeped in over the course of time.
Ok, I found out when Hise makes a SliderPack when using "Content.addFloatingTile", if you leave out the numbers and write:
Content.addFloatingTile("Test");
instead of: Content.addFloatingTile("Test", 0, 0);
so now I know :)
@d-healey LOL, I know, but I love HISE!!! Can't stop using it. And results on spectral are amazing, this is the only thing Im facing. Maybe it's a buffer thing or something @Christoph-Hart can fix quickly.
Results are amazing and control over each partial is outstanding!!
Xcode went quite smooth, just the files were located under Libs/Debug instead of Release, so I moved them manually and the export worked
Also, I changed in Xcode the "macOS deployment target" to 10.7, but it worked without anyway
So I guess now I have to go through the authorizations from Avid and PACE if I'm not mistaken...