com.frinika.sequencer.gui.clipboard
Class MyClipboard
java.lang.Object
com.frinika.sequencer.gui.clipboard.MyClipboard
public class MyClipboard
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
the
public static MyClipboard the()
copy
public void copy(java.util.Collection<Selectable> list,
long selectionStartTick,
int selectionLeftColumn,
ProjectContainer srcProject)
copy
public void copy(java.util.Collection<? extends Selectable> collection,
ProjectContainer srcProject)
paste
public void paste(ProjectContainer dstProject)
- Default paste action to the sequencers tickposition and tracker column 0
paste
public void paste(long tickDest,
int selectionLeftColumn,
boolean trackerOverrideSnap,
ProjectContainer dstProject)
- Paste from the clipboard
- Parameters:
tickDest
- -
the destination tick for the start of pasteselectionLeftColumn
- -
used by tracker to determine which column to start the pasting
intotrackerOverrideSnap
- - when pasting from the tracker - snap to the row rather than the piano roll snap setting