Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/TrackInterface.py
diff options
context:
space:
mode:
authorJames <james@mackie.fourth>2007-03-20 04:32:11 (GMT)
committer James <james@mackie.fourth>2007-03-20 04:32:11 (GMT)
commitefee36c050875945565bb92becd321170b6694af (patch)
tree177c9ad22d76bd2367850b0f1bb62dfc94fbcf7e /Edit/TrackInterface.py
parent84d6431b1d98c16d93528723c9f14daf24c47ca9 (diff)
for a sneak preview of load and save, press the record button in edit
Diffstat (limited to 'Edit/TrackInterface.py')
-rw-r--r--Edit/TrackInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/TrackInterface.py b/Edit/TrackInterface.py
index fbd9e7d..5db645d 100644
--- a/Edit/TrackInterface.py
+++ b/Edit/TrackInterface.py
@@ -371,7 +371,7 @@ class TrackInterface( gtk.EventBox ):
i,
instrumentId = self.owner.getTrackInstrument(i).instrumentId )
cs.pageId = self.curPage
- id = self.noteDB.addNote( self.curPage, i, cs )
+ id = self.noteDB.addNote( -1, self.curPage, i, cs )
n = self.noteDB.getNote( self.curPage, i, id, self )
self.selectNotes( { i:[n] }, True )
n.playSampleNote( False )