I've been using the clearAllConnections method. And yeah - I've discovered that if you delete and recreate the MatrixModulator in theh module tree it sometimes fixes things.
@dannytaurus Hitting compile simulates the same behaviour.
Open the preset browser and load a preset
Save your DAW session
Reopen the DAW session
Open the preset browser
The preset you loaded is still loaded but not selected in the preset browser
It has always been this way
@Orvillain so what happens if there is no preset file in the directory, like when you first deploy the plugin? Wouldn't the browse function fail, since it wasn't able to get a file?
@JulesV
I've never worked with it before. If it doesn't work right away, you could maybe use a broadcaster for it. But @David-Healey probably knows more about that! :-)
If there are any problems, it definitely makes sense to compile HISE as a plug-in and then load the project directly into the DAW to try it out.
@David-Healey
Hey David,
That's a very kind offer! Thank you very much. I still have to fix three errors in the project, and then I'll send you a download link via message next week.
@David-Healey Yeah very true, that came from a mod I've made for audio inputs that couldn't be shared with other projects, but that's a different matter...
@ustk Ah I see. I have a working algorythm in Pure Data, is there a way to implement that in HISE as script och c++ code? In PlugData (a flavor of PD), you can export C++ code.