C# 클래스 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.
상속: ExamplesBase
파일 보기 프로젝트 열기: gregzo/G-Audio

공개 프로퍼티들

프로퍼티 타입 설명
envelopeModule EnvelopeModule
sampleName string

공개 메소드들

메소드 설명
Awake ( ) : void

보호된 메소드들

메소드 설명
AreaOneExtraGUI ( ) : void
ButtonClicked ( int buttonIndex ) : void
GetButtonLabels ( ) : string[]
SetSlidersRange ( float &min, float &max, float &init ) : void

메소드 상세

AreaOneExtraGUI() 보호된 메소드

protected AreaOneExtraGUI ( ) : void
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ButtonClicked() 보호된 메소드

protected ButtonClicked ( int buttonIndex ) : void
buttonIndex int
리턴 void

GetButtonLabels() 보호된 메소드

protected GetButtonLabels ( ) : string[]
리턴 string[]

SetSlidersRange() 보호된 메소드

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

프로퍼티 상세

envelopeModule 공개적으로 프로퍼티

public EnvelopeModule envelopeModule
리턴 EnvelopeModule

sampleName 공개적으로 프로퍼티

public string sampleName
리턴 string