C# Class Commons.Music.Sf2Xrni.SF2Extension

Afficher le fichier Open project: atsushieno/sf2xrni

Méthodes publiques

Méthode 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 méthode

public static Instrument ( this zone ) : NAudio.SoundFont.Instrument
zone this
Résultat NAudio.SoundFont.Instrument

KeyRange() public static méthode

public static KeyRange ( this zone ) : ushort
zone this
Résultat ushort

OverridingRootKey() public static méthode

public static OverridingRootKey ( this zone ) : byte
zone this
Résultat byte

SampleHeader() public static méthode

public static SampleHeader ( this zone ) : NAudio.SoundFont.SampleHeader
zone this
Résultat NAudio.SoundFont.SampleHeader

SampleModes() public static méthode

public static SampleModes ( this zone ) : int
zone this
Résultat int

SelectByGenerator() public static méthode

public static SelectByGenerator ( this zone, GeneratorEnum type ) : NAudio.SoundFont.Generator
zone this
type GeneratorEnum
Résultat NAudio.SoundFont.Generator

VelocityRange() public static méthode

public static VelocityRange ( this zone ) : ushort
zone this
Résultat ushort