C# 클래스 NoteOff, coderelay-audio

상속: NoteEvent
파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio 1 사용 예제들

공개 메소드들

메소드 설명
NoteOff ( long timestamp, int note )
Trigger ( BaseIntrument, instrument ) : void

메소드 상세

NoteOff() 공개 메소드

public NoteOff ( long timestamp, int note )
timestamp long
note int

Trigger() 공개 메소드

public Trigger ( BaseIntrument, instrument ) : void
instrument BaseIntrument,
리턴 void