C# 클래스 Commons.Music.Sf2Xrni.Sf2Xrni.SampleMap

파일 보기 프로젝트 열기: atsushieno/sf2xrni

공개 프로퍼티들

프로퍼티 타입 설명
KeyRange ushort
Sample NRenoiseTools.InstrumentSample
SampleHeader NAudio.SoundFont.SampleHeader
VelocityRange ushort

공개 메소드들

메소드 설명
SampleMap ( ushort keyRange, ushort velocityRange, NRenoiseTools.InstrumentSample sample, NAudio.SoundFont.SampleHeader sh ) : System

메소드 상세

SampleMap() 공개 메소드

public SampleMap ( ushort keyRange, ushort velocityRange, NRenoiseTools.InstrumentSample sample, NAudio.SoundFont.SampleHeader sh ) : System
keyRange ushort
velocityRange ushort
sample NRenoiseTools.InstrumentSample
sh NAudio.SoundFont.SampleHeader
리턴 System

프로퍼티 상세

KeyRange 공개적으로 프로퍼티

public ushort KeyRange
리턴 ushort

Sample 공개적으로 프로퍼티

public InstrumentSample,NRenoiseTools Sample
리턴 NRenoiseTools.InstrumentSample

SampleHeader 공개적으로 프로퍼티

public SampleHeader,NAudio.SoundFont SampleHeader
리턴 NAudio.SoundFont.SampleHeader

VelocityRange 공개적으로 프로퍼티

public ushort VelocityRange
리턴 ushort