Class: DrumTrack

DrumTrack(id, trackGroup)

A DrumTrack is a set of NB_BLOCKS_PER_DRUM_TRACK DrumBlock that is part of a DrumTrackGroup

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: