[Csnd] Csound API Examples - v0.2
Date | 2013-11-25 20:06 |
From | Steven Yi |
Subject | [Csnd] Csound API Examples - v0.2 |
Hi All, I just wanted to update everyone that I've tagged a 0.2 version of the Csound API Examples: https://github.com/kunstmusik/csoundAPI_examples Thanks to numerous contributions by Richard Henninger, Francesco Armando Porta , Francois Pinnot, Dave Seidel, and Rory Walsh, we now have example translated to the following languages: * Clojure * C# * Go * JRuby * Python * C * C++ * Java * Lua * Visual Basic For myself, I think I will look at Obj-C (w/XCode project), Groovy, and Scala next for translation. I think it'd be great to get examples translated into Common Lisp, Haskell, and Scheme too. I'd like to mention that I think it's amazing that we're able to use Csound from so many different languages. Also, thanks very much to the contributors for their time to port the example set into the different languages! Thanks! steven |
Date | 2013-11-25 22:53 |
From | peiman khosravi |
Subject | Re: [Csnd] Csound API Examples - v0.2 |
wow, this is really an enormously useful resource. Thanks Steven and everyone for taking on this project. On 25 November 2013 20:06, Steven Yi <stevenyi@gmail.com> wrote: Hi All, |
Date | 2013-11-25 23:04 |
From | peiman khosravi |
Subject | Re: [Csnd] Csound API Examples - v0.2 |
Just an observation: in example12.py (the python slider example), the slider is reversed, with the highs at the bottom! P On 25 November 2013 22:53, peiman khosravi <peimankhosravi@gmail.com> wrote:
|
Date | 2013-11-25 23:14 |
From | peiman khosravi |
Subject | Re: [Csnd] Csound API Examples - v0.2 |
Wow, I love the line generating stuff in python. Really great stuff Steven! On 25 November 2013 23:04, peiman khosravi <peimankhosravi@gmail.com> wrote:
|
Date | 2013-12-04 18:02 |
From | Steven Yi |
Subject | Re: [Csnd] Csound API Examples - v0.2 |
Hi Peiman, A late reply, but yes, the python example has the slider upside down. :P I'm not sure how to fix that, and at the moment for the API examples I'm focusing on the newer languages (working on Groovy now, will move on to Scala next). If you would, please file an issue on the site for this: https://github.com/kunstmusik/csoundAPI_examples/issues I'll take a look when I finish this round of work or maybe someone else might be able to submit a patch. Thanks and glad these are useful! steven On Mon, Nov 25, 2013 at 6:14 PM, peiman khosravi |
Date | 2013-12-05 03:01 |
From | peiman khosravi |
Subject | Re: [Csnd] Csound API Examples - v0.2 |
Hi Steven,
I think I have a fix for it. I'll send it to you off the list in a day (not in London at the moment).
P On 4 December 2013 18:02, Steven Yi <stevenyi@gmail.com> wrote: Hi Peiman, |
Date | 2013-12-05 03:37 |
From | Steven Yi |
Subject | Re: [Csnd] Csound API Examples - v0.2 |
Sounds good, thanks! On Wed, Dec 4, 2013 at 10:01 PM, peiman khosravi |