Scripting Tutorials
-
If anyone knows any good sources to learn how to make use of the scripting for FX plugins specifically please help. I'm currently creating things strictly through the no code options. I am a software developer I just need like some pointers or something to get started. I wanna maybe learn how to manipulate a reverb through scripts or create cool distortion effects or something. Is hise not the tool suitable for these needs?
-
@Lydian open HISE, click on Help in the system toolbar and open the Snippet Browser.
Also, go through the two examples in the documentation (the phase wizard and the synth).
Then, David Healey has a good introductory, well structured course on one of the websites. @d-healey please plug yourself.
Itll show you the basics of scripting as well as drawing controls using look and feel.
-
@aaronventure said in Scripting Tutorials:
please plug yourself.
This is the one you're referring to I think - https://musichackspace.org/product/creating-virtual-and-sample-based-vst-au-plug-in-instruments-with-hise/
My stuff on YouTube probably covers most of the same ground - just in a less structured way.
-
@d-healey hello David. I actually did watch some of your videos. I found them super useful to get started. However I wanna know how I can create something like the plugin I linked to below . It's a multiband distortion fx plugin. The developer actually used juce which I know is the framework behind hise. Is there anyway I can recreate this plugin in HISE or do I have to learn to make it in juce and write a bunch of c++?
-
@Lydian said in Scripting Tutorials:
Is there anyway I can recreate this plugin
Is there something missing from the one that already exists or do you just want to do it for fun?
A few people here, I think Dan and Lindon, have built multi-band effects. I believe they used Scriptnode which is not something I've covered much in my tutorials but there is a lot of info on the forum about it.
-
@d-healey just for fun yeah. I'll check out Dan and Lindon. Thank you for the reply
Is there something missing from the one that already exists or do you just want to do it for fun?
-
@Lydian said in Scripting Tutorials:
@d-healey just for fun yeah. I'll check out Dan and Lindon. Thank you for the reply
Is there something missing from the one that already exists or do you just want to do it for fun?
yeah multiband is not hard - theres even a template or two in ScriptNode to get you started...