museumsvictoria / spatial_audio_server

An audio backend for the multi-layered soundscape of Beyond Perception: Seeing the Unseen, a permanent exhibition at Scienceworks in Melbourne, Australia.
81 stars 14 forks source link

Implement Custom Installations (Add, Remove, Rename) #134

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

This refactors the codebase to support custom installations.

Installations now support:

Note that when editing and entering a new installation name, the OSC address will be updated to be the "slugified" (computer-friendly) version of that name.

By default (if there is no existing state.json file) the audio server will generate the known beyond perception installations.

The server still supports loading the original fixed installation states, so it should be fine to use old projects with this version.