summaryrefslogtreecommitdiff
path: root/muse2/share/scripts/SwingQuantize1
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/share/scripts/SwingQuantize1')
-rwxr-xr-xmuse2/share/scripts/SwingQuantize11
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/share/scripts/SwingQuantize1 b/muse2/share/scripts/SwingQuantize1
index e0d37f9a..4f359cfa 100755
--- a/muse2/share/scripts/SwingQuantize1
+++ b/muse2/share/scripts/SwingQuantize1
@@ -69,6 +69,7 @@ class Quantize(QtGui.QWidget):
testFile = file(sys.argv[1],"r")
inputEvents = testFile.readlines()
testFile.close()
+ random.seed()
beatDiv = self.beatEdit.itemData(self.beatEdit.currentIndex()).toInt()[0]
minSize=0 # fill in when we get the beat size value