|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Fields | |
|---|---|
| abc.midi.MidiMessageType.NOTATION_MARKER
use NOTE_INDEX_MARKER |
|
| Deprecated Methods | |
|---|---|
| abc.notation.NoteAbstract.getDotted()
replaced by countDots() |
|
| abc.notation.Note.getHeigth()
use getHeight() instead. Sorry for the typo.... |
|
| abc.notation.Tuplet.getTotalRelativeLength()
use totalDuration() instead. Reference to relative length should be avoided in the API bacause this is only related to the "abc world". |
|
| abc.parser.AbcFileParser.parseFileHeaders(BufferedReader)
|
|
| abc.parser.AbcFileParser.parseFileHeaders(File)
|
|
| abc.midi.TunePlayerListenerInterface.partPlayed(int, int)
use notePlayed() instead. |
|
| abc.notation.Note.setHeigth(byte)
use setHeight(byte heigthValue) instead. sorry for the typo... |
|
| abc.notation.Note.setLength(short)
use setDuration(short duration) instead. |
|
| abc.notation.Note.toRootOctaveHeigth()
use getStrictHeight() instead |
|
| Deprecated Constructors | |
|---|---|
| abc.parser.TuneBook(BufferedReader)
use TuneBook(Reader) instead. |
|
| abc.parser.TuneBook(BufferedReader, AbcFileParserListenerInterface)
use TuneBook(Reader, AbcFileParserListenerInterface) instead. |
|
|
abc4j API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||