set_control_func typedef

set_control_func = Void Function(Pointer<Void> csound, Pointer<Utf8> channelName, Double value)

Implementation

typedef set_control_func = Void Function(
    Pointer<Void> csound, Pointer<Utf8> channelName, Double value);