BrechtDeMan / WebAudioEvaluationTool

A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.
https://code.soundsoftware.ac.uk/projects/webaudioevaluationtool
GNU General Public License v3.0
115 stars 39 forks source link

'Helping guideline' for sliders #239

Open BrechtDeMan opened 7 years ago

BrechtDeMan commented 7 years ago

To emphasise the relative position of sliders, a line extending across all axes and going through the slider currently being moved could appear whenever a slider is being dragged.

Optional, opt-in? (e.g. guideline="true")

Low priority.

nickjillings commented 7 years ago

I'm not sure what you mean here, or for what interfaces (I'm guessing APE).

BrechtDeMan commented 7 years ago

That's right, and 'horizontal'.

See also this figure from Benjamin Pedersen "Hi-precision audio in listening tests - also in the browser?" 3rd Web Audio Conference, August 2017.

screen shot 2017-09-19 at 15 43 53

Just an idea, and keeping up with 'competition', not an actual user request.

nickjillings commented 7 years ago

OK, tried to quickly implement this and it was annoyingly hard, so will stash for another day!!

Since this is a visual aid I think perhaps it should be in the interface options node:

<interface>
  <interfaceoption type="show" name="guidelines" />
</interface>