Csound Csound-dev Csound-tekno Search About

[Csnd] Python to csound

Date2018-05-17 23:18
Fromfauveboy
Subject[Csnd] Python to csound
Im using python to connect to the monome hardware. But im using csound to "do
stuff" with the data. What might be the best way to connect values in python
to csound and back again? I was imagining osc, but i realise there are many
tailored ways python is being used with csound as well which may be worth
considering?

Many thanks



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-05-18 01:15
FromMichael Gogins
SubjectRe: [Csnd] Python to csound
Why don't you use ctcsound? This is a direct, in-process,
object-oriented API interface to Csound from Python with no additional
dependencies.

Perhaps I misunderstand, though - are you running Python on one
machine, and Csound on another machine? In that case, OSC should work
fine.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Thu, May 17, 2018 at 6:18 PM, fauveboy  wrote:
> Im using python to connect to the monome hardware. But im using csound to "do
> stuff" with the data. What might be the best way to connect values in python
> to csound and back again? I was imagining osc, but i realise there are many
> tailored ways python is being used with csound as well which may be worth
> considering?
>
> Many thanks
>
>
>
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here