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 ability to conveniently register a global key hook (check Views::registerGlobalKeyboardHook)
parameters now copy the provided strings (title, short tile and units) so that they no longer have to be static and for example can be computed
added convenient methods to AudioBuffers and Channel (copyFrom and forEachSample). Defined const and non const versions.
added Step Button view which is a button that increment/decrement a parameter by a fixed amount when clicked. Another amount (tied to shift click) can be provided.