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

Fixes bug where adding an installation could cause audio thread to panic #147

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

This resulted in not being able to edit any of the GUI parameters for thew newly created installation. The root of the cause was that, when a new installation was created, the speaker count was reduced to 0. This would cause the DBAP calculation to panic! as there must be at least one speaker for the calculations to make any sense.

Closes #145.