Framework4Bitwig icon indicating copy to clipboard operation
Framework4Bitwig copied to clipboard

Bugs with Settings

Open git-moss opened this issue 9 years ago • 2 comments

  • [x] If you reload a script, removed settings are not removed. You have to delete the script and re-add it. This workaround cannot be applied to document settings, which means old settings are always showing up and have no functionality at all!

  • [ ] If you deactivate a settings with "disable()" you can still use it (e.g. Signal fires, Text can be entered, etc.). The only thing that changes is the color.

  • [ ] Documentation: All "getXXXSetting" funtions note that they return a "XXXValue" (or Signal) but not that the return type is also an instance of "Setting".

  • [ ] If you hide all settings of a category, the category text is still displayed. Also see: https://github.com/teotigraphix/Framework4Bitwig/issues/209

  • [ ] getBooleanSetting is not working with DocumentState var documentState = host.getDocumentState (); var fixVelocityEnable = documentState.getBooleanSetting ("Enable", "Fix velocity", false); Furthermore, in the API doc the Return comment says it returns a "string" but must be "boolean".

git-moss avatar Jul 07 '15 08:07 git-moss

Still in 2.3.2.

git-moss avatar Apr 22 '18 18:04 git-moss

Still in 4.3 Beta 4.

git-moss avatar Jun 10 '22 14:06 git-moss