The HTML templates, JavaScript, and CSS in this repository are now essentially the default user interface for Audimance. We should consider migrating all the performance-agnostic parts here to the audimance repository so they won't have to be duplicated for future performances (such as The Next TiMEs).
The parts that are currently performance-specific here are:
- views/index.html, which is a plain HTML page (no server side templating) containing the audio program for Descent
- agenda.yaml, which of course contains all the Descent-specific audio cues and spatial layout coordinates
For the first, we could consider rendering the program view from configuration, either in the agenda.yaml itself or a separate file. Alternatively, sticking with plain HTML would give a bit more room for production-specific presentations, though we'll need some mechanism (or convention) to specify to the Audimance server where to load that particular view from.
The HTML templates, JavaScript, and CSS in this repository are now essentially the default user interface for Audimance. We should consider migrating all the performance-agnostic parts here to the audimance repository so they won't have to be duplicated for future performances (such as The Next TiMEs).
The parts that are currently performance-specific here are:
For the first, we could consider rendering the program view from configuration, either in the agenda.yaml itself or a separate file. Alternatively, sticking with plain HTML would give a bit more room for production-specific presentations, though we'll need some mechanism (or convention) to specify to the Audimance server where to load that particular view from.