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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public MidiRouterRule ( ) : NFluidsynth.Native | ||
return | NFluidsynth.Native |
public SetChannel ( int min, int max, float mul, int add ) : void | ||
min | int | |
max | int | |
mul | float | |
add | int | |
return | void |
public SetParam1 ( int min, int max, float mul, int add ) : void | ||
min | int | |
max | int | |
mul | float | |
add | int | |
return | void |
public SetParam2 ( int min, int max, float mul, int add ) : void | ||
min | int | |
max | int | |
mul | float | |
add | int | |
return | void |