Click or drag to resize
ParallelMusicCollection Constructor (IEnumerableMusicObject)
Creates a new instance of the ParallelMusicObject class, containing a number of MusicObjects.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ParallelMusicCollection(
	IEnumerable<MusicObject> children
)

Parameters

children
Type: System.Collections.GenericIEnumerableMusicObject
Any number of MusicObjects. These will start playing at the same time.
See Also