Package org.staccato.tools
Class ElementWithTrack
java.lang.Object
org.staccato.tools.ElementWithTrack
This class wraps an element with the track and layer in which the element appears.
For example, a Note element (like "C5") is associated with information about its channel.
Layers are frequently used for notes in the MIDI percussion track (10th track, known in Staccato as V9)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementWithTrack
-
-
Method Details
-
getTrack
public byte getTrack() -
getLayer
public byte getLayer() -
getElement
-