Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I've uploaded a new version v0.6.15 here.

It marks all the parameters the host should treat as read only with the "CLAP_PARAM_IS_READONLY" flag.  (There are technical reasons why I do not want to use the "CLAP_PARAM_IS_STEPPED" flag.)

It should also correctly convert the parameters such as filter mode to text.

Thank you for reporting this issue!

(1 edit)

If the host honors the "CLAP_PARAM_IS_READONLY" flag, Apricot will not be able to automate filter mode, which in my opinion, is a shame. If the host ignores "CLAP_PARAM_IS_READONLY", the host can at least automate the filter mode from the interface. The synth would be better  if it told the truth and let the host automate those values. Changing the filter mode (and other parameters now marked read only) sounds really cool.