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 bug where "Simultaneous Sounds" slider would disappear #101

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

Currently the "Simultaneous Sounds" slider used within the "Installation Editor" is accidentally shared with the same slider in the "Soundscape Editor" panel. This would cause the Installation Editor's slider to disappear whenever the Soundscape Editor panel was open.

This PR fixes this issue so that both panels use their own unique sliders.

Closes #92.