~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to share/scripts/SwingQuantize1

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        testFile = file(sys.argv[1],"r")
70
70
        inputEvents = testFile.readlines()
71
71
        testFile.close()
 
72
        random.seed()
72
73
        
73
74
        beatDiv = self.beatEdit.itemData(self.beatEdit.currentIndex()).toInt()[0]
74
75
        minSize=0 # fill in when we get the beat size value