Plug'n Script Control Change Events
-
- KVRer
- 2 posts since 30 Apr, 2012
Hi,
I'm taking first steps writing a MIDI Control Change filter script however am encountering an issue where the plugin does not see to receive or process Control Change events.
To test I've loaded the Midi Log script and there are no captured Control Change events.
Is there anything I'm missing?
Thanks
I'm taking first steps writing a MIDI Control Change filter script however am encountering an issue where the plugin does not see to receive or process Control Change events.
To test I've loaded the Midi Log script and there are no captured Control Change events.
Is there anything I'm missing?
Thanks
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
If using a DAW, have you created a MIDI track to route the events to the plug-in? Plug'n Script receives the MIDI events from the application it is loaded in, not directly from the MIDI interface (except for the standalone app)
-
- KVRer
- Topic Starter
- 2 posts since 30 Apr, 2012
Yes, I have loaded the plugin into Bitwig and placed it into a MIDI track. I'm monitoring incoming and outgoing (too hardware synth) midi events using a midi editor.
As I'm using the Log script, I am noticing only Note On, Note Off and Aftertouch events are registered as part of the plugin, however the midi monitor displays also control change and pitch wheel, both are not registered within the Plug'n Script plugin MIDI events list.
As I'm using the Log script, I am noticing only Note On, Note Off and Aftertouch events are registered as part of the plugin, however the midi monitor displays also control change and pitch wheel, both are not registered within the Plug'n Script plugin MIDI events list.
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
Are you maybe using the VST3 version of the plug-in? Steinberg has tried to drop MIDI support with VST3, and while we have implemented several common "hacks" that restore these features in most hosts, I am not 100% sure Bitwig implement them properly, so you may want to use the VST version instead.
- KVRAF
- 9558 posts since 6 Jan, 2017 from Outer Space
I thought the latest VST3 specs added Midi again? Can we mail bomb Steinberg to include full Midi support in VST3? Especially now, as Midi 2.0 is official?
Isn’t Yamaha a core member of the Midi association?
I mean no Midi? Cubase started as one of the first Midi sequencers...
On the other hand, Bitwig is tricky. If you set an instrument in MPE mode, expressions do not arrive as Midi. Depending on the controller script.
I just got plug’n script and my first project would also be a Midi/Expression monitor. Is there a way to monitor VST3 expressions?
Isn’t Yamaha a core member of the Midi association?
I mean no Midi? Cubase started as one of the first Midi sequencers...
On the other hand, Bitwig is tricky. If you set an instrument in MPE mode, expressions do not arrive as Midi. Depending on the controller script.
I just got plug’n script and my first project would also be a Midi/Expression monitor. Is there a way to monitor VST3 expressions?
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
They have indeed aded back a few missing pieces but it's still a hack...Tj Shredder wrote: Sat Jul 04, 2020 6:38 am I thought the latest VST3 specs added Midi again? Can we mail bomb Steinberg to include full Midi support in VST3? Especially now, as Midi 2.0 is official?
Isn’t Yamaha a core member of the Midi association?
I mean no Midi? Cubase started as one of the first Midi sequencers...
Since VST3 expression is different from MPE (which is standard MIDI), I don't think it can be monitored inside Plug'n Script.On the other hand, Bitwig is tricky. If you set an instrument in MPE mode, expressions do not arrive as Midi. Depending on the controller script.
I just got plug’n script and my first project would also be a Midi/Expression monitor. Is there a way to monitor VST3 expressions?
- KVRAF
- 9558 posts since 6 Jan, 2017 from Outer Space
But any VST3 should be able to receive expressions. That means it should be able to display them. Otherwise expressions would be useless and as far as I know they are not useless as the Steinberg plugins respond to them...
Of course that would not work in a VST2...
Of course that would not work in a VST2...
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
Indeed, it would have to be an extension that is specific to VST3 plug-ins.
- KVRAF
- 9558 posts since 6 Jan, 2017 from Outer Space
Feature request...
-
Blue Cat Audio Blue Cat Audio https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=39981
- KVRAF
- 6345 posts since 8 Sep, 2004 from Paris (France)
I can't promise anything but we'll see what we can do. As it is proprietary to VST3, it would be an optional API anyway.