C# 클래스 NScumm.Core.Audio.SoftSynth.AdLibInstrument

파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AdLibInstrument ( ) : System
AdLibInstrument ( AdLibInstrument copy ) : System
AdLibInstrument ( byte data, InstrumentExtra extraA, byte flagsB, InstrumentExtra extraB, byte duration ) : System

메소드 상세

AdLibInstrument() 공개 메소드

public AdLibInstrument ( ) : System
리턴 System

AdLibInstrument() 공개 메소드

public AdLibInstrument ( AdLibInstrument copy ) : System
copy AdLibInstrument
리턴 System

AdLibInstrument() 공개 메소드

public AdLibInstrument ( byte data, InstrumentExtra extraA, byte flagsB, InstrumentExtra extraB, byte duration ) : System
data byte
extraA InstrumentExtra
flagsB byte
extraB InstrumentExtra
duration byte
리턴 System

프로퍼티 상세

CarAttackDecay 공개적으로 프로퍼티

public byte CarAttackDecay
리턴 byte

CarCharacteristic 공개적으로 프로퍼티

public byte CarCharacteristic
리턴 byte

CarScalingOutputLevel 공개적으로 프로퍼티

public byte CarScalingOutputLevel
리턴 byte

CarSustainRelease 공개적으로 프로퍼티

public byte CarSustainRelease
리턴 byte

CarWaveformSelect 공개적으로 프로퍼티

public byte CarWaveformSelect
리턴 byte

Duration 공개적으로 프로퍼티

public byte Duration
리턴 byte

ExtraA 공개적으로 프로퍼티

public InstrumentExtra,NScumm.Core.Audio.SoftSynth ExtraA
리턴 InstrumentExtra

ExtraB 공개적으로 프로퍼티

public InstrumentExtra,NScumm.Core.Audio.SoftSynth ExtraB
리턴 InstrumentExtra

Feedback 공개적으로 프로퍼티

public byte Feedback
리턴 byte

FlagsA 공개적으로 프로퍼티

public byte FlagsA
리턴 byte

FlagsB 공개적으로 프로퍼티

public byte FlagsB
리턴 byte

ModAttackDecay 공개적으로 프로퍼티

public byte ModAttackDecay
리턴 byte

ModCharacteristic 공개적으로 프로퍼티

public byte ModCharacteristic
리턴 byte

ModScalingOutputLevel 공개적으로 프로퍼티

public byte ModScalingOutputLevel
리턴 byte

ModSustainRelease 공개적으로 프로퍼티

public byte ModSustainRelease
리턴 byte

ModWaveformSelect 공개적으로 프로퍼티

public byte ModWaveformSelect
리턴 byte