4ms/metamodule

VCV Hub should recognize Airwin2Rack module and save it as corresponding Airwindows module

Closed this issue · 1 comments

The Airwin2Rack module is a single module with a right-click menu to select which algorithm to run. On MetaModule hardware, each algorithm is a distinct module. So here's how to map the VCV Rack module to the MetaModule modules:

When saving a patch, if the MM hub sees the Airwin2Rack module, it should parse the dataToJson output from that module and use theairwindowSelectedFX field as the module name. For instance if the user selected the Galactic reverb algorithm, then the airwindowSelectedFX field will be Galactic. MetaModule hub should then create a Airwindows:Galactic module in the patch (in place of the Airwin2Rack:Airwin2Rack module).

The normal jack and knob mappings are saved, there is no change needed in that regard.