Mercurial > hg > sonic-visualiser
log
age | author | description |
---|---|---|
Mon, 27 Feb 2017 16:26:37 +0000 | Chris Cannam | Store aggregate models in the document and release them when they are invalidated (because their components have been released). They're no longer leaked, but we still don't save them in the session file. |
Mon, 27 Feb 2017 15:44:14 +0000 | Chris Cannam | And say so |
Mon, 27 Feb 2017 15:43:30 +0000 | Chris Cannam | Invalidate an aggregate model when one of its components announces it's about to be deleted |
Mon, 27 Feb 2017 15:07:27 +0000 | Chris Cannam | Update OSC handler: fix play (which wasn't working because it didn't resume audio driver) and speedup (wrong mapping for the new speed controls), and add more sensible new speed method |
Mon, 27 Feb 2017 13:47:05 +0000 | Chris Cannam | Minor tweak |
Mon, 27 Feb 2017 13:37:43 +0000 | Chris Cannam | Fix typo in condition operator; ensure c++11 used for config checks with gcc |