kallaballa / MidiPatch

MidiPatch is a scriptable and modular real-time software synthesizer using the PatchScript API
GNU Affero General Public License v3.0
12 stars 2 forks source link

Automatically create ControlParameters of LV2Plugin elements #140

Closed kallaballa closed 4 years ago

kallaballa commented 4 years ago

Currently we are querying the element for controlnames and create controlparameters in a loop. create a shorthand. e.g.: lv2:createParameters(synth)

kallaballa commented 4 years ago

Fixed: 89ac29cad67f03280343bbd363a16d73c9c0bae4