Hi Mike,

That's fantastic, thanks for sharing! It definitely looks useful.  I've 
bookmarked the page and cloned the repo to study up on later.  I'm not sure 
I'll be able to use the implementation directly as I'm not quite sure yet 
what direction I'll go with for implementing FFT's in Pink (I have a todo 
to explore getting Pink working in Clojurescript, which might affect what 
libraries I go with).  imagez looks like it'd work very nicely for the 
pink-viz side though. Either way, I'll be sure to credit anything I use 
from your article and project. 

Thanks!
steven

On Sunday, March 8, 2015 at 6:40:40 PM UTC-4, Mikera wrote:
>
> Looks cool, thanks for sharing!
>
> Not sure how useful it is, but I wrote some code and a blog post a while 
> back about doing spectrograms in Clojure:
>
> https://clojurefun.wordpress.com/2013/12/22/spectrograms-with-overtone/
>
> On Monday, 9 March 2015 02:36:27 UTC+8, Steven Yi wrote:
>>
>> Hi All, 
>>
>> I'd like to announce the release of Pink 0.1.0 and Score 0.2.0: 
>>
>> [kunstmusik/pink "0.1.0"] 
>> [kunstmusik/score "0.2.0"] 
>>
>> Pink is an audio engine library, and Score is a library for 
>> higher-level music representations (e.g. notes, phrases, parts, 
>> scores). 
>>
>> For more information, please see the projects' docs at: 
>>
>> http://github.com/kunstmusik/pink 
>> http://github.com/kunstmusik/score 
>>
>> and examples of using both at: 
>>
>> http://github.com/kunstmusik/music-examples 
>>
>> To note, this is the first stable version of Pink.  I got into a bit 
>> of "let me add just one more feature..." but decided it was time 
>> enough to issue a release. Score's changes since 0.1.0 are primarily a 
>> better organization of files, as well as organizing music into 
>> measured and/or timed scores.  See [1] for an example of measured 
>> score use. 
>>
>> Next steps planned for Pink are some more unit generators (i.e. comb 
>> filter, convolution) and effects (i.e. reverbs). Next steps planned 
>> for Score are currently just adding Xenakis-style sieves.  I've also 
>> been using plotting code enabled as a separate Leiningen profile in 
>> Pink, which I am planning to move to an additional library 
>> (tentatively called pink-viz).  The plans for pink-viz are to collect 
>> useful functions for helping to write unit generators (i.e. 
>> oscilloscope, bode plot, FFT spectrogram). 
>>
>> Thanks! 
>> steven 
>>
>> [1] - 
>> https://github.com/kunstmusik/music-examples/blob/master/src/music_examples/track1.clj#L263
>>  
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to