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
getOptions() - retrieve all analyzer settings as an options object. Also added a getOptions() button to fluid and multi demos to copy the current settings to the clipboard - thanks @biigpongsatorn for the suggestion;
radialInvert - render radial spectrum bars towards the center of the screen;
The constructor can now take the options object as the first argument if you don't need to define the container;
start has been explicitly marked as a constructor-specific property in the Options object description and will no longer work with setOptions() as of the next major release.