org.jfugue
Interface JFugueElement

All Known Implementing Classes:
ChannelPressure, Controller, Instrument, KeySignature, Layer, Measure, Note, PitchBend, PolyphonicPressure, Tempo, Time, Voice

public interface JFugueElement

This is the base class for the JFugue elements, including Voice, Instrument, Note, Controller, and Tempo. It requires that elements be able to return a Music String representation of their settings.

Version:
2.0
Author:
David Koelle

Method Summary
 java.lang.String getMusicString()
          Returns the Music String representing this element and all of its settings.
 

Method Detail

getMusicString

java.lang.String getMusicString()
Returns the Music String representing this element and all of its settings.

Returns:
the Music String for this element