- It is now possible to load Synthizer from the current process, or the current executable.
- Added
SynthizerObject.currentTime and SynthizerObject.suggestedAutomationTime.
- Fixed a bunch of broken documentation links.
- Added the
playbackPosition property for BufferGenerator and StreamingGenerator.
- Brought code structure to be more in line with Google's guidelines.
- Removed the
BufferCache class.
- Updated Synthizer.
- Shorten the code for
Synthizer.getObjectType.
- The
ObjectTypes.automationTimeline member has been removed.
- Removed the deprecated automation API and updated it.
- Added 2 automation examples.
- Added the
elevation property to AngularPannedSource where it should be.
- Updated Synthizer.
- Added
ScalarPannedSource.
- Added
AngularPannedSource.
- Added the
Context.createAngularPannedSource method.
- Renamed
Context.createPannedSource to createScalarPannedSource.
- Add
getEvent and getEvents methods on Context.`.
- Add the ability to recreate objects from their handles with
Synthizer.getObject.
- Added the
Synthizer.getContextEvent method.
- Changed the
website field to a repository field, so that issues work as expected.
- Added an example to show on the package site.