packages feed

hsc3-0.18: Help/Server/b_free.help.lhs

    Sound.SC3.Lang.Help.viewServerHelp "/b_free"

> import Sound.SC3 {- hsc3 -}

It is safe to free un-allocated buffers.

    withSC3 (async (b_free (2 ^ 15)))

There is no multiple buffer form.

    withSC3 (mapM_ (\k -> async (b_free k)) [0..256])