setPan method
Set the pan position for a channel
pan - Pan position (0=left, 64=center, 127=right)
channel - MIDI channel (0-15)
Implementation
@override
Future<void> setPan({
required int pan,
int channel = 0,
}) async {
debugPrint('Web platform: Pan control not yet implemented');
}