log

age author description
Fri, 18 Dec 2015 01:45:54 +0000 Brecht De Man Instructions update (WIP); removed basic instructions from README.
Thu, 17 Dec 2015 11:11:57 +0000 Nicholas Jillings Bug #1497: If the playback is looped, the buffer is copied to the audioObject not referenced to allow non-destructive editing.
Thu, 17 Dec 2015 10:35:06 +0000 Nicholas Jillings Audio fragment buffer pool objects have loading progress element
Wed, 16 Dec 2015 14:00:11 +0000 Nicholas Jillings Specification document handles optional loudness control.
Wed, 16 Dec 2015 12:35:52 +0000 Nicholas Jillings Small fix to overlap calculation in loudness
Wed, 16 Dec 2015 12:15:18 +0000 Nicholas Jillings Automatic Loudness normalisation to -23 LUFS
Tue, 15 Dec 2015 16:02:17 +0000 Nicholas Jillings Added loudness.js to handle loudness detection modules.
Fri, 11 Dec 2015 18:32:32 +0000 Nicholas Jillings test create has gain controllers on each item
Fri, 11 Dec 2015 18:03:54 +0000 Nicholas Jillings Synced Specification object. Test create decodes and encodes gain attributes (not implemented in HTML yet)
Fri, 11 Dec 2015 17:33:14 +0000 Nicholas Jillings Feature #1478: <audioElements> have a gain attribute, in decibels, which controls the playback gain in that page.
Fri, 11 Dec 2015 16:24:44 +0000 Nicholas Jillings Bug #1486 fix. APE scale check tells the user which axis has not met the user axis criteria.
Fri, 11 Dec 2015 16:07:39 +0000 Nicholas Jillings Bug #1488 fixed. Movement checks now operate per axis and report which axis and sliders need moving.
Fri, 11 Dec 2015 15:54:59 +0000 Nicholas Jillings APE Metric tag holds all axis information.
Fri, 11 Dec 2015 11:42:28 +0000 Nicholas Jillings Bug #1490: Popup button 'enter' key grab only bound once. APE Multi-interface has default metric response if only one axis used.
Fri, 11 Dec 2015 11:19:11 +0000 Nicholas Jillings Bug #1467: Popup resize created and bound to Interface.resize()
Fri, 11 Dec 2015 11:06:21 +0000 Nicholas Jillings Bug #1482: Reference is red for APE.
Fri, 11 Dec 2015 10:22:27 +0000 Nicholas Jillings Merge
Tue, 08 Dec 2015 22:13:14 +0100 Brecht De Man Scripts: generate_report.py fix (wrong directory passed on to score_plot.py)
Tue, 08 Dec 2015 17:17:39 +0100 Brecht De Man Scripts: generate_report.py accepts folder names with spaces - uses package 'grffile'. Minor correction to Instructions (manual emergency saves).
Tue, 08 Dec 2015 15:04:59 +0000 Nicholas Jillings APE Multi-interface can be named. Audio Element <file> node fixed.
Tue, 08 Dec 2015 12:29:59 +0000 Nicholas Jillings Bug #1484: Added HTML no-select options for APE elements.
Tue, 08 Dec 2015 12:22:18 +0000 Nicholas Jillings Merge
Tue, 08 Dec 2015 12:01:48 +0000 Nicholas Jillings STASH: UNSTABLE. Implementing APE multiple sliders.
Mon, 07 Dec 2015 18:42:36 +0000 Nicholas Jillings Bugs #1454 #1391 buffers are pooled and loaded at the begining. Page Save not interface specific.
Mon, 07 Dec 2015 18:34:26 +0000 Nicholas Jillings Specification: sync across project. Now randomises audioElements.
Mon, 07 Dec 2015 18:26:12 +0000 Nicholas Jillings Buffers loaded into a pool and picked when needed.
Mon, 07 Dec 2015 16:11:30 +0100 Brecht De Man Updated and merged Instructions
Mon, 07 Dec 2015 12:15:43 +0000 Nicholas Jillings Start tidy up of core.js
Mon, 07 Dec 2015 11:18:11 +0000 Nicholas Jillings Moved common test options into core.JS
Mon, 07 Dec 2015 09:47:26 +0000 Nicholas Jillings Specification Node is same across project.
Fri, 04 Dec 2015 18:51:58 +0000 Nicholas Jillings Minor fixes to test_create Specification before merge with core.js Specification
Fri, 04 Dec 2015 18:34:04 +0000 Nicholas Jillings test_create: Specification Node handles complete XML to DOM and DOM to XML conversions
Tue, 08 Dec 2015 12:21:01 +0000 Nicholas Jillings Bug #1485: Core.js patches from side revision.
Tue, 08 Dec 2015 12:18:06 +0100 Brecht De Man Updated demo project, with some added explanations, and no enforced sampling rate. Shows bugs though, at least in this branch.
Fri, 11 Dec 2015 10:21:48 +0000 Nicholas Jillings APE: Separate metric trackers for each scale to differentiate movements.
Tue, 08 Dec 2015 17:15:34 +0000 Nicholas Jillings APE: Each slider now a JS object to ease metric tracking. Resize function fixed.
Thu, 17 Dec 2015 17:09:40 +0000 Nicholas Jillings MUSHRA: Checks enabled. MUSHRA & APE: Warning if check not supported. Core: checkMoved and checkPlayed now in interface and available to all interfaces.
Thu, 17 Dec 2015 16:48:08 +0000 Nicholas Jillings Browser GET support. In the project URL, you can select the test page to load by using http://server.com/index.html?url=server/path/to/project.xml
Thu, 17 Dec 2015 16:38:52 +0000 Nicholas Jillings APE: Ape sliders show loading percentage on first axis
Thu, 17 Dec 2015 16:29:49 +0000 Nicholas Jillings MUSHRA: Loading progress feedback
Thu, 17 Dec 2015 16:10:58 +0000 Nicholas Jillings MUSHRA: Set the initial position of sliders using the <audioHolder> attribute initial-position using integer 0 to 100
Thu, 17 Dec 2015 15:58:16 +0000 Nicholas Jillings MUSHRA: resizeWindow(event) function introduced.
Thu, 17 Dec 2015 13:34:23 +0000 Nicholas Jillings MUSHRA fixes. Added some mushra features to match newer APE interfaces and core bindings.
Thu, 17 Dec 2015 13:03:39 +0000 Nicholas Jillings Bug #1486: Fixed rogue '+' appearing in move slider alert. Unlabelled axis have default of 'Axis ' and their index.
Fri, 18 Dec 2015 18:29:57 +0000 Nicholas Jillings Will attempt to load XML only if url is set
Fri, 18 Dec 2015 18:26:46 +0000 Brecht De Man Index page now links to example APE project, example MUSHRA project, test creator, analysis page, citing info, GNU license, and instructions. Instructions and example project contain info on checkboxes.
Mon, 21 Dec 2015 13:54:49 +0000 Nicholas Jillings Offline Context no longer promise type for Safari OSX support.
Mon, 21 Dec 2015 13:17:45 +0000 Nicholas Jillings Bug #1507 MUSHRA outside reference added
Mon, 21 Dec 2015 13:01:01 +0000 Nicholas Jillings Python server ignores GET in URL
Mon, 21 Dec 2015 11:53:05 +0000 Nicholas Jillings Bug #1510 Fixed.
Fri, 20 Nov 2015 15:39:01 +0000 Nicholas Jillings Bug #1349: PHP returns XML confirmation or error and message. Core responds. Bug #1449 not a bug
Wed, 18 Nov 2015 11:08:52 +0100 Brecht De Man Hitting enter in any pop-up goes to the next window (or submits, or starts the test)
Fri, 13 Nov 2015 17:59:39 +0000 Brecht De Man Save PHP script fix; analysis webpage WIP
Thu, 15 Oct 2015 22:19:29 +0100 Nicholas Jillings Paper: Final edit. Spell checked. Submitted version.
Thu, 15 Oct 2015 21:30:19 +0100 Brecht De Man Paper: merge, started conclusion. edits
Thu, 15 Oct 2015 21:17:14 +0100 Nicholas Jillings Added screen shots, edited bib. Some edits to intro, abstract and conclusion.
Thu, 15 Oct 2015 20:46:17 +0100 Brecht De Man Paper: Now with images - minor edits
Thu, 15 Oct 2015 20:39:13 +0100 Nicholas Jillings Merged.
Thu, 15 Oct 2015 20:36:35 +0100 Nicholas Jillings Paper: Re-written table
Thu, 15 Oct 2015 19:09:00 +0100 Nicholas Jillings Josh' comments except table
Thu, 15 Oct 2015 10:32:15 +0100 Nicholas Jillings Completed merge.
Thu, 15 Oct 2015 10:24:25 +0100 Nicholas Jillings stash.
Wed, 14 Oct 2015 20:59:21 +0100 Nicholas Jillings Merged. Updated parts RE Brechts email. browser compatibility, manipulation of audio: volume slider, loudness equalisation, cross-fade.
Wed, 14 Oct 2015 20:15:31 +0100 Nicholas Jillings Updates to all sections.
Wed, 14 Oct 2015 16:02:45 +0100 Nicholas Jillings Major update to Introduction, commenting out parts to get layout
Wed, 14 Oct 2015 09:13:37 +0100 Nicholas Jillings Few changes
Tue, 13 Oct 2015 10:29:28 +0100 Nicholas Jillings Added paragraph onto Interfaces for 3rd party interfaces
Mon, 12 Oct 2015 18:44:57 +0100 Brecht De Man Paper: expanded listening test table, added (temporary?) interface table
Mon, 12 Oct 2015 18:12:08 +0100 Nicholas Jillings Added some Architecture parts
Mon, 12 Oct 2015 12:22:42 +0100 Dave Add interfaces section to WAC paper
Mon, 12 Oct 2015 11:03:57 +0100 Brecht De Man Paper: title and meeting notes
Wed, 30 Sep 2015 18:34:40 +0200 Brecht De Man Minor edits to paper, updated installation instructions, added to be ignored files (e.g. LaTeX auxiliary files)
Tue, 29 Sep 2015 23:55:10 +0200 Brecht De Man Paper: bits of introduction and remote testing, minor edits
Tue, 29 Sep 2015 20:50:53 +0200 Brecht De Man Paper: outline, minor edits
Thu, 24 Sep 2015 12:11:04 +0200 Brecht De Man Added section/feature requests regarding remote testing
Thu, 24 Sep 2015 09:52:08 +0100 Dave Merge WAC paper
Wed, 23 Sep 2015 14:42:02 +0200 Brecht De Man Paper: added ideas for in-the-browser visualisation, diagnostics and analysis
Wed, 23 Sep 2015 10:19:30 +0100 Dave Update to Paper inc. References
Wed, 23 Sep 2015 09:13:38 +0100 Dave Addition of HULTI-GEN interfaces to WAC paper.
Tue, 22 Sep 2015 19:22:02 +0200 Brecht De Man Started WAC paper
Thu, 24 Sep 2015 09:49:01 +0100 Dave Update to WAC paper references
Wed, 14 Oct 2015 20:15:45 +0100 Brecht De Man Paper: LaTeX compiles now
Wed, 14 Oct 2015 20:12:52 +0100 Brecht De Man Paper: edits in various sections; Added preliminary analysis page
Thu, 15 Oct 2015 20:10:00 +0100 Brecht De Man Paper: Added interface screenshot and box plot example
Wed, 22 Apr 2015 19:07:11 +0100 Brecht De Man Version tag update
Wed, 22 Apr 2015 18:37:04 +0100 Nicholas Jillings Version 1.0 Release!
Fri, 10 Apr 2015 10:20:52 +0100 Nicholas Jillings Merge and rebuild pdf.
Fri, 10 Apr 2015 10:16:52 +0100 Nicholas Jillings Updated Setup and Results XML to indicate future progress RE: Davids' Email.
Thu, 09 Apr 2015 11:24:46 +0100 Nicholas Jillings SMC 15: Added paragraph on pre-/post- test questions
Thu, 09 Apr 2015 11:06:08 +0100 Nicholas Jillings Quick removal of innerText with innerHTML for Firefox/Mozilla support
Thu, 09 Apr 2015 10:59:53 +0100 Nicholas Jillings Updated results XML generator to match documentation syntax.
Thu, 09 Apr 2015 10:44:13 +0100 Nicholas Jillings Completed Linking for pre-Test questions. Need some formatting on layout.
Thu, 09 Apr 2015 10:10:21 +0100 Nicholas Jillings Added start of preTest sections. Need to refine linking from inputs to results
Wed, 08 Apr 2015 18:18:17 +0100 Nicholas Jillings Added cross-browser support for webkit / non-webkit audioContext. Confirmed Chrome & Safari Support. Firefox: does not support innerText or dragging!
Wed, 08 Apr 2015 10:57:43 +0100 Nicholas Jillings Written parts for Implementation. Small correction to project.xml (no more sampleRateExplicit tag).
Wed, 08 Apr 2015 09:45:24 +0100 Nicholas Jillings Merged with some uncommited parts. My mistake!
Tue, 07 Apr 2015 21:47:50 +0200 Brecht De Man SMC paper: Rough structure
Tue, 07 Apr 2015 11:32:46 +0100 Nicholas Jillings Added comments. Variable name changes to match specification document during ape.js loading.
Tue, 07 Apr 2015 10:33:02 +0100 Nicholas Jillings Updated ape.js to match new audioHolder and audioElements tags.
Tue, 07 Apr 2015 10:25:14 +0100 Nicholas Jillings Updated example project.xml to match project specification document. Minor correction to XML example in document.
Tue, 07 Apr 2015 10:22:35 +0100 Nicholas Jillings Updated Project Specification Document. New tags for extra comments/questions. Pre test and post test questions/statments. Improved syntax (tracks and track now audioHolder and audioElement).
Fri, 27 Mar 2015 10:27:40 +0000 Brecht De Man SMC paper template (without bibliography)
Tue, 07 Apr 2015 13:10:50 +0100 Nicholas Jillings Updated the Results Specification to reflect node name changes. Also added extra fields to handle pre/post/during extra comments
Thu, 09 Apr 2015 17:16:20 +0100 Dave Moffat Edits to the template, on applications and uses. - Mostly in note form to be filled out later
Thu, 09 Apr 2015 16:30:08 +0100 Dave Moffat Edit to project Spec Doc
Thu, 09 Apr 2015 12:59:46 +0100 Dave Moffat Creation of experimental variables and control methods document
Wed, 22 Apr 2015 18:34:56 +0100 Nicholas Jillings Fixed bug where not defining postTest in audioHolder would crash progression.
Wed, 22 Apr 2015 11:00:58 +0100 Nicholas Jillings Merge and updated bib.
Wed, 22 Apr 2015 10:45:08 +0100 Nicholas Jillings Updated SMC Paper to reflect comments. Fixed bug in ape where no comment boxes crashed data collection.
Tue, 21 Apr 2015 21:35:23 +0100 Nicholas Jillings Track comments can be muted
Tue, 21 Apr 2015 21:32:42 +0100 Nicholas Jillings Added commentQuestion object
Tue, 21 Apr 2015 21:15:12 +0100 Nicholas Jillings Added mandatory pre/post test questions
Tue, 21 Apr 2015 16:50:10 +0100 Brecht De Man Remove some redundancies from paper
Tue, 21 Apr 2015 14:10:01 +0100 Brecht De Man Test new repository name
Tue, 21 Apr 2015 12:56:54 +0100 Brecht De Man More changes to paper
Mon, 20 Apr 2015 19:01:39 +0100 Brecht De Man Small changes and notes to SMC paper, prepare for tomorrow's rewrite
Mon, 20 Apr 2015 18:50:06 +0100 Nicholas Jillings Bug fix: Randomisation causes system not to load new audio elements when progressing through pages
Sat, 18 Apr 2015 15:36:10 +0100 Nicholas Jillings Added Loop
Fri, 17 Apr 2015 10:06:20 +0100 Nicholas Jillings Added page-exit checks
Fri, 17 Apr 2015 09:57:46 +0100 Nicholas Jillings Alert if submit button clicked before test start button.