dart_melty_soundfont 1.1.15 copy "dart_melty_soundfont: ^1.1.15" to clipboard
dart_melty_soundfont: ^1.1.15 copied to clipboard

A Soundfont synthesizer (i.e. '.sf2' player) written in pure Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_melty_soundfont
copied to clipboard

With Flutter:

 $ flutter pub add dart_melty_soundfont
copied to clipboard

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

dependencies:
  dart_melty_soundfont: ^1.1.15
copied to clipboard

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:dart_melty_soundfont/dart_melty_soundfont.dart';
copied to clipboard
41
likes
140
points
252
downloads

Publisher

verified publisherjamcorder.com

Weekly Downloads

2024.09.20 - 2025.04.04

A Soundfont synthesizer (i.e. '.sf2' player) written in pure Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on dart_melty_soundfont