Interface ChordProvider

  • All Known Implementing Classes:
    NoteSubparser

    public interface ChordProvider
    This interface must be implemented by the parser responsible for Staccato strings
    • Method Detail

      • createChord

        Chord createChord​(java.lang.String chordString)