I've got a preliminary Install Plugin up and running for setting a custom installation path for the sample directory. It's embedded within a .pkg built with Packages and I have a rough idea for resolving the one current caveat, which is that installation proceeds first through the /tmp directory. The other major caveat is that this is a Mac OS-only solution.
I'll post the code and .bundle soon. Eventually: a recipe proposal.
Oh I wouldn't call that a legato script. I think that script was written for someone else as a jumping off point (at least I hope that's why I wrote it because it seems very buggy!). HISE has a built in legato script, why don't you use that?
@d-healey@hisefilo Thank You Sir david And dear hisefillo <3
I Changed my mind On That IPP Thing , and Download and installed it With Glory.
Build Hise from source again With Ipp Enabled in hi_core :)
Everything works smoothly :)
Compiled AU /VST both works :)
@staiff Hello Dear Staiff
Could You please give me some information on how building hise from source code on Mac?
i mean what version of xcode you're using ? looks like You've done a succesful installation with xcode .
any quick guides much appreciated :)
@gorangrooves yes two arrays - in a strict articulation order.
So on Note look thru the trigger array to see if the incoming note is used, if so then use the note at the same position in the source array, if not then remove the event.
For playing notes you will need to keep the event id so you can do the VDrum muting.
Make sure the benefits from doing this outweigh the possible issues (creating notes without matching note offs will result in hanging notes which is 100x more annoying than having to play the notes again after you change the samplerate).