C# Class NScumm.Core.Audio.SoftSynth.AdlibMidiDriver.AdLibSetParams

Show file Open project: scemino/nscumm

Public Properties

Property Type Description
Inversion byte
Mask byte
RegisterBase byte
Shift byte

Public Methods

Method Description
AdLibSetParams ( byte data ) : System

Method Details

AdLibSetParams() public method

public AdLibSetParams ( byte data ) : System
data byte
return System

Property Details

Inversion public property

public byte Inversion
return byte

Mask public property

public byte Mask
return byte

RegisterBase public property

public byte RegisterBase
return byte

Shift public property

public byte Shift
return byte