Class ElementWithTrack

java.lang.Object
org.staccato.tools.ElementWithTrack

public class ElementWithTrack extends 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 Details

    • ElementWithTrack

      public ElementWithTrack(byte track, byte layer, String element)
  • Method Details

    • getTrack

      public byte getTrack()
    • getLayer

      public byte getLayer()
    • getElement

      public String getElement()