Uses of Interface
com.softsynth.jmsl.score.transcribe.TranscriberListener
Package | Description |
---|---|
com.softsynth.jmsl.score.transcribe | |
jmsltestsuite | |
jmsltutorial |
-
Uses of TranscriberListener in com.softsynth.jmsl.score.transcribe
Methods in com.softsynth.jmsl.score.transcribe with parameters of type TranscriberListener Modifier and Type Method Description void
Transcriber. addTranscriberListener(TranscriberListener t)
void
Transcriber. removeTranscriberListener(TranscriberListener t)
-
Uses of TranscriberListener in jmsltestsuite
Classes in jmsltestsuite that implement TranscriberListener Modifier and Type Class Description class
TranscribeScore8
TranscriberListener gets a callback for every note added to a Score during the transcription process. -
Uses of TranscriberListener in jmsltutorial
Classes in jmsltutorial that implement TranscriberListener Modifier and Type Class Description class
TranscribeToot06
Demonstrates use of TranscriberListener interface to compute properties of Notes as they are being transcribed.