I was just wondering . when You touch parameter on your chosen VST , parameter connection point automatically appears on VST Module (purple dot) in patch editor.so i want to be able to automatically attach chain of modules to vst parameter connection in and out point like for instance knob/fader -pass if changed module. simillar like you can automaticaly connect VSTDAD . just to give you better idea why i want to do this its because VST Synth have lots of parameters and it is time consuming and tedious to connect lot of modules to each other and then patch them up , sometimes it's like 30 parameters i want to tweak/use and its very time consuming to patch everything . mabe it could be done by creating simple script?
scenario is i'm building VST Interfaces so i can save preset snapshots from usine inreface of VST as oposed to save snapshots into vst preset to avoid glithches and stutters when i just tweak parameters on actual VST and save preset snapshot in actual VST preset , which would be ideal but problematic as it appears .i would attach pics for petter illustrattion but i'm not at home currently . i hope i explaine well enough if not i will elaborate further
Thx GC
Auto Create Module sript ?
-
sm_jamieson
- Member
- Posts: 559
There used to be a script or add-on that connected up lots of VST parameters to knobs. I saw it on HH2 or something.
I think it used the IML template language.
Perhaps someone else knows about it.
I think it used the IML template language.
Perhaps someone else knows about it.
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
hello,
It's not an easy job. You need to use the IML (internal-messages-system) https://www.brainmodular.com/manuals/hh ... tes-engine
Take a look on associated with the file
It's not an easy job. You need to use the IML (internal-messages-system) https://www.brainmodular.com/manuals/hh ... tes-engine
Take a look on
Code: Select all
\Resources\Templates\IML\7 - Plugins Files\dropPlugin03-learn.txtCode: Select all
\Resources\Templates\IML\7 - Plugins Files\VST Drag and Drop v2.patOlivier Sens
www.brainmodular.com
www.brainmodular.com
