@Christoph-Hart Thanks for sharing the post!
I followed it and put this lines on the project:
const var buf1 = Synth.getAudioSampleProcessor("Script FX1").getAudioFile(0);
const var buf2 = Synth.getAudioSampleProcessor("Script FX1").getAudioFile(1);
buf2.linkTo(buf1);
But the audio isn´t showing in the second buffer after dragging the audio. Do you know what´s wrong?
Also, when changing from the interface designer to the script workspace, HISE crashes. Here´s a video:
crashHise1.gif