soundfont_dart_parser 0.1.0 copy "soundfont_dart_parser: ^0.1.0" to clipboard
soundfont_dart_parser: ^0.1.0 copied to clipboard

Dart parser of binary SoundFont (sf2) files (uncomplete)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add soundfont_dart_parser

With Flutter:

 $ flutter pub add soundfont_dart_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  soundfont_dart_parser: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:soundfont_dart_parser/soundfont_dart_parser.dart';
1
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Dart parser of binary SoundFont (sf2) files (uncomplete)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on soundfont_dart_parser