C# Class GAudio.Examples.Example_01

Inheritance: ExamplesBase
Exibir arquivo Open project: gregzo/G-Audio

Protected Methods

Method Description
ButtonClicked ( int buttonIndex ) : void
GetButtonLabels ( ) : string[]
SetSlidersRange ( float &min, float &max, float &init ) : void

Method Details

ButtonClicked() protected method

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
return void

GetButtonLabels() protected method

protected GetButtonLabels ( ) : string[]
return string[]

SetSlidersRange() protected method

protected SetSlidersRange ( float &min, float &max, float &init ) : void
min float
max float
init float
return void