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

Add SOLO and MUTE buttons to "Source Editor" GUI #87

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

These can be found under the volume slider introduced in the last PR.

SOLO

This button allows for soloing one or more audio sources. E.g. if one source is soloed, only sounds spawned from that source will play back through the audio output stream.

"Solo"ing is additive, in the sense that more than one source can be soloed at once.

All other soloed sounds can be un-soloed by holding Ctrl while clicking on a source's SOLO button.

By default all sources are un-soloed.

MUTE

If this button is pressed, a source is muted. In turn, all sounds that use this source to generate their signals will not play back through the audio output stream.

By default, all sounds are un-muted.

TODO