C# 클래스 UnityGB.VoluntaryWaveGenerator

파일 보기 프로젝트 열기: Takohi-Jona/unity-gb 1 사용 예제들

공개 메소드들

메소드 설명
Play ( byte b, int numSamples, int numChannels ) : void
SetChannel ( int chan ) : void
SetFrequency ( int gbFrequency ) : void
SetLength ( int gbLength ) : void
SetSamplePair ( int address, int value ) : void
SetSampleRate ( int sr ) : void
SetVolume ( int volume ) : void
VoluntaryWaveGenerator ( int rate ) : System.Collections
VoluntaryWaveGenerator ( int waveLength, int ampl, int duty, int chan, int rate ) : System.Collections

메소드 상세

Play() 공개 메소드

public Play ( byte b, int numSamples, int numChannels ) : void
b byte
numSamples int
numChannels int
리턴 void

SetChannel() 공개 메소드

public SetChannel ( int chan ) : void
chan int
리턴 void

SetFrequency() 공개 메소드

public SetFrequency ( int gbFrequency ) : void
gbFrequency int
리턴 void

SetLength() 공개 메소드

public SetLength ( int gbLength ) : void
gbLength int
리턴 void

SetSamplePair() 공개 메소드

public SetSamplePair ( int address, int value ) : void
address int
value int
리턴 void

SetSampleRate() 공개 메소드

public SetSampleRate ( int sr ) : void
sr int
리턴 void

SetVolume() 공개 메소드

public SetVolume ( int volume ) : void
volume int
리턴 void

VoluntaryWaveGenerator() 공개 메소드

public VoluntaryWaveGenerator ( int rate ) : System.Collections
rate int
리턴 System.Collections

VoluntaryWaveGenerator() 공개 메소드

public VoluntaryWaveGenerator ( int waveLength, int ampl, int duty, int chan, int rate ) : System.Collections
waveLength int
ampl int
duty int
chan int
rate int
리턴 System.Collections