C# Class NFluidsynth.AudioDriver

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

Public Methods

Method Description
AudioDriver ( NFluidsynth.Settings settings, NFluidsynth.Synth synth ) : NFluidsynth.Native

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AudioDriver() public method

public AudioDriver ( NFluidsynth.Settings settings, NFluidsynth.Synth synth ) : NFluidsynth.Native
settings NFluidsynth.Settings
synth NFluidsynth.Synth
return NFluidsynth.Native

Dispose() protected method

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