public interface PatchBasket
Modifier and Type | Method and Description |
---|---|
void |
copySelectedPatch()
Copy the selected patch.
|
void |
deleteSelectedPatch()
Delete the selected patch.
|
void |
exportPatch(File file)
Export a patch to a file.
|
List<Patch> |
getPatchCollection()
Return collection of all patches in basket.
|
Patch |
getSelectedPatch()
Get the selected patch.
|
void |
importPatch(File file)
Import a patch from a file.
|
void |
pastePatch()
Paste a patch from system clipboard or drag&drop buffer.
|
void |
pastePatch(Patch p)
Add a patch into the table of patches.
|
void |
pastePatch(Patch p,
int bankNum,
int patchNum)
Add a patch into the table of patches including bank and patch numbers.
|
void importPatch(File file) throws IOException
IOException
void exportPatch(File file) throws IOException
IOException
void deleteSelectedPatch()
void copySelectedPatch()
void pastePatch()
void pastePatch(Patch p)
void pastePatch(Patch p, int bankNum, int patchNum)
Patch getSelectedPatch()
Copyright © 2014. All Rights Reserved.