dart_synthizer 0.11.0 copy "dart_synthizer: ^0.11.0" to clipboard
dart_synthizer: ^0.11.0 copied to clipboard

outdated

Dart bindings for the Synthizer sound library.

Changelog #

0.11.0 #

Changed #

  • Many property fixes.
  • Properties now accept only named arguments.
  • The automate method is only available on properties that can actually be automated.
  • The automate method now takes no arguments.
  • Synthizer events now use handles, rather than trying to guess objects.

Removed #

  • Removed the Synthizer.getObject method.

0.10.0 #

Changed #

  • Updated minimum SDK constraint.
  • Regenerate bindings.

0.9.0 #

Changed #

  • Updated the SDK constraint.

0.8.0 #

Changed #

  • Updated analysis options.
  • Fixed the name of Context.configRoute.

0.7.11 #

Changed #

  • Use an absolute path on Linux (again).

0.7.10 #

Changed #

  • Reverted the changes from [0.7.9].

0.7.9 #

Changed #

  • Start using a fully-qualified path when running under Linux.

0.7.8 #

Fixed #

  • The library should now load unaided on Mac OS.

0.7.7 #

Fixed #

  • Cleaned up the initialize method.

0.7.6 #

Added #

  • Added the AddGenerators and removeGenerators methods to the Source class.
  • Bound the waves API.

0.7.5 #

Added #

  • Added methods for dealing with reference counts to the SynthizerObject class.

0.7.4 #

Changed #

  • Updated Synthizer.
  • Use Synthizer's notion of buffer size, rather than the (probably mildly slower) Dart equivalent.

0.7.3 #

Changed #

  • Hopefully start supporting Linux.

0.7.2 #

Changed #

  • Fixed some docs.

0.7.1 #

Changed #

  • Exposed a bunch of previously-hidden classes.

0.7.0 #

Fixed #

  • Filled some gaps in the implementation of sources.

[0.7.0] #

Added #

  • Added the SynthizerProperty class, and it's subclasses.
  • It is now easier to create automation batches using various methods on the AutomationBatch class.
  • Added the Context.clearAllProperties method.
  • Added the Context.clearEvents method.

Changed #

  • Switched all properties to the new SynthizerProperty API.
  • Changed BufferGenerator.setBuffer to be a SynthizerObjectProperty.

Removed #

  • You can no longer use the AutomationCommand classes or the AutomationBatch.commands list.
  • The automation batch method on Context has been removed. Now you must instantiate an AutomationBatch class and use its execute method.

0.6.5 #

Changed #

  • Update Synthizer.

0.6.4 #

Changed #

  • It is now possible to load Synthizer from the current process, or the current executable.

0.6.3 #

Added #

  • Added SynthizerObject.currentTime and SynthizerObject.suggestedAutomationTime.

Changed #

  • Code cleanup.

0.6.2 #

Fixed #

  • Fixed a bunch of broken documentation links.

0.6.1 #

Added #

  • Added the playbackPosition property for BufferGenerator and StreamingGenerator.

0.6.0 #

Changed #

  • Brought code structure to be more in line with Google's guidelines.

0.5.0 #

Removed #

  • Removed the BufferCache class.

0.4.0 #

Changed #

  • Updated Synthizer.
  • Shorten the code for Synthizer.getObjectType.

Removed #

  • The ObjectTypes.automationTimeline member has been removed.

0.3.0 #

Changed #

  • Removed the deprecated automation API and updated it.

Added #

  • Added 2 automation examples.

0.2.1 #

Added #

  • Added the elevation property to AngularPannedSource where it should be.

0.2.0 #

Changed #

  • Updated Synthizer.
  • Added ScalarPannedSource.
  • Added AngularPannedSource.
  • Added the Context.createAngularPannedSource method.

Removed #

  • Removed PannedSource.

Changed #

  • Renamed Context.createPannedSource to createScalarPannedSource.

0.1.0 #

Added #

  • Add getEvent and getEvents methods on Context.`.
  • Add the ability to recreate objects from their handles with Synthizer.getObject.
  • Added the Synthizer.getContextEvent method.

0.0.4 #

Changed #

  • Updated the readme.

0.0.3 #

Changed #

  • Changed the website field to a repository field, so that issues work as expected.

0.0.2 #

Added #

  • Added an example to show on the package site.

0.0.1 #

Initial version.

5
likes
0
points
211
downloads

Publisher

verified publisherbackstreets.site

Weekly Downloads

Dart bindings for the Synthizer sound library.

Repository

License

unknown (license)

Dependencies

ffi, meta, path, quiver

More

Packages that depend on dart_synthizer