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 a bug where simultaneous sound soundscape constraints are violated #141

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

Previously the soundscape was incorrectly constraining group and source numbers based only on the number of sounds for each installation as it added new sounds for those installations. However, the purpose of the constraints are to constrain groups and sources based on the global number of occurrences of those sounds. This commit addresses this issue by ensuring the global number of sounds are considered instead.

Closes #120.