dart_melty_soundfont 1.1.2 dart_melty_soundfont: ^1.1.2 copied to clipboard
A Soundfont synthesizer (i.e. '.sf2' player) written in pure Dart.
1.1.2 #
Readme
1.1.1 #
Relax SampleEndLoop check, as some non-spec-compliant SoundFonts use a value of zero as a special case.
1.1.0 #
Fixed bug that caused negative SoundFont parameters to be interpreted as large integers. Some SoundFonts would throw errors due to this, or sound very odd.
1.0.10 #
Readme
1.0.9 #
Readme
1.0.8 #
Make example code select an instrument.
1.0.7 #
Missing import 'dart:typed_data'
1.0.6 #
Add package header. Update Readme. again rename lib->src. Seems to not have been comitted.
1.0.5 #
Fix imports in example.
1.0.4 #
Files need to go in 'lib' folder. Not a 'src' folder.
1.0.3 #
Update readme.
1.0.2 #
Update readme.
1.0.1 #
Update readme.
1.0.0 #
Ported MeltySynth from C# to Dart. Tested.