Constructor
new DrumTrackGroup(id, drum)
constructs a new instance of DrumTrackGroup
Parameters:
Name | Type | Description |
---|---|---|
id |
the id for this DrumTrackGroup | |
drum |
the Drum to which this track group belongs |
Methods
setContent(hexCode)
Set the Word's content with hex values
Parameters:
Name | Type | Description |
---|---|---|
hexCode |
a String that represents the new hex values of this Word |