flutter_vst3 0.1.2 copy "flutter_vst3: ^0.1.2" to clipboard
flutter_vst3: ^0.1.2 copied to clipboard

Flutter/Dart framework for building VST® 3 plugins with Flutter UI and pure Dart audio processing. Provides the interface between Dart audio processing code and the Steinberg VST® 3 SDK C++ infrastructure.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_vst3

With Flutter:

 $ flutter pub add flutter_vst3

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

dependencies:
  flutter_vst3: ^0.1.2

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:flutter_vst3/flutter_vst3.dart';
2
likes
140
points
179
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter/Dart framework for building VST® 3 plugins with Flutter UI and pure Dart audio processing. Provides the interface between Dart audio processing code and the Steinberg VST® 3 SDK C++ infrastructure.

Repository (GitHub)
Contributing

Topics

#vst3 #audio #plugins #flutter #music

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi

More

Packages that depend on flutter_vst3