Package com.softsynth.jmsl.jsyn
Class SampleInstrumentMapperPanel
java.lang.Object
com.softsynth.jmsl.view.PVPanelAdapter
com.softsynth.jmsl.jsyn.SampleInstrumentMapperPanel
- All Implemented Interfaces:
PVComponent
,PVPanel
,java.awt.event.ActionListener
,java.util.EventListener
public class SampleInstrumentMapperPanel extends PVPanelAdapter implements java.awt.event.ActionListener
Deprecated.
use the pure Java JSyn2 package instead
Provide a Panel to map soundfiles on to pitches. Pass it a new
SimpleSamplePlayingInstrument or any subclass
TransposingSamplePlayingInstrument, TransposingSampleSustainingInstrument.
- Author:
- Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
-
Constructor Summary
Constructors Constructor Description SampleInstrumentMapperPanel(java.awt.Window parentWindow, SimpleSamplePlayingInstrument ins)
Deprecated. -
Method Summary
Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Deprecated.java.lang.String
getInsName()
Deprecated.static void
main(java.lang.String[] args)
Deprecated.void
term()
Deprecated.Delete osc and LineOutMethods 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
-
SampleInstrumentMapperPanel
public SampleInstrumentMapperPanel(java.awt.Window parentWindow, SimpleSamplePlayingInstrument ins)Deprecated.
-
-
Method Details
-
getInsName
public java.lang.String getInsName()Deprecated. -
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)Deprecated.- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
term
public void term()Deprecated.Delete osc and LineOut -
main
public static void main(java.lang.String[] args)Deprecated.
-