Class JSynInstrumentLibraryChooser

java.lang.Object
com.softsynth.jmsl.jsyn2.instruments.JSynInstrumentLibraryChooser
All Implemented Interfaces:
com.jsyn.swing.PresetSelectionListener

public class JSynInstrumentLibraryChooser
extends java.lang.Object
implements com.jsyn.swing.PresetSelectionListener
  • Constructor Summary

    Constructors
    Constructor Description
    JSynInstrumentLibraryChooser()  
  • Method Summary

    Modifier and Type Method Description
    int getSelectedPresetIndex()  
    com.jsyn.util.VoiceDescription getSelectedVoiceDescription()  
    static void main​(java.lang.String[] args)  
    void presetSelected​(com.jsyn.util.VoiceDescription voiceDescription, int presetIndex)  
    boolean show()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JSynInstrumentLibraryChooser

      public JSynInstrumentLibraryChooser()
  • Method Details

    • getSelectedVoiceDescription

      public com.jsyn.util.VoiceDescription getSelectedVoiceDescription()
    • getSelectedPresetIndex

      public int getSelectedPresetIndex()
    • show

      public boolean show()
    • presetSelected

      public void presetSelected​(com.jsyn.util.VoiceDescription voiceDescription, int presetIndex)
      Specified by:
      presetSelected in interface com.jsyn.swing.PresetSelectionListener
    • main

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