Csound Csound-dev Csound-tekno Search About

[Csnd] Csound API Examples - v0.2

Date2013-11-25 20:06
FromSteven 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

Date2013-11-25 22:53
Frompeiman khosravi
SubjectRe: [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,

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


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-11-25 23:04
Frompeiman khosravi
SubjectRe: [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!




On 25 November 2013 22:53, peiman khosravi <peimankhosravi@gmail.com> wrote:
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,

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


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"





Date2013-11-25 23:14
Frompeiman khosravi
SubjectRe: [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:
Just an observation: in example12.py (the python slider example), the slider is reversed, with the highs at the bottom!

On 25 November 2013 22:53, peiman khosravi <peimankhosravi@gmail.com> wrote:
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,

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


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"






Date2013-12-04 18:02
FromSteven Yi
SubjectRe: [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
 wrote:
> Wow, I love the line generating stuff in python. Really great stuff Steven!
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 25 November 2013 23:04, peiman khosravi  wrote:
>>
>> Just an observation: in example12.py (the python slider example), the
>> slider is reversed, with the highs at the bottom!
>>
>> P
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || RSS Feed || Concert News
>>
>>
>> On 25 November 2013 22:53, peiman khosravi 
>> wrote:
>>>
>>> wow, this is really an enormously useful resource. Thanks Steven and
>>> everyone for taking on this project.
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || RSS Feed || Concert News
>>>
>>>
>>> On 25 November 2013 20:06, Steven Yi  wrote:
>>>>
>>>> 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
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug trackers
>>>> csound6:
>>>>             https://sourceforge.net/p/csound/tickets/
>>>> csound5:
>>>>             https://sourceforge.net/p/csound/bugs/
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>
>

Date2013-12-05 03:01
Frompeiman khosravi
SubjectRe: [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,

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
<peimankhosravi@gmail.com> wrote:
> Wow, I love the line generating stuff in python. Really great stuff Steven!
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 25 November 2013 23:04, peiman khosravi <peimankhosravi@gmail.com> wrote:
>>
>> Just an observation: in example12.py (the python slider example), the
>> slider is reversed, with the highs at the bottom!
>>
>> P
>>
>>
>>
>>
>> www.peimankhosravi.co.uk || RSS Feed || Concert News
>>
>>
>> On 25 November 2013 22:53, peiman khosravi <peimankhosravi@gmail.com>
>> wrote:
>>>
>>> wow, this is really an enormously useful resource. Thanks Steven and
>>> everyone for taking on this project.
>>>
>>>
>>>
>>>
>>> www.peimankhosravi.co.uk || RSS Feed || Concert News
>>>
>>>
>>> On 25 November 2013 20:06, Steven Yi <stevenyi@gmail.com> wrote:
>>>>
>>>> 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
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug trackers
>>>> csound6:
>>>>             https://sourceforge.net/p/csound/tickets/
>>>> csound5:
>>>>             https://sourceforge.net/p/csound/bugs/
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-12-05 03:37
FromSteven Yi
SubjectRe: [Csnd] Csound API Examples - v0.2
Sounds good, thanks!

On Wed, Dec 4, 2013 at 10:01 PM, peiman khosravi
 wrote:
> 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
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 4 December 2013 18:02, Steven Yi  wrote:
>>
>> 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
>>  wrote:
>> > Wow, I love the line generating stuff in python. Really great stuff
>> > Steven!
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || RSS Feed || Concert News
>> >
>> >
>> > On 25 November 2013 23:04, peiman khosravi 
>> > wrote:
>> >>
>> >> Just an observation: in example12.py (the python slider example), the
>> >> slider is reversed, with the highs at the bottom!
>> >>
>> >> P
>> >>
>> >>
>> >>
>> >>
>> >> www.peimankhosravi.co.uk || RSS Feed || Concert News
>> >>
>> >>
>> >> On 25 November 2013 22:53, peiman khosravi 
>> >> wrote:
>> >>>
>> >>> wow, this is really an enormously useful resource. Thanks Steven and
>> >>> everyone for taking on this project.
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> www.peimankhosravi.co.uk || RSS Feed || Concert News
>> >>>
>> >>>
>> >>> On 25 November 2013 20:06, Steven Yi  wrote:
>> >>>>
>> >>>> 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
>> >>>>
>> >>>>
>> >>>> Send bugs reports to the Sourceforge bug trackers
>> >>>> csound6:
>> >>>>             https://sourceforge.net/p/csound/tickets/
>> >>>> csound5:
>> >>>>             https://sourceforge.net/p/csound/bugs/
>> >>>> Discussions of bugs and features can be posted here
>> >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>>> "unsubscribe
>> >>>> csound"
>> >>>>
>> >>>>
>> >>>
>> >>
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>