 | ParallelMusicCollection Constructor (MusicObject) |
Creates a new instance of the ParallelMusicObject class, containing a number of MusicObjects.
Should have at least 1 parameter.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ParallelMusicCollection(
params MusicObject[] children
)
Public Sub New (
ParamArray children As MusicObject()
)
public:
ParallelMusicCollection(
... array<MusicObject^>^ children
)
new :
children : MusicObject[] -> ParallelMusicCollection
Parameters
- children
- Type: MidiGremlinMusicObject
A number of MusicObjects. These will start playing at the same time.
See Also