Class SampleInstrumentMapperPanel

java.lang.Object
com.softsynth.jmsl.view.PVPanelAdapter
com.softsynth.jmsl.jsyn2.SampleInstrumentMapperPanel
All Implemented Interfaces:
PVComponent, PVPanel, java.awt.event.ActionListener, java.util.EventListener

public class SampleInstrumentMapperPanel
extends PVPanelAdapter
implements java.awt.event.ActionListener
Provide a Panel to map soundfiles on to pitches. Pass it a new SamplePlayingInstrument Revised for JSyn2 Sept 30, 2018
Author:
Nick Didkovsky, email: nick@didkovsky.com, (c) 2003 Nick Didkovsky, all rights reserved.
  • Constructor Details

    • SampleInstrumentMapperPanel

      public SampleInstrumentMapperPanel​(java.awt.Window parentWindow, SamplePlayingInstrument ins) throws javax.sound.sampled.UnsupportedAudioFileException
      Throws:
      javax.sound.sampled.UnsupportedAudioFileException
  • Method Details

    • getInsName

      public java.lang.String getInsName()
    • actionPerformed

      public void actionPerformed​(java.awt.event.ActionEvent e)
      Specified by:
      actionPerformed in interface java.awt.event.ActionListener
    • term

      public void term()
      Delete osc and LineOut
    • main

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