GSoC/Enhancing Clam's Widgets
From Clam
Contents |
Application Information
Title: Enhancing Annotator Widgets
Mentor: David García Garzón
License: GNU General Public License (GPL)
Abstract:
I will deliver a number of usability and implementation enhancements to Annotator views. For one, enhance Annotator's InstantViews system so they're synchronized with NetworkEditor's views. Also, interesting InstantViews and EvolutionViews will be ported from NetworkEditor or implemented from scratch.
There are also a number of Mac-specific issues that hinder Annotator's usability such as crashes and interface anomalies that I will address throughout the project.
Details
Milestones
Weeks 1&2:
-
Synchronize Annotator's KeySpace / Tonnetz / DataSource implementations with NetworkEditor's more up-to-date implementations
-
Port BarGraph to Annotator InstantView
To follow (in order):
- (IN PROGRESS NOW) Add Properties to Attributes
- Add Vector evolution view to Annotator (weeks 3&4?)
- clean up vmqt & lower vmqt complexity (weeks 4&5)
- Add Spectrum instant view to Annotator
- Add option to synchronize scrolling / zooming and to follow playback cursor
Task list
TODOs
- Add Properties to Attributes
Open Fronts on Widgets
Those are the open fronts on the widget arena -- dgarcia
- Conciliate and clean DataSource and KeySpace/Tonnetz views
- Migrate new InstantViews from NetEditor: BarGraph, Peak views, Polar peak views...
- Lower vmqt complexity
- Consider layers on the Instant Views
- Vector evolution view
- Tracks view
- Time synchronization of views
- Consider evolution views on the NetEditor
- Adding multiple temporal evolution views
- Clean up the plugin system
- Segment editor
- Assign Height/Color to segment data
- Implement pending segment editor modes
- Time scrolling
Ideas
Add the following instant views to Annotator:
- Peak
- RMS
- Spectrum
- (still considering) perceived loudness i.e. Bark/Sone view
Deliver the following usability enhancements to Annotator:
- Add option to color-code segments based on segment value
- something like MATLAB colormap ?
- Synchronize zooms and scrolling among plot widgets (Devel/Annotator TODO's)
- Option to synchronize scrolling to playhead (Devel/Annotator TODO's)
Mac-specific Caveats
- extractors are bundled within Annotator.app, so for a project to see them the path the the extractors need to be passed to the app-- not just the extractor name. i.e. /Applications/Annotator.app/Contents/MacOS/ChordExtractor instead of simply 'ChordExtractor'. (using CLAM_Annotator-0.3.9~svn10111-powerpc.dmg, 15 May build)
- Annotator crashes when ClamExtractorExample is loaded (CLAM_Annotator-0.3.9~svn10111-powerpc.dmg, 15 May build)