teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
58 stars 13 forks source link

Add to insertCLAPDevice method to InsertionPoint #296

Closed git-moss closed 1 year ago

git-moss commented 1 year ago

CLAP devices can currently not inserted.

abique commented 1 year ago

Fixed for next major release.

git-moss commented 1 year ago

Works fine.

One small issue: if I execute the "Copy Device Id to Clipboard" on a CLAP device in Bitwig, I get:

clap:com.u-he.MFM2:2.5.0

but the method only accepts: com.u-he.MFM2

This should be harmonized (or accept different variations: with/without clap-prefix and/or version number).

Is there a use-case where multiple versions should be supported? Could make sense.