com.frinika.sequencer.patchname
Class PatchNameMap

java.lang.Object
  extended by com.frinika.sequencer.patchname.PatchNameMap
All Implemented Interfaces:
java.io.Serializable

public class PatchNameMap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PatchNameMap(java.io.InputStream str)
           
PatchNameMap(javax.sound.midi.Synthesizer synthesizer, int channel)
           
 
Method Summary
 java.util.Vector<Node> getList()
           
 java.util.List<MyPatch> getPatchesWithNamesLike(java.lang.String name)
          Find patches which contain the substring name
static void main(java.lang.String args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchNameMap

public PatchNameMap(java.io.InputStream str)
             throws java.lang.Exception
Throws:
java.lang.Exception

PatchNameMap

public PatchNameMap(javax.sound.midi.Synthesizer synthesizer,
                    int channel)
Method Detail

getPatchesWithNamesLike

public java.util.List<MyPatch> getPatchesWithNamesLike(java.lang.String name)
Find patches which contain the substring name

Parameters:
name -
Returns:

getList

public java.util.Vector<Node> getList()

main

public static void main(java.lang.String args)
                 throws java.io.FileNotFoundException,
                        java.lang.Exception
Throws:
java.io.FileNotFoundException
java.lang.Exception