@tomekslesicki just FYI, I'm currently working on a project in which I'm using custom scriptnode global modulators to modulate some HISE filter modules and they are working fine in the built plugin.
@mehmethand yes. The most important thing in your case is to reduce the number of voices per sampler to the lowest value you can as this will save you lots of memory.
@Christoph-Hart I'm setting this in my HISE fork to only show the minimize and close buttons. Should I make a pull request? I can't think of a reason anyone would want the maximize button since the UI isn't freely rescalable so you just end up with a load of black space.
@Matt_SF Thank you very much! tonight I'm going to try the limit thing, however the flash disappear has me thinking a bit, hi @Christoph-Hart if you have some free time do you think you could help me solve it? Thanks for any help!
@d-healey I imagine the generated code would be treated the same way as if you wrote it. Think of it as a super-useful tool to accomplish a task.
They will soon open up the Dall-e 2 to more users soon, and you'll be able to use images created with them for commercial purposes. The same goes with the text generated with their API. It stands to reason the same concept should apply here.
@Lindon This is exactly what my script looks like. You should be good to go.
Don't you get a developer version of PT with the AVID SDK? I've never tried it cause I have the subscription
Yep you do, but then you have to install it .....and I'm Lazy (<-no that's not another T-Shirt David...)
I for myself just mimicked the sampler's system : using the FileSystem API, I made the plugin look for a 'LinkUser' file which only contains the samples folder path. From there I get all sample files and put them on an array which, again, is mimicking the SamplePool function.
@d-healey ok I found the solution. I deleted HISE and rebuild it again now everything is working fine. So I learned something more. When things go weird, rebuild HISE again.