Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-04 08:53:31 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-04 08:53:31 (GMT)
commitfcae3b4a1ae45bd8769bfcb6c6441b5920ff48e7 (patch)
treed898022f235ba741f06cd5f8797c8da66e46e36f /Edit
parent611a2283e2e6b5f14e0ed49c30da1b19d4d72f3f (diff)
drag-pitch = sounds full duration
Diffstat (limited to 'Edit')
-rw-r--r--Edit/TrackInterface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/TrackInterface.py b/Edit/TrackInterface.py
index abd71a3..5457b42 100644
--- a/Edit/TrackInterface.py
+++ b/Edit/TrackInterface.py
@@ -695,7 +695,7 @@ class TrackInterface( gtk.EventBox ):
self.noteDB.updateNotes( stream + [-1] )
if self.curActionObject.note.track != self.drumIndex:
- self.curActionObject.playSampleNote( False )
+ self.curActionObject.playSampleNote( True )
elif dp != self.lastDrumDP and not dp%2: # only play of "full" drum pitches
self.lastDrumDP = dp
self.curActionObject.playSampleNote( False )