Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-30 Thread Steven Yi
Unfortunately, not at the moment. I'll need to add audio input, as well as distortion audio functions. The first should be straightforward, the second I think there are different approaches to distortion, so I'd probably start with translating Csound's distort and distort1 opcodes and move on

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-30 Thread Chris Zheng
Wow, just watched the talk. I just recently inherited a USB keyboard so I'll be trying some things out with this On a seperate topic, would pink be able to do distortion effects, ie.. Plugging in an acoustic guitar and having it modulate the waveforms? On 30 Jul 2015, at 6:39, Steven Yi

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-29 Thread Steven Yi
I haven't had much time lately so that's all there is at the moment. The design of Pink hasn't changed much since that presentation, so the contents of the video should still be relevant for understanding the design. I'm hoping to have more time available from October and am planning on

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-29 Thread Gary Verhaegen
There's http://m.youtube.com/watch?v=wDcN7yoZ6tQ, though I guess it does not cover the latest features in this release. On Wednesday, 29 July 2015, zcaudate z...@caudate.me wrote: This is so cool =) Can you put up a video? -- You received this message because you are subscribed to the

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-28 Thread zcaudate
This is so cool =) Can you put up a video? -- 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

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-28 Thread W. David Jarvis
This might be a naive question, but for someone who's only tangentially familiar with the space, where does this fit in to the overall Clojure music/sound ecosystem (re: overtone et al)? On Saturday, July 25, 2015 at 1:03:44 PM UTC-4, Steven Yi wrote: Thanks Ruslan and best of luck in your

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-28 Thread Justin Smith
Overtone has its own composition logic, but for synthesis it is a client for the open source Supercollider audio synthesis server (which is a cross platform C++ program that can be controlled via the network). Pink and Score are built in Clojure and Java without using an external server. On

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-28 Thread Steven Yi
I'd add a few other notes: * Overtone uses Supercollider 3 (SC3) for its audio processing. Pink relates more to SC3 than to Overtone, as Pink is an audio engine library, but there's some overlap. * You wouldn't likely use Overtone and Pink together. Score however is a generic library and could

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-25 Thread Steven Yi
Thanks Ruslan and best of luck in your musical work! On Sat, Jul 25, 2015 at 12:24 AM, Ruslan Prokopchuk fer.ob...@gmail.com wrote: Steven, thank you for continuing to develop Pink Score! I have some music projects as my slowly-moving-forward-hobbies, and having pure java, no deps like

[ANN] Pink 0.2.0, Score 0.3.0

2015-07-24 Thread Steven Yi
Hi All, I'd like to announce the release of Pink 0.2.0 and Score 0.3.0: [kunstmusik/pink 0.2.0] [kunstmusik/score 0.3.0] Pink is an audio engine library, and Score is a library for higher-level music representations (e.g. notes, phrases, parts, scores). ChangeLogs are available at:

Re: [ANN] Pink 0.2.0, Score 0.3.0

2015-07-24 Thread Ruslan Prokopchuk
Steven, thank you for continuing to develop Pink Score! I have some music projects as my slowly-moving-forward-hobbies, and having pure java, no deps like Supercollider, engine for one of them is very precious! пятница, 24 июля 2015 г., 23:47:30 UTC+3 пользователь Steven Yi написал: Hi All,