C# Class NFluidsynth.MidiRouterRule

Inheritance: NFluidsynth.FluidsynthObject
Mostra file Open project: salt26/chordingcoding Class Usage Examples

Public Methods

Method Description
MidiRouterRule ( ) : NFluidsynth.Native
SetChannel ( int min, int max, float mul, int add ) : void
SetParam1 ( int min, int max, float mul, int add ) : void
SetParam2 ( int min, int max, float mul, int add ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MidiRouterRule() public method

public MidiRouterRule ( ) : NFluidsynth.Native
return NFluidsynth.Native

SetChannel() public method

public SetChannel ( int min, int max, float mul, int add ) : void
min int
max int
mul float
add int
return void

SetParam1() public method

public SetParam1 ( int min, int max, float mul, int add ) : void
min int
max int
mul float
add int
return void

SetParam2() public method

public SetParam2 ( int min, int max, float mul, int add ) : void
min int
max int
mul float
add int
return void