Package com.softsynth.jmsl.view
Class MidiInitPanel
java.lang.Object
com.softsynth.jmsl.view.PVPanelAdapter
com.softsynth.jmsl.view.MidiInitPanel
- All Implemented Interfaces:
PVComponent
,PVPanel
,java.awt.event.ActionListener
,java.awt.event.ItemListener
,java.util.EventListener
public class MidiInitPanel extends PVPanelAdapter implements java.awt.event.ActionListener, java.awt.event.ItemListener
Panel that allows user to select Midi input and output devices
- Author:
- Nick Didkovsky and Phil Burk
(C) 1997 Nick Didkovsky and Phil Burk, All Rights Reserved
JMSL is based upon HMSL (C) Phil Burk, Larry Polansky and David Rosenboom.
-
Constructor Summary
Constructors Constructor Description MidiInitPanel()
-
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
cleanup()
Remove the midi listener used by this panel from its midi parser.void
itemStateChanged(java.awt.event.ItemEvent e)
static void
main(java.lang.String[] args)
void
stopPlayback()
Methods inherited from class com.softsynth.jmsl.view.PVPanelAdapter
add, add, addKeyListener, equals, getBackground, getBounds, getComponent, getFont, getLocation, getParent, hashCode, isEnabled, remove, removeAll, removeKeyListener, setBackground, setEnabled, setFont, setLayout, setLocation, setVisible, toString, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MidiInitPanel
public MidiInitPanel()
-
-
Method Details
-
itemStateChanged
public void itemStateChanged(java.awt.event.ItemEvent e)- Specified by:
itemStateChanged
in interfacejava.awt.event.ItemListener
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
cleanup
public void cleanup()Remove the midi listener used by this panel from its midi parser. Remove its parser from JMSL.midi -
main
public static void main(java.lang.String[] args) -
stopPlayback
public void stopPlayback()
-