PlugnScripts midi out?
-
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)
There are more details about this here:
viewtopic.php?f=52&t=569545
viewtopic.php?f=52&t=569545
- KVRian
- Topic Starter
- 1112 posts since 20 Oct, 2018
Yes, i saw that.Blue Cat Audio wrote: Wed Aug 25, 2021 7:34 am There are more details about this here:
viewtopic.php?f=52&t=569545
Any suggestions what software can be a help to a non-programmer but fairly decent it-guy? I can read and understand what a small script does.
My idea was to be able to develop a vst that by leftclick on a picture put the midinotes associated with it on to the miditrack the vst is on.
-
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)
When used as a plug-in, Plug'n Script actually has a MIDI output, so you can definitely use it to generate MIDI events in a sequencer. It's only the standalone application that does not have a physical MIDI output.
-
- KVRer
- 9 posts since 7 Aug, 2005 from Los Angele...errr, Canada.
In this vein - can a plug-in be made to generate an OSC command to the outside world? And can plugins be made to react when a track is selected?
-
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)
There is currently no OSC implementation available in plug-ins. I guess you can use OSC directly when writing a plug-in in native form.
Track selection is unfortunately an information that is not available to plug-ins.
Track selection is unfortunately an information that is not available to plug-ins.
-
- KVRer
- 9 posts since 7 Aug, 2005 from Los Angele...errr, Canada.
I meant to ask, can a plug-in be written that knows when a track is in record and sends a MIDI event when that happens?
-
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)
Yes, in most host applications (except Pro Tools I think), transport information tells the plug-in when it is recording, so you can send a MIDI event when this happens.