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 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 interface java.awt.event.ActionListener
    • term

      public void term()
      Deprecated.
      Delete osc and LineOut
    • main

      public static void main​(java.lang.String[] args)
      Deprecated.