Constructor
new DrumTrack(id, trackGroup)
constructs a new instance of DrumTrack
Parameters:
| Name | Type | Description |
|---|---|---|
id |
the ID of this Track | |
trackGroup |
the TrackGroup to which this track belongs |
- Source:
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 |
- Source: