This project was made as part of the Open University's BSc Computing course, for the TM470 Computing And IT Project.
The project was an exploration of accessible and useable creative applications, in response to the inconsistent implementation of
accessibility standards in web-based and standalone music creation tools.
This began with the creation of a programmable metronome which could support training mechanics: working towards playing at a
higher tempo, training consistency in timekeeping, and learning smooth transitions between note subdivisions.
It also attempted to make learning musical concepts easier for non-musicians, and to enable musicians to experiment with ideas
quickly. This was achieved with a suite of synthesizer controllers, with support for automated transposition of melodies,
variable time signatures, and creation of complex chords without the need for instrument-specific knowledge of these processes.
This project utilises the Web Audio API via the Tone.JS framework, an object-oriented utilisation of vanilla JaveScript, HTML, and CSS.
The music theory implementation was built in JavaScript for this project.
This project demonstrates, even in spite of some flawed design decisions, that complex creative interfaces can comply with web accessibility standards and not exclude users with most accessibility needs.