- Fix: sustained notes could have weird fade-out artifacts
- Fix: stereo rendering
- docs: update readme
- fix: small warning
- Example: switch to flutter_pcm_sound
- Fix: remove null characters from names
- Synth: add selectPreset function for convenience
- Example: make it more easily runnable
- added RawSound example
- remove pubspec.lock and dart_tool/package_config.json and add them to gitignore
- Updated github repo name to match pub.dev name
- Fixed potential issue where loading a file would fail (thanks @sinshu)
'setModulationFine' would not always work, due to typo.
Readme.
Fixed bug in Oscillator code that could cause out of bounds write error.
Readme
Relax SampleEndLoop check, as some non-spec-compliant SoundFonts use a value of zero as a special case.
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.
Readme
Readme
Make example code select an instrument.
Missing import 'dart:typed_data'
Add package header. Update Readme. again rename lib->src. Seems to not have been comitted.
Fix imports in example.
Files need to go in 'lib' folder. Not a 'src' folder.
Update readme.
Update readme.
Update readme.
Ported MeltySynth from C# to Dart. Tested.