Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/NoteLooper.py
diff options
context:
space:
mode:
authorolipet <olpc@localhost.localdomain>2007-01-12 12:42:55 (GMT)
committer olipet <olpc@localhost.localdomain>2007-01-12 12:42:55 (GMT)
commit68b6e5a0992cd13d4361b6dbf4fc157e72ea7bd2 (patch)
tree52c8041436663b47e681a0cbaef5106c4b24dd5e /Util/NoteLooper.py
parentdbd41f60488729701663b2b8cc985b3ba092efc4 (diff)
sequencer, here's come again...
Diffstat (limited to 'Util/NoteLooper.py')
-rw-r--r--Util/NoteLooper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Util/NoteLooper.py b/Util/NoteLooper.py
index cb7691c..2473b9a 100644
--- a/Util/NoteLooper.py
+++ b/Util/NoteLooper.py
@@ -160,11 +160,8 @@ class NoteLooper:
def insert( self, notes):
def insertMany():
- #print notes
self.notes += [ ( notes[i][0], notes[i][1], '', 0 ) for i in xrange(len(notes)) ]
- print '**************** insert done ********************'
self.notes.sort()
- #print self.notes
def insertFew():
for i in xrange(len(notes)):
t = (notes[i][0], notes[i][1],'',0)