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
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Свойство Type Description
envelopeModule EnvelopeModule
sampleName string

Méthodes publiques

Méthode Description
Awake ( ) : void

Méthodes protégées

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

Method Details

AreaOneExtraGUI() protected méthode

protected AreaOneExtraGUI ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ButtonClicked() protected méthode

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
Résultat void

GetButtonLabels() protected méthode

protected GetButtonLabels ( ) : string[]
Résultat string[]

SetSlidersRange() protected méthode

protected SetSlidersRange ( float &min, float &max, float &init ) : void
min float
max float
init float
Résultat void

Property Details

envelopeModule public_oe property

public EnvelopeModule envelopeModule
Résultat EnvelopeModule

sampleName public_oe property

public string sampleName
Résultat string