log src/app/feature-extraction-menu/feature-extraction-menu.component.ts @ 509:041468f553e1 tip master

age author description
Sun, 13 Aug 2017 19:44:07 +0100 Lucas Thompson Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
Mon, 26 Jun 2017 11:07:20 +0100 Lucas Thompson No need for ternary operator, coalesce to default value.
Mon, 26 Jun 2017 11:00:21 +0100 Lucas Thompson Small refactor.
Mon, 26 Jun 2017 01:55:11 +0100 Lucas Thompson Crude use of the type uris to map to icons representing the feature types. No actual de-referencing of the uris or attempt to understand them.
Wed, 07 Jun 2017 14:51:30 +0100 Lucas Thompson Rudimentary mechanism for loading remote plugins, with a loading spinner. Also small clean up for stuff left over from the md-select stuff.
Wed, 07 Jun 2017 08:46:30 +0100 Lucas Thompson Allow clicking whole list item to extract. Kinda makes the plus button redundant. Add guard in extract method.
Tue, 06 Jun 2017 22:11:59 +0100 Lucas Thompson Take a callback as a prop for performing an action when requesting an output
Tue, 06 Jun 2017 18:11:30 +0100 Lucas Thompson Basic action tray for feature analysis. WIP, bit buggy wrt scrolling and not dismissed automatically when extractor selected.
Tue, 16 May 2017 16:16:57 +0100 Lucas Thompson Refactor the import library logic slightly to waterfall the loading of the libraries and list requests, and send one response when all libraries have been loaded.
Tue, 16 May 2017 00:28:27 +0100 Lucas Thompson Load only pYin
Mon, 15 May 2017 23:52:23 +0100 Lucas Thompson Bodge in to load pyin and nnls-chroma from server on startup
Tue, 02 May 2017 15:16:44 +0100 Lucas Thompson Helper method for accessing current item from MdSelect
Tue, 25 Apr 2017 20:07:31 +0100 Lucas Thompson Remove WIP debugging.
Tue, 25 Apr 2017 20:01:09 +0100 Lucas Thompson Generate new project with latest @angular/cli, including Angular 4.
Thu, 02 Mar 2017 15:06:24 +0000 Lucas Thompson Use @angular/material select component.
Wed, 18 Jan 2017 10:19:35 +0000 Lucas Thompson Wire up methods in the FeatureExtractionService for offloading to the worker and consume them from the feature extraction menu.
Tue, 06 Dec 2016 14:19:03 +0000 Lucas Thompson Communicate new features being extracted via subscriptions to the stream in FeatureExtractionService.
Tue, 06 Dec 2016 11:03:38 +0000 Lucas Thompson Guard against extraction when no audio is loaded.
Mon, 05 Dec 2016 16:57:34 +0000 Lucas Thompson Some extraction logic in place.
Mon, 05 Dec 2016 11:59:22 +0000 Lucas Thompson Basic select box listing all outputs from available feature extractors a la Sonic Visualiser menus.
Fri, 02 Dec 2016 16:55:14 +0000 Lucas Thompson Add a component for the feature extraction menu, and start setting up some comms with the worker. Currently populating a select box with list of extractors from hardcoded server.