C# 클래스 NoteOn, coderelay-audio

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

공개 메소드들

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

메소드 상세

NoteOn() 공개 메소드

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

Trigger() 공개 메소드

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