Interface ChordProvider

All Known Implementing Classes:
NoteSubparser

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

    Modifier and Type
    Method
    Description
    createChord(String chordString)
     
  • Method Details