Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/TrackInterface.py
diff options
context:
space:
mode:
authorOli2 <olivier.belanger@umontreal.ca>2007-03-14 06:32:17 (GMT)
committer Oli2 <olivier.belanger@umontreal.ca>2007-03-14 06:32:17 (GMT)
commitfee28b6dc278577e26895c6b38056bfe900c7ab5 (patch)
treed25822e06a23f6655714f6daf3b271b6b5ef02a7 /Edit/TrackInterface.py
parent98d68659ecf5f914c9c56d0e4bc3fc4fc541983e (diff)
minor changes
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 5457b42..fbd9e7d 100644
--- a/Edit/TrackInterface.py
+++ b/Edit/TrackInterface.py
@@ -366,7 +366,7 @@ class TrackInterface( gtk.EventBox ):
cs = CSoundNote( self.pixelsToTicksFloor( self.curBeats, self.clickLoc[0] - self.trackRect[i].x ),
pitch,
0.75,
- 0,
+ 0.5,
1,
i,
instrumentId = self.owner.getTrackInstrument(i).instrumentId )