You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.