Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElementWithTrack

        public ElementWithTrack​(byte track,
                                byte layer,
                                java.lang.String element)
    • Method Detail

      • getTrack

        public byte getTrack()
      • getLayer

        public byte getLayer()
      • getElement

        public java.lang.String getElement()