LaboratoryForPlayfulComputation / blockytalky

A toolkit for learning CS through networked physical computing
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

Investigate: Message being sent from motif, even if motif is disabled #39

Closed mpahrens closed 8 years ago

mpahrens commented 8 years ago

On some synth: make a motif that has a wait for # beat and then sends a message to some other unit On start: loop that motif upload run disable loop that motif upload run that code

Does it still spam the unit? if you unplug and replug the unit, is it still getting spammed?

mpahrens commented 8 years ago

I think this might be the message queue not being cleared on stop / run (which it should do, because we don't want to run against backlogged messages).

mpahrens commented 8 years ago

On stop the message queue is cleared and I haven't seen this behavior first hand (was a second hand ticket from camp) so if someone sees this happen please reopen but until then there is no work to be done