Class JMSLInstrumentLibrary
java.lang.Object
com.softsynth.jmsl.jsyn2.instruments.JMSLInstrumentLibrary
- All Implemented Interfaces:
com.jsyn.util.InstrumentLibrary
public class JMSLInstrumentLibrary
extends java.lang.Object
implements com.jsyn.util.InstrumentLibrary
-
Constructor Summary
Constructors Constructor Description JMSLInstrumentLibrary()
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
com.jsyn.util.VoiceDescription[]
getVoiceDescriptions()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JMSLInstrumentLibrary
public JMSLInstrumentLibrary()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfacecom.jsyn.util.InstrumentLibrary
-
getVoiceDescriptions
public com.jsyn.util.VoiceDescription[] getVoiceDescriptions()- Specified by:
getVoiceDescriptions
in interfacecom.jsyn.util.InstrumentLibrary
-