free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

VST3 and stepped params #258

Closed baconpaul closed 2 months ago

baconpaul commented 2 months ago

The little simple example I just added has a stepped param with 3 values

The CLAP works correctly in bitwig. The VST3 adds an 'extra' step. That is the mode knob has 4 not 3 values

So we have an off-by-one somewhere.

defiantnerd commented 2 months ago

fixed in next