Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/TrackInterface.py
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-03-01 23:23:38 (GMT)
committer amartin <olpc@localhost.localdomain>2007-03-01 23:23:38 (GMT)
commit4a2707833481847966876009c21b4842671df4b4 (patch)
treee1031144155c1383936d68a7a0f7b21cfae390cb /Edit/TrackInterface.py
parentb048a6c2cf509e5f78bda23c0888abd4d230b626 (diff)
CSoundNote now uses .instrumentId, and .instrument and .instrumentFlag are no longer valid
BE WARNED!?
Diffstat (limited to 'Edit/TrackInterface.py')
-rw-r--r--Edit/TrackInterface.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Edit/TrackInterface.py b/Edit/TrackInterface.py
index 3bf7925..abd71a3 100644
--- a/Edit/TrackInterface.py
+++ b/Edit/TrackInterface.py
@@ -369,8 +369,7 @@ class TrackInterface( gtk.EventBox ):
0,
1,
i,
- instrument = self.owner.getTrackInstrument(i),
- instrumentFlag = self.owner.getTrackInstrument(i) )
+ instrumentId = self.owner.getTrackInstrument(i).instrumentId )
cs.pageId = self.curPage
id = self.noteDB.addNote( self.curPage, i, cs )
n = self.noteDB.getNote( self.curPage, i, id, self )