Click or drag to resize
SequentialMusicList Constructor (MusicObject)
Creates a new instance of the SequentialMusicList class containg a number of MusicObjects. Give it at least 1 parameter

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SequentialMusicList(
	params MusicObject[] children
)

Parameters

children
Type: MidiGremlinMusicObject
A number of MusicObjects.
See Also