summaryrefslogtreecommitdiff
path: root/muse2/muse/functions.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-22 14:11:41 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-22 14:11:41 +0000
commitc3d2b8170870d7c0025d902b675fac417019aa7b (patch)
tree54df193cb5103e5960d118cf1f2bdf725fc811cf /muse2/muse/functions.h
parent0ec95d49a1cdf886fc44f98f68adc703ca65b3ee (diff)
"don't quantize len" is now respected
quantize in the drum editor automatically doesn't quantize len
Diffstat (limited to 'muse2/muse/functions.h')
-rw-r--r--muse2/muse/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h
index 2b6dc711..4d7be6e2 100644
--- a/muse2/muse/functions.h
+++ b/muse2/muse/functions.h
@@ -42,7 +42,7 @@ std::map<Event*, Part*> get_events(const std::set<Part*>& parts, int range);
void modify_velocity(const std::set<Part*>& parts, int range, int rate, int offset=0);
void modify_off_velocity(const std::set<Part*>& parts, int range, int rate, int offset=0);
void modify_notelen(const std::set<Part*>& parts, int range, int rate, int offset=0);
-void quantize_notes(const std::set<Part*>& parts, int range, int raster, int strength=100, int swing=0, int threshold=0);
+void quantize_notes(const std::set<Part*>& parts, int range, int raster, bool len=false, int strength=100, int swing=0, int threshold=0);
void erase_notes(const std::set<Part*>& parts, int range);
void delete_overlaps(const std::set<Part*>& parts, int range);
void set_notelen(const std::set<Part*>& parts, int range, int len);