Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-09-10 08:32:38 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-09-10 08:32:38 (GMT)
commit29cd63fb5df66cf4c0abc772f3b0bd55fa7906f1 (patch)
tree3f91f17952a9f073155ae52438605cedecf66a98 /Util
parent94bb67b45c07c8ba6fa94be17852e29958d6c75d (diff)
Jam beat sync
Diffstat (limited to 'Util')
-rw-r--r--Util/ControlStream.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Util/ControlStream.py b/Util/ControlStream.py
index 18077bc..44cd289 100644
--- a/Util/ControlStream.py
+++ b/Util/ControlStream.py
@@ -189,6 +189,8 @@ class TamTamTable:
self.lastBlock.addChild( block )
else:
block = self.jam.getDesktop().addBlock( blockClass, data, ( x, y ) )
+
+ block.setPlaced( True )
if blockClass == Block.Instrument and active:
self.jam.getDesktop().activateInstrument( block )