LaboratoryForPlayfulComputation / blockytalky

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

Nested callbacks seem broken #45

Closed bennytheshap closed 8 years ago

bennytheshap commented 8 years ago

The attached program doesn't do what it should.

Expected behavior: Music starts playing at 60bpm Music will speed up to 240bpm for 4 seconds when a melody message is received It will stay at 240 as long as a melody message comes again during that time. Otherwise it will slow back down to 60bpm

Observed behavior: Music starts playing at 60bpm Music speeds up to 240bpm when a melody message is received. But the music never slows back down.

screen shot 2015-09-03 at 11 14 50 am

mpahrens commented 8 years ago

Weird. I'll look into it.

mpahrens commented 8 years ago

Fixed, in dev branch, will push to develop to test this week and then stage for next release

mpahrens commented 8 years ago

Merged into 0.4.1