Uses of Interface
com.didkovsky.portview.PVScrollbarListener
Package | Description |
---|---|
com.didkovsky.portview | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.util | |
com.softsynth.jmsl.score.view | |
com.softsynth.jmsl.view | |
jmslexamples | |
jmslexamples.jsyn2 |
-
Uses of PVScrollbarListener in com.didkovsky.portview
Methods in com.didkovsky.portview with parameters of type PVScrollbarListener Modifier and Type Method Description void
PVScrollbar. addPVScrollbarListener(PVScrollbarListener listener)
void
PVScrollbar. removePVScrollbarListener(PVScrollbarListener listener)
-
Uses of PVScrollbarListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement PVScrollbarListener Modifier and Type Class Description class
ScoreControlPanel
ScoreControlPanel
Control zoom and measure #
JMSL Notation Project -
Uses of PVScrollbarListener in com.softsynth.jmsl.score.util
Classes in com.softsynth.jmsl.score.util that implement PVScrollbarListener Modifier and Type Class Description class
ScoreRenderDelayFrame
Set render delay > 0 if inserting a note by hand sometime fails to redraw. -
Uses of PVScrollbarListener in com.softsynth.jmsl.score.view
Classes in com.softsynth.jmsl.score.view that implement PVScrollbarListener Modifier and Type Class Description class
JustifierBaseControlFrame
O -
Uses of PVScrollbarListener in com.softsynth.jmsl.view
Classes in com.softsynth.jmsl.view that implement PVScrollbarListener Modifier and Type Class Description class
DimValueEditPanel
Panel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkboxclass
JMSLClockAdvanceFrame
A Frame with a scrollbar to let user set JMSL.clock.advanceclass
PanAmpPanel
-
Uses of PVScrollbarListener in jmslexamples
Classes in jmslexamples that implement PVScrollbarListener Modifier and Type Class Description class
NicksDreamMIDI
Control the JMSL clock rate for a ParallelCollection of MusicShapes by moving a scrollbar.class
TestPortViewScrollbar
The com.didkovsky.portview scrollbar can be either awt or Swing compatible depending on the ViewFactory -
Uses of PVScrollbarListener in jmslexamples.jsyn2
Classes in jmslexamples.jsyn2 that implement PVScrollbarListener Modifier and Type Class Description class
NicksDream
Demonstrates why setTimeStretch() is *NOT* the way to smoothly speed up and slow down a collection's playback! See NicksDreamClock to see the right way to do this! Control the timestretch of a ParallelCollection of MusicShapes by moving a scrollbar.class
NicksDreamClock
class
NicksDreamScore
class
Speedy
Control the playback speed of a ParallelCollection of MusicJobs that play JSyn Instruments using timeStretch
Also shows how to manage data as frequencies and use com.softsynth.jmsl.util.FrequencyToPitchTranslator to convert to pitch right before handing double[] to Instrument which expect pitch new Version 12/11/10 uses JSyn2 Uses JMSL.clock.setRate() to smoothly change playback duration