- Initial release.
- Fix third-party repos in Android build. Now they are downloaded by the Gradle build if they don't exist.
- SampleDescriptor uses default values for most properties.
- README is updated to explain how to build a sampler without an SFZ.
- "pitch" has been replaced with "noteNumber" in all the public APIs.
- Minor refactoring in sfz_parser.dart
- Merged PR to expose presetIndex: mikeperri#2
- Merge PR to fix presetIndex assignment: mikeperri#7
- Fix iOS release mode issue: mikeperri#8
- Migrate to null safety
- Upgrade lint rules
- Change AudioKit branch name