com.softsynth.jmsl.view
Class MidiInitPanel

java.lang.Object
  extended by com.softsynth.jmsl.view.PVPanelAdapter
      extended by 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
MidiInitPanel()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.softsynth.jmsl.view.PVPanelAdapter
add, add, addKeyListener, equals, getBackground, getBounds, getComponent, getFont, 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 Detail

MidiInitPanel

public MidiInitPanel()
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.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)