libwingdart 0.1.0

A library for communicationg with the Behringer Wing Digital Mixer via Flutter/Dart
Documentation
1
2
3
4
5
6
7
8

This crate wraps the libwing crate for usage in Flutter/Dart apps.

It provides a better interface for dealing with the read() and read_meter()
functions by making them return on a nativePort. This means you won't have to
deal with Isolates in Dart or long-running FFI calls in Flutter (which can
cause reload/restart to hang).