mod-audio / max-gen-skeleton

Skeleton for creating MAX gen~ based plugins
6 stars 2 forks source link

max-gen-skeleton

This is a skeleton for creating Max gen~ based plugins.

It's intended to be used in scripts, in an automated way.
But it's also possible to be used manually.

Just follow these steps:

By default you get a LV2 and VST2.4 plugin.
If you have Linux and JACK installed, you'll get a JACK standalone too.

This plugin skeleton does not provide support for custom UIs.
For LV2 plugins this is not an issue as you can create UIs without modifying the original DSP object.