flutter_vst3 0.1.2
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.
0.1.2 #
- Corrections
0.1.1 #
- Fix image URL
0.1.0 #
- Initial release of flutter_vst3 framework
- Complete framework for building VST® 3 plugins with Flutter UI and Dart audio processing
- Auto-generation of all C++ VST® 3 boilerplate code from Dart parameter definitions
- Native performance with compilation to machine code (no Dart runtime)
- Cross-platform support for macOS, Windows, and Linux
- 3-way parameter binding system (DAW ↔ Flutter UI ↔ Audio Parameters)
- VST3Processor base class for implementing audio processing in pure Dart
- VST3Bridge for Flutter UI ↔ VST® host communication
- Complete step-by-step plugin creation guide
- Compatible with Steinberg VST® 3 SDK