Click or drag to resize
ParallelMusicCollection Constructor (MusicObject)
Creates a new instance of the ParallelMusicObject class, containing a number of MusicObjects. Should have at least 1 parameter.

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

Parameters

children
Type: MidiGremlinMusicObject
A number of MusicObjects. These will start playing at the same time.
See Also