Uses of Interface
com.didkovsky.portview.PVPanel
-
Uses of PVPanel in com.didkovsky.portview
Methods in com.didkovsky.portview that return PVPanel Modifier and Type Method Description PVPanel
ViewFactory. createPanel()
-
Uses of PVPanel in com.didkovsky.portview.awt
Classes in com.didkovsky.portview.awt that implement PVPanel Modifier and Type Class Description class
PVPanelAWT
Methods in com.didkovsky.portview.awt that return PVPanel Modifier and Type Method Description PVPanel
ViewFactoryAWT. createPanel()
-
Uses of PVPanel in com.didkovsky.portview.swing
Classes in com.didkovsky.portview.swing that implement PVPanel Modifier and Type Class Description class
PVPanelSwing
Methods in com.didkovsky.portview.swing that return PVPanel Modifier and Type Method Description PVPanel
ViewFactorySwing. createPanel()
-
Uses of PVPanel in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement PVPanel Modifier and Type Class Description class
PVUsageDisplay
Deprecated.use the pure Java JSyn2 package insteadclass
SampleInstrumentKeyMapPanel
Deprecated.use the pure Java JSyn2 package insteadclass
SampleInstrumentMapperPanel
Deprecated.use the pure Java JSyn2 package insteadclass
WAVRecorderPanel
Deprecated.use the pure Java JSyn2 package instead -
Uses of PVPanel in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement PVPanel Modifier and Type Class Description class
JSynUsagePanel
JSyn UsageDisplay panel that is both Swing and AWT compatible.class
SampleInstrumentKeyMapPanel
Panel that provides a sample browser button, and tone generator mapped to a pitch and a tuning, and a button to sound the sample revised for JSyn2 Sept 30, 2018class
SampleInstrumentMapperPanel
Provide a Panel to map soundfiles on to pitches.class
WAVRecorderPanel
JSyn2 GUI for WAV recorder. -
Uses of PVPanel in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement PVPanel Modifier and Type Class Description class
ScoreControlPanel
ScoreControlPanel
Control zoom and measure #
JMSL Notation Projectclass
ScoreEditPanel
ScoreEditPanel
GUI Interface for edit functions
JMSL Notation Project -
Uses of PVPanel in com.softsynth.jmsl.score.view
Classes in com.softsynth.jmsl.score.view that implement PVPanel Modifier and Type Class Description class
ScoreMusicShapeEditor
Subclass of MusicShapeEditor that can pull in selected Notes from a Score and transcribe the MusicShape back out to the score -
Uses of PVPanel in com.softsynth.jmsl.view
Classes in com.softsynth.jmsl.view that implement PVPanel Modifier and Type Class Description class
DimensionNameSpaceValuesEditorPanel
class
DimValueEditPanel
Panel containing a label for Dimension name and index, scrollbar, textField for value, and edit checkboxclass
MidiInitPanel
Panel that allows user to select Midi input and output devicesclass
MusicShapeEditor
View MusicShapes and manipulate their data with the mouse.class
PanAmpPanel
class
PatchEditorPanel
Editor Panel for patches.class
PVPanelAdapter
Methods in com.softsynth.jmsl.view that return PVPanel Modifier and Type Method Description PVPanel
MusicShapeEditor. getUserPanel()
This is an empty PVPanel which is at the very bottom of the layout, below the musicshape and dimension choices. -
Uses of PVPanel in jmslexamples
Classes in jmslexamples that implement PVPanel Modifier and Type Class Description class
KeyboardInstrumentPlayer
Play an Instrument by typing in a TextArea. -
Uses of PVPanel in jmslexamples.jsyn2
Methods in jmslexamples.jsyn2 that return PVPanel Modifier and Type Method Description PVPanel
Nancarrow. getPanel()
-
Uses of PVPanel in jmsltestsuite