Hey all,
I've been thinking about and wanting to do some music transcription
projects recently (inferring musical notes from audio) and what the best
way to write systems like this is clojure would be. There are java
libraries and things like fftw that can handle the *hard* parts like
compu
)
[result (conj current n)])))
(defn partition-lst
[lst]
(let [reduced (reduce foldfn [[][]] lst)
result (first reduced)
current (second reduced)]
(if (= current [])
result
(conj result current
--
Stephen Olsen
Sent with Sparrow (http://www.sparrowm