Skip to content

Releases: mikesol/purescript-ocarina

Rocking residual

16 Nov 08:29
Compare
Choose a tag to compare

Adds optional residual to loop scene using residual.

Less libraries

10 Nov 12:49
Compare
Choose a tag to compare

Eliminates spurious libraries and various bits of cruft.

Dependable downloads

01 Nov 10:18
Compare
Choose a tag to compare

Splits the downloading of files from their decoding into two parts. As some browsers do not allow for an audio context to be spawned before a user interaction takes place, this allows for downloads to happen on page load and for decoding to happen afterwards.

Fixing filters

29 Oct 12:47
Compare
Choose a tag to compare

A filter function was returning only undefined before. Gatsby.js caught this (thanks gatsby!). Fixed.

Concomitant constant

28 Oct 10:03
Compare
Choose a tag to compare

To make sound play on Mac and iOS, it's often desirable to start playing right as soon as an audio context is created so that it does not lapse into a suspended state. This version adds a function to do that.

Galvanizing gain

27 Oct 10:06
Compare
Choose a tag to compare

Fixes gain getters and setters in Interpret.js.

Curious context

20 Oct 10:31
Compare
Choose a tag to compare

Adds method that allow for inspecting the state of an audio context and resuming the context. These are especially helpful on Safari and on iOS.

Deft decoding

20 Oct 04:39
Compare
Choose a tag to compare

Adds more verbose errors for situations where decoding goes South. This is useful, for example, in browsers like iOS Safari that do not support as wide a range of media formats as, for example, Android Chrome.

Nubby niceties

05 Oct 13:33
Compare
Choose a tag to compare

Adds a nub constraint to graph validation for tumultuous graphs, allow input units to be used multiple times.

Celestial connections

05 Oct 13:02
Compare
Choose a tag to compare

A bugfix release that makes sure tumultuous graphs do not miss their connections.