Skip to content

Version 3.2.0

Compare
Choose a tag to compare
@ypujante ypujante released this 06 Jul 16:39
· 231 commits to master since this release
  • added audio unit validation to jamba.sh script (jamba.sh validate-au) which runs the auvaltool utility on the audio unit plugin
  • added switch container view to handle tab like switching (check Views::SwitchContainerView)
  • added (optional) image for text buttons (Views::TextButtonView)
  • added (optional) disabled state for momentary buttons (Views::MomentaryButtonView)
  • added discrete button view (a button which is "on" only when the backing discrete parameter matches the step value). This button can be used for radio groups, tabs, etc... (check Views::DiscreteButtonView)

WARNING

The following changes are potentially breaking changes

  • There is a small potentially breaking API change with function Views::createCustomView (defined in Views/CustomViewCreator.h). Check commit. The function takes an additional 2 parameters which can be safely ignored if you don't need them.