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

Fix a bug where switching between projects would sometimes crash #136

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

This was caused by the GUI attempting to display sounds that were sent from the audio thread to the GUI thread between the moment the audio monitor channel was checked and the moment a project was removed. The GUI now validates all AudioMonitor state each update by checking that they have associated sources within the currently selected project.