Click or drag to resize
InstrumentPlay Method (MusicObject)
Plays the MusicObject using this instrument.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Play(
	MusicObject music
)

Parameters

music
Type: MidiGremlinMusicObject
The music that the user wants played
See Also