openAVproductions / openAV-ArtyFX

A repository for the ArtyFX plugin bundle
GNU General Public License v2.0
80 stars 19 forks source link

Active control port should be a boolean (for on/off state only) #6

Closed falkTX closed 9 years ago

falkTX commented 9 years ago

the artyfx plugins have an "active" control port which should be set as boolean, so that host-generated UIs work better. this can be achieved by adding this:

lv2:portProperty lv2:toggled ;

inside the port definition.

I'm wondering if "lv2:portProperty lv2:integer;" isn't also missing on some ports...

harryhaaren commented 9 years ago

Thanks for the report, indeed you're right. Its on the TODO.