C# Class NScumm.Core.Audio.SoftSynth.AdLibInstrument

Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Свойство Type Description
CarAttackDecay byte
CarCharacteristic byte
CarScalingOutputLevel byte
CarSustainRelease byte
CarWaveformSelect byte
Duration byte
ExtraA InstrumentExtra
ExtraB InstrumentExtra
Feedback byte
FlagsA byte
FlagsB byte
ModAttackDecay byte
ModCharacteristic byte
ModScalingOutputLevel byte
ModSustainRelease byte
ModWaveformSelect byte

Méthodes publiques

Méthode Description
AdLibInstrument ( ) : System
AdLibInstrument ( AdLibInstrument copy ) : System
AdLibInstrument ( byte data, InstrumentExtra extraA, byte flagsB, InstrumentExtra extraB, byte duration ) : System

Method Details

AdLibInstrument() public méthode

public AdLibInstrument ( ) : System
Résultat System

AdLibInstrument() public méthode

public AdLibInstrument ( AdLibInstrument copy ) : System
copy AdLibInstrument
Résultat System

AdLibInstrument() public méthode

public AdLibInstrument ( byte data, InstrumentExtra extraA, byte flagsB, InstrumentExtra extraB, byte duration ) : System
data byte
extraA InstrumentExtra
flagsB byte
extraB InstrumentExtra
duration byte
Résultat System

Property Details

CarAttackDecay public_oe property

public byte CarAttackDecay
Résultat byte

CarCharacteristic public_oe property

public byte CarCharacteristic
Résultat byte

CarScalingOutputLevel public_oe property

public byte CarScalingOutputLevel
Résultat byte

CarSustainRelease public_oe property

public byte CarSustainRelease
Résultat byte

CarWaveformSelect public_oe property

public byte CarWaveformSelect
Résultat byte

Duration public_oe property

public byte Duration
Résultat byte

ExtraA public_oe property

public InstrumentExtra,NScumm.Core.Audio.SoftSynth ExtraA
Résultat InstrumentExtra

ExtraB public_oe property

public InstrumentExtra,NScumm.Core.Audio.SoftSynth ExtraB
Résultat InstrumentExtra

Feedback public_oe property

public byte Feedback
Résultat byte

FlagsA public_oe property

public byte FlagsA
Résultat byte

FlagsB public_oe property

public byte FlagsB
Résultat byte

ModAttackDecay public_oe property

public byte ModAttackDecay
Résultat byte

ModCharacteristic public_oe property

public byte ModCharacteristic
Résultat byte

ModScalingOutputLevel public_oe property

public byte ModScalingOutputLevel
Résultat byte

ModSustainRelease public_oe property

public byte ModSustainRelease
Résultat byte

ModWaveformSelect public_oe property

public byte ModWaveformSelect
Résultat byte