Fork me on GitHub
#music
<
2022-04-16
>
blueberry10:04:25

Clojure Sound is a library for transforming digital media and communicating with MIDI devices. https://github.com/uncomplicate/clojure-sound I haven't written documentation for each function yet, but the whole https://docs.oracle.com/javase/tutorial/sound/TOC.html is covered as https://github.com/uncomplicate/clojure-sound/tree/master/test/clojure/uncomplicate/clojure_sound, which is even more useful because it shows how each function works in context of real use cases.

👀 3