christosku / modgen

A docker container with a python script that allows building lv2 plugins from max/msp gen~ exports for the mod.audio devices.
3 stars 1 forks source link

modgen

A plugin builder for gen~ & rnbo~ files for the mod.audio device ecosystem


Instructions

Usage

Prepare a gen~ export for uploading:

Prepare an rnbo~ export for uploading:

If you want an in~ or an out~ to become a cv port on your mod device, you have to tag it with a cv:true meta tag, for example: in~ 1 @meta cv:true out~ 1 @meta cv:true