dart_synthizer 0.10.0
dart_synthizer: ^0.10.0 copied to clipboard
Dart bindings for the Synthizer sound library.
Changelog #
0.7.6 #
Added #
- Added the
AddGeneratorsandremoveGeneratorsmethods to theSourceclass. - 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
SynthizerPropertyclass, and it's subclasses. - It is now easier to create automation batches using various methods on the
AutomationBatchclass. - Added the
Context.clearAllPropertiesmethod. - Added the
Context.clearEventsmethod.
Changed #
- Switched all properties to the new
SynthizerPropertyAPI. - Changed
BufferGenerator.setBufferto be aSynthizerObjectProperty.
Removed #
- You can no longer use the
AutomationCommandclasses or theAutomationBatch.commandslist. - The automation batch method on
Contexthas been removed. Now you must instantiate anAutomationBatchclass and use itsexecutemethod.
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
getEventandgetEventsmethods onContext.`. - Add the ability to recreate objects from their handles with
Synthizer.getObject. - Added the
Synthizer.getContextEventmethod.
0.0.1 #
Initial version.