C# Class GAudio.Examples.Example_03

In this example, we use GATResamplingSampleBank's caching abilities to pre-process pitch shifted samples and build a custom scale. It is advised to have the Memory Status window docked when running the scene to observe the effects on memory - the Memory Status window can be popped from G-Audio Manager's inspector.
Inheritance: ExamplesBase
显示文件 Open project: gregzo/G-Audio

Public Properties

Property Type Description
envelopeModule EnvelopeModule
sampleName string

Public Methods

Method Description
Awake ( ) : void

Protected Methods

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

Method Details

AreaOneExtraGUI() protected method

protected AreaOneExtraGUI ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

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

Property Details

envelopeModule public_oe property

public EnvelopeModule envelopeModule
return EnvelopeModule

sampleName public_oe property

public string sampleName
return string