dart_synthizer 0.11.0
dart_synthizer: ^0.11.0 copied to clipboard
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.7.6 #
Added #
- Added the
AddGenerators
andremoveGenerators
methods to theSource
class. - Bound the waves API.
0.7.4 #
Changed #
- Updated Synthizer.
- Use Synthizer's notion of buffer size, rather than the (probably mildly slower) Dart equivalent.
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 aSynthizerObjectProperty
.
Removed #
- You can no longer use the
AutomationCommand
classes or theAutomationBatch.commands
list. - The automation batch method on
Context
has been removed. Now you must instantiate anAutomationBatch
class and use itsexecute
method.
0.6.4 #
Changed #
- It is now possible to load Synthizer from the current process, or the current executable.
0.6.3 #
0.4.0 #
0.3.0 #
0.2.0 #
0.1.0 #
Added #
- Add
getEvent
andgetEvents
methods onContext
.`. - Add the ability to recreate objects from their handles with
Synthizer.getObject
. - Added the
Synthizer.getContextEvent
method.
0.0.1 #
Initial version.