com.frinika.sequencer.model.tools
Class Tools

java.lang.Object
  extended by com.frinika.sequencer.model.tools.Tools

public class Tools
extends java.lang.Object


Constructor Summary
Tools()
           
 
Method Summary
static java.util.Vector<MidiPart> splitParts(java.util.Vector<MidiPart> selected, long ticksPerBeat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

splitParts

public static java.util.Vector<MidiPart> splitParts(java.util.Vector<MidiPart> selected,
                                                    long ticksPerBeat)