Uses of Interface
com.softsynth.jmsl.view.JMSLScrollbarProcessor
Package | Description |
---|---|
com.softsynth.jmsl.view | |
jmslexamples | |
jmslexamples.jsyn2 | |
jmsltutorial |
-
Uses of JMSLScrollbarProcessor in com.softsynth.jmsl.view
Constructors in com.softsynth.jmsl.view with parameters of type JMSLScrollbarProcessor Constructor Description JMSLScrollbar(JMSLScrollbarProcessor par, int v, int min, int max)
Constructor with parent who will receive notification of value change, initial value, min value, max value. -
Uses of JMSLScrollbarProcessor in jmslexamples
Classes in jmslexamples that implement JMSLScrollbarProcessor Modifier and Type Class Description class
EventDistributionsDemo
Nick Didkovsky Sept.class
ParallelMidiShapesExample
Control the speed of a ParallelCollection.class
TestJMSLScrollbar
awt's Scrollbar is weird - unreliable behavior... -
Uses of JMSLScrollbarProcessor in jmslexamples.jsyn2
Classes in jmslexamples.jsyn2 that implement JMSLScrollbarProcessor Modifier and Type Class Description class
ChangeActiveVoices
For Cindy Bui.class
EventDistributionsJSynDemo
Launch a MusicJob whose performance density is generated by a Myhill Distribution.class
EventDistributionsJSynDemoWithScore
Launch a MusicJob whose performance density is generated by a Myhill Distribution. -
Uses of JMSLScrollbarProcessor in jmsltutorial
Classes in jmsltutorial that implement JMSLScrollbarProcessor Modifier and Type Class Description class
FMSpectrumApplet
class
PlayLurkerToot01
Play a melody with a MusicShape while a PlayLurker is notified of every element played.class
WeightedObjectToot
Plays a SequentialCollection which has a WeightedObjectChooser as its Behavior.