Uses of Interface
com.softsynth.jmsl.STDOutFunction
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.score.max | |
com.softsynth.jmsl.view | |
jmsltutorial |
-
Uses of STDOutFunction in com.softsynth.jmsl
Classes in com.softsynth.jmsl that implement STDOutFunction Modifier and Type Class Description class
DefaultSTDOut
Sent output to System.outFields in com.softsynth.jmsl declared as STDOutFunction Modifier and Type Field Description static STDOutFunction
JMSL. err
static STDOutFunction
JMSL. out
Methods in com.softsynth.jmsl with parameters of type STDOutFunction Modifier and Type Method Description static void
JMSL. setERROut(STDOutFunction fn)
vector JMSL.err printing to a custom functionstatic void
JMSL. setSTDOut(STDOutFunction fn)
vector JMSL.out printing to a custom function -
Uses of STDOutFunction in com.softsynth.jmsl.score.max
Classes in com.softsynth.jmsl.score.max that implement STDOutFunction Modifier and Type Class Description class
JMSLMaxNotate
JMSL/Max Transcriber demo. -
Uses of STDOutFunction in com.softsynth.jmsl.view
Classes in com.softsynth.jmsl.view that implement STDOutFunction Modifier and Type Class Description class
TextAreaOut
Useful STDOut for JMSL printing in Applets -
Uses of STDOutFunction in jmsltutorial
Classes in jmsltutorial that implement STDOutFunction Modifier and Type Class Description class
TextAreaSTDOut
Useful STDOut for JMSL printing to a TextArea