Package org.staccato.tools
Class ElementWithTrack
- java.lang.Object
-
- org.staccato.tools.ElementWithTrack
-
public class ElementWithTrack extends java.lang.Object
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 Constructor Description ElementWithTrack(byte track, byte layer, java.lang.String element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElement()
byte
getLayer()
byte
getTrack()
-