Could I make a VST3 plugin dealing exclusively with MIDI data using Blue Cat Audio?

Official support for: bluecataudio.com
Post Reply New Topic
RELATED
PRODUCTS

Post

If so, how hard would it be compared with JUCE?
And what would be the advantages/disadvantages?

Are there any time-saving modules dealing with MIDI data that are available with Blue Cat?

Post

Thank you for your interest in our software. I guess that you are referring to the Plug'n Script software?

That's definitely possible. It is actually quite easy to write MIDI scripts. It's just a couple of lines of code, and given the MIDI rate, you usually do not even need to write native code for performance.

There are a couple of MIDI scripts examples built-into the plug-in, and also available here:
https://github.com/bluecataudio/plugnsc ... /Midi%20FX

Post

I can definitely confirm, with Plug'n Script you can make midi plugs easily, once you understand a few basic things. Of course it depends on how fancy things have to be. Start by looking at the source code of the factory PNS presets and explore PNS user manual/KUIML resources, including all precious Letimix contribution. It can get confusing at first but later on things start rolling, assuming you have at least a basic knowledge of CS and coding

Post Reply

Return to “Blue Cat Audio”