C# Class NFluidsynth.MidiRouterRule

Inheritance: NFluidsynth.FluidsynthObject
Afficher le fichier Open project: salt26/chordingcoding Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MidiRouterRule() public méthode

public MidiRouterRule ( ) : NFluidsynth.Native
Résultat NFluidsynth.Native

SetChannel() public méthode

public SetChannel ( int min, int max, float mul, int add ) : void
min int
max int
mul float
add int
Résultat void

SetParam1() public méthode

public SetParam1 ( int min, int max, float mul, int add ) : void
min int
max int
mul float
add int
Résultat void

SetParam2() public méthode

public SetParam2 ( int min, int max, float mul, int add ) : void
min int
max int
mul float
add int
Résultat void