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

Update to nannou 0.4.0. Includes potential fix for #60. #63

Closed mitchmindtree closed 6 years ago

mitchmindtree commented 6 years ago

Closes #77. Closes #74.

Change range slider instances to use widget skew.

Previously the skew for the slider handle was calculated manually, however as of the last conrod update range slider now has a skew parameter built in. This commit takes advantage of this.

Also fixes up an issue with canvas padding in the source editor.

Clarify the distinction between sound orientation and offset radians.

Associate the orientation of active sounds with their location as an audio:sound:Position.

mitchmindtree commented 6 years ago

Going to merge this for now and then switch back to crates.io once new glutin and glium versions are merged upstream.