menu
flutter_sequencer package
documentation
native_bridge.dart
NativeBridge
getTrackVolume static method
getTrackVolume static method
dark_mode
light_mode
getTrackVolume
static method
double
getTrackVolume
(
int
trackIndex
)
Implementation
static double getTrackVolume(int trackIndex) { return nGetTrackVolume(trackIndex); }
flutter_sequencer package
documentation
native_bridge
NativeBridge
getTrackVolume static method
NativeBridge class