C# 클래스 Testbed.Note

파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundPlugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Pitch int
Velocity int

공개 메소드들

메소드 설명
Note ( int pitch, int velocity ) : System

메소드 상세

Note() 공개 메소드

public Note ( int pitch, int velocity ) : System
pitch int
velocity int
리턴 System

프로퍼티 상세

Pitch 공개적으로 프로퍼티

public int Pitch
리턴 int

Velocity 공개적으로 프로퍼티

public int Velocity
리턴 int