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

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

공개 메소드들

메소드 설명
Instrument ( this zone ) : NAudio.SoundFont.Instrument
KeyRange ( this zone ) : ushort
OverridingRootKey ( this zone ) : byte
SampleHeader ( this zone ) : NAudio.SoundFont.SampleHeader
SampleModes ( this zone ) : int
SelectByGenerator ( this zone, GeneratorEnum type ) : NAudio.SoundFont.Generator
VelocityRange ( this zone ) : ushort

메소드 상세

Instrument() 공개 정적인 메소드

public static Instrument ( this zone ) : NAudio.SoundFont.Instrument
zone this
리턴 NAudio.SoundFont.Instrument

KeyRange() 공개 정적인 메소드

public static KeyRange ( this zone ) : ushort
zone this
리턴 ushort

OverridingRootKey() 공개 정적인 메소드

public static OverridingRootKey ( this zone ) : byte
zone this
리턴 byte

SampleHeader() 공개 정적인 메소드

public static SampleHeader ( this zone ) : NAudio.SoundFont.SampleHeader
zone this
리턴 NAudio.SoundFont.SampleHeader

SampleModes() 공개 정적인 메소드

public static SampleModes ( this zone ) : int
zone this
리턴 int

SelectByGenerator() 공개 정적인 메소드

public static SelectByGenerator ( this zone, GeneratorEnum type ) : NAudio.SoundFont.Generator
zone this
type GeneratorEnum
리턴 NAudio.SoundFont.Generator

VelocityRange() 공개 정적인 메소드

public static VelocityRange ( this zone ) : ushort
zone this
리턴 ushort