log

age author description
Thu, 25 May 2017 17:57:03 +0100 Lucas Thompson Restore some of the feature related logic from waveform.component into a utilities module. Introduce some additional types for representing reshaped features. A work in progress.
Thu, 25 May 2017 17:56:14 +0100 Lucas Thompson Wire up as necessary to push the handlers down the tree. This is unfinished.
Thu, 25 May 2017 17:55:29 +0100 Lucas Thompson Move waveform.component and remove all logic not concerned with rendering an audio buffer as a waveform. Wire app in app.component.
Thu, 25 May 2017 17:52:46 +0100 Lucas Thompson Back the playing state observable with a ReplaySubject so that animating a play head can be picked up on render
Thu, 25 May 2017 17:51:46 +0100 Lucas Thompson Add a component to drive a play head component, animating it with RAF.
Thu, 25 May 2017 17:51:03 +0100 Lucas Thompson Add a basic component for drawing a Play head.
Tue, 23 May 2017 10:41:36 +0100 Lucas Thompson Move some functions out of waveform and into appropriately named modules.
Tue, 23 May 2017 10:25:54 +0100 Lucas Thompson Merge branch 'master' of github.com:piper-audio/ugly-duckling
Fri, 19 May 2017 16:18:34 +0100 Lucas Thompson Allow interacting with highlight layer regardless of whether playback / seeking is supported. Also remove cursor layer when component seeking disabled.
Wed, 14 Jun 2017 17:35:59 +0100 Chris Cannam Update extractor builds to versions with static output metadata in them
Fri, 19 May 2017 16:40:52 +0100 Chris Cannam Merge branch 'master' of ssh://github.com:/piper-audio/ugly-duckling
Fri, 19 May 2017 15:01:01 +0100 Lucas Thompson Merge pull request #42 from LucasThompson/fix/playhead-not-animating-if-playing-on-init
Fri, 19 May 2017 14:28:47 +0100 Lucas Thompson Remove internal flag for playing and just use the method provided by the audio service. Performance seems to be the same.
Fri, 19 May 2017 14:14:33 +0100 Lucas Thompson Call animate when rendering a feature so that the play head animates.
Fri, 19 May 2017 13:47:58 +0100 Lucas Thompson Lint
Fri, 19 May 2017 16:37:08 +0100 Chris Cannam Add scale and highlight to notes tracks
Fri, 19 May 2017 11:08:43 +0100 Chris Cannam Round piano roll y domain to closest octave boundaries
Wed, 17 May 2017 16:38:30 +0100 Chris Cannam Update PYin build
Wed, 17 May 2017 14:13:12 +0100 Lucas Thompson Merge pull request #37 from LucasThompson/dev/notes-bodge
Wed, 17 May 2017 14:08:11 +0100 Lucas Thompson Resurrect a rewind button for now.
Wed, 17 May 2017 12:56:54 +0100 Lucas Thompson Latest waves-ui
Wed, 17 May 2017 12:56:39 +0100 Lucas Thompson Small tidy up, some formatting changes and removal of unnecessary properties.
Tue, 16 May 2017 17:20:16 +0100 Lucas Thompson Remove more accidentally left in logic from debugging.
Tue, 16 May 2017 17:16:12 +0100 Lucas Thompson Remove accidental event emit left in from debugging.