summaryrefslogtreecommitdiff
path: root/muse2/muse/functions.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-11-21 18:02:02 +0000
committerFlorian Jung <flo@windfisch.org>2011-11-21 18:02:02 +0000
commit42126f3b398802eb24c8d9acd2591ef4dbe7257d (patch)
tree8701d4248cdb67f3498f135075f95f02f071cda8 /muse2/muse/functions.h
parent18b937ad500199bc872b61c6d4df418e927a02a4 (diff)
added feature: super-glue
Diffstat (limited to 'muse2/muse/functions.h')
-rw-r--r--muse2/muse/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h
index 2cf9c245..c81dd2bc 100644
--- a/muse2/muse/functions.h
+++ b/muse2/muse/functions.h
@@ -102,6 +102,8 @@ void shrink_parts(int raster=-1); //negative values mean "config.division"
void expand_parts(int raster=-1);
void schedule_resize_all_same_len_clone_parts(Part* part, unsigned new_len, Undo& operations);
void clean_parts();
+bool merge_selected_parts();
+bool merge_parts(const std::set<Part*>& parts);
} // namespace MusECore