log

age author description
Fri, 30 Jun 2017 09:07:12 +0100 Chris Cannam Bring through (but don't yet use) bin names from output descriptor
Thu, 29 Jun 2017 15:06:16 +0100 Chris Cannam Add vertical scale to matrix, but just using matrix bin count to begin
Fri, 30 Jun 2017 16:01:10 +0100 Lucas Thompson Fix audio not loading after empty stack
Fri, 30 Jun 2017 15:56:43 +0100 Lucas Thompson Unload audio when stack is empty.
Fri, 30 Jun 2017 15:35:16 +0100 Lucas Thompson Hide update history method.
Fri, 30 Jun 2017 15:27:56 +0100 Lucas Thompson Clear undo history ahead of read pointer when updating the history.
Fri, 30 Jun 2017 14:50:00 +0100 Lucas Thompson Don't save progress changes etc to the state history.
Fri, 30 Jun 2017 14:49:40 +0100 Lucas Thompson Add methods for mutating the current state without updating the history (naming might not be that declarative).
Fri, 30 Jun 2017 14:01:22 +0100 Lucas Thompson Hook up some buttons for navigating history (undo / redo). Some refactoring to allow for the audio player to get updated as a consequence of a state change (the audio related to the current top of the stack is used).
Fri, 30 Jun 2017 13:59:51 +0100 Lucas Thompson Add function for getting the rood audio item from different item types.
Fri, 30 Jun 2017 13:59:21 +0100 Lucas Thompson Fix ordering of adding to history (after an action). Add functions for stepping through the history.
Fri, 30 Jun 2017 13:58:45 +0100 Lucas Thompson Don't revoke resource on unload, probably makes sense to leave that to calling code.
Fri, 30 Jun 2017 10:41:30 +0100 Lucas Thompson Manually cherry-pick various refactoring efforts from feature/basic-session-loading
Fri, 30 Jun 2017 00:59:38 +0100 Lucas Thompson Load the audio for the top notebook after removing an item.
Fri, 30 Jun 2017 00:58:44 +0100 Lucas Thompson Add method for loading audio from a uri.
Thu, 29 Jun 2017 20:24:31 +0100 Lucas Thompson Unload current audio from the audio player if removed.
Thu, 29 Jun 2017 20:11:14 +0100 Lucas Thompson Add export button for recordings and option to remove audio item (also removes all related analyses atm). Revokes associated object url for audio on removal. Will be problematic if the history is used for undo / redo.
Thu, 29 Jun 2017 20:09:11 +0100 Lucas Thompson Remove spacing from bottom of card content and align action items to the right.
Thu, 29 Jun 2017 20:08:11 +0100 Lucas Thompson Don't dispose of old audio when loading new audio files. Also move resource manager type out of audio-player.
Thu, 29 Jun 2017 14:35:51 +0100 Lucas Thompson Add a mimeType property to audio items.
Thu, 29 Jun 2017 14:34:16 +0100 Lucas Thompson Firefox doesn't seem to populate the MIME type field of MediaRecorder. Do some naive deducing of MIME type based on testing support for some known types and constructing MediaRecorder with the first one that passes. Fall back to implementation default of none of the types are supported.
Thu, 29 Jun 2017 13:21:51 +0100 Lucas Thompson Script to serve over https
Wed, 28 Jun 2017 10:46:53 +0100 Chris Cannam Update JS module builds following UMD revision in piper-vamp-js
Wed, 28 Jun 2017 10:40:36 +0100 Lucas Thompson When a remote extractor fails, still populate menu with ones that were valid.
Wed, 28 Jun 2017 10:39:23 +0100 Lucas Thompson Update VampTestPlugin.umd.js
Tue, 27 Jun 2017 13:05:29 +0100 Lucas Thompson Merge pull request #2 from LucasThompson/fix/recording-without-media-recorder-api
Mon, 26 Jun 2017 16:16:44 +0100 Lucas Thompson Fall back to RecordRtcMediaRecorder when MediaRecorder not available in browser.
Mon, 26 Jun 2017 16:16:19 +0100 Lucas Thompson Implement a MediaRecorder backed by RecordRTC. Definitely not spec compliant but is at least interface compatible with the methods used in the app.