Mercurial > hg > sonic-visualiser
log
age | author | description |
---|---|---|
Wed, 03 Sep 2014 09:21:05 +0100 | Chris Cannam | Fix uninitialised bool |
Wed, 03 Sep 2014 09:19:55 +0100 | Chris Cannam | Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan) |
Wed, 03 Sep 2014 09:17:01 +0100 | Chris Cannam | Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan) |
Tue, 02 Sep 2014 16:30:24 +0100 | Chris Cannam | Small text fix |
Tue, 02 Sep 2014 16:29:59 +0100 | Chris Cannam | Update CHANGELOG |
Tue, 02 Sep 2014 16:18:26 +0100 | Chris Cannam | Add const version of this accessor |
Tue, 02 Sep 2014 16:14:22 +0100 | Chris Cannam | Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible) |