create MIDI FX with Plug'n Script
-
- KVRer
- 3 posts since 2 Feb, 2021
Hi to all,
I am VERY new to Plug'n Script, which I hope to use to create my own MIDI VSTs. (I am not interested in audio plugins, for now). I installed Plug'n Script, loaded as a VST3 inside Ableton Live (windows version), modified and exported one of the MIDI examples. However:
Plug'n Script "plain" VST (non Synth) is seen by Ableton as an audio effect and can be placed only *after* an instrument, therefore it doesn't receive MIDI; the "Synth" VST appears to Ableton as an instrument, it receives MIDI but doesn't output MIDI and therefore cannot be used as a MIDI effect. Also, if I add a "real" Live instrument (eg Grand Piano) such an instrument replaces the VST, because a track can host only one instrument.
What am I doing wrong? how can I create a MIDI effect using Plug'n Script? ... I couldn't find the answer in the manual
thanks,
Francesco
I am VERY new to Plug'n Script, which I hope to use to create my own MIDI VSTs. (I am not interested in audio plugins, for now). I installed Plug'n Script, loaded as a VST3 inside Ableton Live (windows version), modified and exported one of the MIDI examples. However:
Plug'n Script "plain" VST (non Synth) is seen by Ableton as an audio effect and can be placed only *after* an instrument, therefore it doesn't receive MIDI; the "Synth" VST appears to Ableton as an instrument, it receives MIDI but doesn't output MIDI and therefore cannot be used as a MIDI effect. Also, if I add a "real" Live instrument (eg Grand Piano) such an instrument replaces the VST, because a track can host only one instrument.
What am I doing wrong? how can I create a MIDI effect using Plug'n Script? ... I couldn't find the answer in the manual
thanks,
Francesco
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6334 posts since 8 Sep, 2004 from Paris (France)
In the world of VST (and VST3), there is no such thing as a MIDI-only FX. So you need to insert Plug'n Script as an audio effect, and do the MIDI routing manually from it to the VI using an extra MIDI track.
You can find more details about this in Ableton Live's VST & MIDI output tutorial.
BTW I am not sure if Live does support MIDI out from a VST3 properly, so you may have to use the VST2 version instead.
You can find more details about this in Ableton Live's VST & MIDI output tutorial.
BTW I am not sure if Live does support MIDI out from a VST3 properly, so you may have to use the VST2 version instead.
-
- KVRer
- Topic Starter
- 3 posts since 2 Feb, 2021
it worked, thank you! ... FYI, I haven't done in-depth tests, yet it seems to be working fine also with the VST3 version of BnS 
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6334 posts since 8 Sep, 2004 from Paris (France)
-
- KVRer
- 25 posts since 13 Jan, 2007
This is also a nice tool https://github.com/timothyschoen/PlugData
A vst3 or au plugin with pure data.
A vst3 or au plugin with pure data.
-
- KVRer
- Topic Starter
- 3 posts since 2 Feb, 2021
AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Thank you, it looks very interesting! I don't use PD, but I do most of my development with Max, and the switch shouldn't be too difficult.TonesFreak wrote: Wed May 04, 2022 7:00 am This is also a nice tool https://github.com/timothyschoen/PlugData (https://github.com/timothyschoen/PlugData)
A vst3 or au plugin with pure data.
-
- KVRer
- 25 posts since 13 Jan, 2007
If you are familiar with "max" then you already understand pure data for the most part. A few different.midi2themax wrote: Wed May 04, 2022 10:02 am I don't use PD, but I do most of my development with Max, and the switch shouldn't be too difficult.