flutter_synthizer 0.9.0
flutter_synthizer: ^0.9.0 copied to clipboard
Handle Synthizer objects from Flutter.
Changelog #
0.9.0 #
- Renamed the various "input" extension methods to bring them in line with Synthizer.
- Made the route methods more configurable.
- Slightly optimised the
double.angleToDouble6extension method. - Made it possible to specify the location of the synthizer library.
0.8.0 #
- Fixed an incorrect return type.
0.7.0 #
- Removed an unnecessary
buildContextargument.
0.6.0 #
- Allow loading buffers from file paths as well as assets.
0.5.0 #
- Renamed
BuildContext.playSoundtoBuildContext.playAssetPath.
0.4.1 #
- Stop enforcing
linger.
0.4.0 #
- Added more parameters to
BuildContext.playSound.
0.3.4 #
- Fixed a bug which was introduced in 0.3.3.
0.3.3 #
- Don't configure linger when
destroyistrue.
0.3.2 #
- Affected the change from
0.3.1that I didn't actually do.
0.3.1 #
- Made the
destroyargument toBuildContext.playSoundmandatory.
0.3.0 #
- Added the
addInputandremoveInputextension methods toSources.
0.2.0 #
- Made arguments on
BufferCache.getBufferFromAssetBundlepositional.
0.1.0 #
- Added the
getBufferFromAssetBundlemethod. - Made
fadework on anySynthizerObjectwhich hasgain.`
0.0.2 #
- Added a proper license.
0.0.1 #
- Initial release.