C# Class AlphaSynth.Synthesis.SynthParameters

Parameters for a single synth channel including its program, bank, and cc list.
Datei anzeigen Open project: CoderLine/alphaSynth Class Usage Examples

Public Methods

Method Description
ResetControllers ( ) : void

Resets all of the channel's controllers to initial first power on values. Not the same as CC-121.

SynthParameters ( Synthesizer synth ) : System
UpdateCurrentMod ( ) : void
UpdateCurrentPan ( ) : void
UpdateCurrentPitch ( ) : void
UpdateCurrentVolumeFromExpression ( ) : void
UpdateCurrentVolumeFromVolume ( ) : void

Method Details

ResetControllers() public method

Resets all of the channel's controllers to initial first power on values. Not the same as CC-121.
public ResetControllers ( ) : void
return void

SynthParameters() public method

public SynthParameters ( Synthesizer synth ) : System
synth Synthesizer
return System

UpdateCurrentMod() public method

public UpdateCurrentMod ( ) : void
return void

UpdateCurrentPan() public method

public UpdateCurrentPan ( ) : void
return void

UpdateCurrentPitch() public method

public UpdateCurrentPitch ( ) : void
return void

UpdateCurrentVolumeFromExpression() public method

public UpdateCurrentVolumeFromExpression ( ) : void
return void

UpdateCurrentVolumeFromVolume() public method

public UpdateCurrentVolumeFromVolume ( ) : void
return void