Class: DrumTrackGroup

DrumTrackGroup(id, drum)

A DrumTrackGroup is a set of 16 (NB_TRACKS_PER_DRUM_TRACK_GROUP) DrumTracks attached to a Drum Note: I was unable to find a proper translation for the word "Seizaine" in English which is equivalent to "dozen" or "decade" but with 16.

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
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: