C# Class Commons.Music.Sf2Xrni.SF2Extension

Mostrar archivo Open project: atsushieno/sf2xrni

Public Methods

Method Description
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

Method Details

Instrument() public static method

public static Instrument ( this zone ) : NAudio.SoundFont.Instrument
zone this
return NAudio.SoundFont.Instrument

KeyRange() public static method

public static KeyRange ( this zone ) : ushort
zone this
return ushort

OverridingRootKey() public static method

public static OverridingRootKey ( this zone ) : byte
zone this
return byte

SampleHeader() public static method

public static SampleHeader ( this zone ) : NAudio.SoundFont.SampleHeader
zone this
return NAudio.SoundFont.SampleHeader

SampleModes() public static method

public static SampleModes ( this zone ) : int
zone this
return int

SelectByGenerator() public static method

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

VelocityRange() public static method

public static VelocityRange ( this zone ) : ushort
zone this
return ushort