C# Class MOTHER3.Song

Inheritance: M3Rom
Datei anzeigen Open project: jeffman/MOTHER-3-Funland

Public Properties

Property Type Description
EchoFeedback bool
EchoFeedbackValue int
InstrumentPointer int
Priority int
TrackPointers int[]
Tracks int

Public Methods

Method Description
Song ( int address ) : System

Method Details

Song() public method

public Song ( int address ) : System
address int
return System

Property Details

EchoFeedback public_oe property

public bool EchoFeedback
return bool

EchoFeedbackValue public_oe property

public int EchoFeedbackValue
return int

InstrumentPointer public_oe property

public int InstrumentPointer
return int

Priority public_oe property

public int Priority
return int

TrackPointers public_oe property

public int[] TrackPointers
return int[]

Tracks public_oe property

public int Tracks
return int