menu
dart_melty_soundfont package
documentation
channel.dart
Channel
setModulationFine method
setModulationFine method
dark_mode
light_mode
setModulationFine
method
void
setModulationFine
(
int
value
)
Implementation
void setModulationFine(int value) { _modulation = castToShort((_modulation & 0xFF80) | value); }
dart_melty_soundfont package
documentation
channel
Channel
setModulationFine method
Channel class