Tue, 19 Apr 2016 16:17:28 +0100 |
Nicholas Jillings |
Potential fix for #21
|
Tue, 19 Apr 2016 15:25:59 +0100 |
Nicholas Jillings |
If there are no surveys it would silently fail. Now shows the get data buttons.
|
Tue, 19 Apr 2016 15:21:11 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Tue, 19 Apr 2016 14:58:40 +0100 |
Nicholas Jillings |
Implementation for #21 on PHP
|
Tue, 19 Apr 2016 12:21:11 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Tue, 19 Apr 2016 11:50:08 +0100 |
Nicholas Jillings |
Potential fix for #21
|
Mon, 18 Apr 2016 20:21:06 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Mon, 18 Apr 2016 19:49:25 +0100 |
Nicholas Jillings |
Merge branch 'Dev_main'
|
Mon, 18 Apr 2016 15:52:39 +0100 |
Nicholas Jillings |
WAVE.js fallback was not correctly continuing from audioContext.decode function call.
|
Mon, 18 Apr 2016 13:47:35 +0100 |
Nicholas Jillings |
Fixed test create not exposing interface node title element.
|
Fri, 15 Apr 2016 16:11:47 +0100 |
Nicholas Jillings |
scripts/evaluation_stats.py ignores outside-reference audio elements
|
Fri, 15 Apr 2016 13:31:53 +0100 |
Nicholas Jillings |
#19: Now decodes most results but still crashes on same pages, especially unfinished / open saves.
|
Fri, 15 Apr 2016 16:21:07 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Fri, 15 Apr 2016 15:56:45 +0100 |
Nicholas Jillings |
Updated test creator to reflect latest specification edits.
|
Fri, 15 Apr 2016 15:22:03 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Fri, 15 Apr 2016 13:24:53 +0100 |
Nicholas Jillings |
Python server correctly responds to keygen and save requests
|
Fri, 15 Apr 2016 13:18:53 +0100 |
Nicholas Jillings |
Fix for #15
|
Fri, 15 Apr 2016 13:12:08 +0100 |
Nicholas Jillings |
More updates to instructions
|
Fri, 15 Apr 2016 10:20:57 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Fri, 15 Apr 2016 11:12:12 +0200 |
Brecht De Man |
Instructions update: started 'Quick start' section. Some minor changes.
|
Thu, 14 Apr 2016 21:20:58 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Thu, 14 Apr 2016 21:45:28 +0200 |
Brecht De Man |
Looked at new folder structure, updated Instructions accordingly
|
Thu, 14 Apr 2016 20:44:35 +0100 |
Nicholas Jillings |
Fixed pythonServer.py for python v 3.x
|
Thu, 14 Apr 2016 17:20:58 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Thu, 14 Apr 2016 17:16:20 +0100 |
Nicholas Jillings |
Updated scripts to work with latest results document specification
|
Thu, 14 Apr 2016 16:21:02 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Thu, 14 Apr 2016 15:58:52 +0100 |
Nicholas Jillings |
Separation of tests and media into specific subdirs. The tests directory is scanned and will be used by the php/python for pseudo-random tests.
|
Thu, 14 Apr 2016 14:20:49 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Thu, 14 Apr 2016 13:54:24 +0100 |
Nicholas Jillings |
Tidy up file locations.
|
Thu, 14 Apr 2016 13:20:58 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Thu, 14 Apr 2016 13:19:17 +0100 |
Nicholas Jillings |
Merged pythonServer-3 into unified pythonServer. Removed pythonServer-legacy. Updated pythonServer to work in scripts subdir.
|
Thu, 14 Apr 2016 12:26:53 +0100 |
Nicholas Jillings |
Merge branch 'Dev_main'. Preparing for tidy up of file structure.
|
Wed, 13 Apr 2016 16:22:56 +0100 |
Nicholas Jillings |
preSilence and postSilence terms now working
|
Wed, 13 Apr 2016 15:14:42 +0100 |
Nicholas Jillings |
Completed cross fading of tracks selectable by user attribute crossFade in <setup> node. Default is 0 seconds (no cross fade).
|
Wed, 13 Apr 2016 14:21:04 +0100 |
Nicholas Jillings |
Included crossFade in <setup> node schema. Specification now converts restricted data classes into their correct type.
|
Tue, 12 Apr 2016 11:48:40 +0100 |
Nicholas Jillings |
Review for Issue #2. Should be a working implementation. See issue post for usage.
|
Tue, 12 Apr 2016 10:50:52 +0100 |
Nicholas Jillings |
WIP for #2: '<page>' and '<cetup'> nodes have working "poolSize" attribute to determine number of children to take forward.
|
Mon, 11 Apr 2016 12:03:11 +0100 |
Nicholas Jillings |
Beautify test_schema.xsd
|
Wed, 13 Apr 2016 16:20:56 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Wed, 13 Apr 2016 15:46:40 +0100 |
Brecht De Man |
Move pythonServer-3.py to scripts
|
Wed, 13 Apr 2016 15:46:12 +0100 |
Brecht De Man |
Move pythonServer-legacy.py to scripts
|
Wed, 13 Apr 2016 15:45:33 +0100 |
Brecht De Man |
Move pythonServer.py to scripts
|
Tue, 12 Apr 2016 21:21:02 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Tue, 12 Apr 2016 20:32:00 +0100 |
Brecht De Man |
Instructions update: primarily Interfaces section. Moved 'Building your own interface' section under it.
|
Mon, 11 Apr 2016 16:21:00 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Mon, 11 Apr 2016 16:12:07 +0100 |
Brecht De Man |
Added info regarding other licenses
|
Sun, 10 Apr 2016 20:20:46 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Sun, 10 Apr 2016 20:01:23 +0100 |
Brecht De Man |
Removed .bbl file SMC paper (ignored)
|
Sat, 09 Apr 2016 11:20:56 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Sat, 09 Apr 2016 10:26:29 +0100 |
Brecht De Man |
Instructions update (folder contents); moved legacy analysis page to analysis folder; removed README.txt in favour of markdown
|
Fri, 08 Apr 2016 13:20:54 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Fri, 08 Apr 2016 12:25:05 +0100 |
Brecht De Man |
Instructions update: link to new repository.
|
Thu, 07 Apr 2016 11:21:07 +0100 |
www-data |
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
|
Wed, 06 Apr 2016 13:57:21 +0100 |
Brecht De Man |
Change BibTeX citation key in CITING.txt
|
Wed, 06 Apr 2016 13:56:16 +0100 |
Brecht De Man |
Added links, citation and BibTeX to README
|
Sat, 02 Apr 2016 13:25:36 +0200 |
Brecht De Man |
Create README.md
|
Thu, 31 Mar 2016 15:48:57 +0100 |
Nicholas Jillings |
Merge
|
Thu, 31 Mar 2016 15:47:47 +0100 |
Nicholas Jillings |
Analysis interface controls all interface objects.
|
Thu, 31 Mar 2016 14:32:22 +0100 |
Nicholas Jillings |
Adapted test_create.html to work with new Specification.js file.
|
Thu, 31 Mar 2016 14:24:52 +0100 |
Nicholas Jillings |
Analysis: Get filtered score values. Download filtered data.
|
Thu, 31 Mar 2016 13:31:42 +0100 |
Nicholas Jillings |
Major updates. Specification Nodes now own file (specification.js). Updating Analysis to allow filtering based on survey responses.
|
Tue, 29 Mar 2016 14:37:07 +0100 |
Nicholas Jillings |
Calibration sliders update on mouse move trigger
|
Tue, 29 Mar 2016 14:24:05 +0100 |
Nicholas Jillings |
Calibration through audioEngine audio output. Reference controls global volume for tests.
|
Tue, 29 Mar 2016 13:53:57 +0100 |
Nicholas Jillings |
WAC 2016 Poster Footer update
|