Csound Csound-dev Csound-tekno Search About

[Csnd] from C via OSC to csound

Date2020-04-16 12:21
Fromfauveboy
Subject[Csnd] from C via OSC to csound
Is there any documentation that demonstrates how to use osc with c to connect
to csound. C being an alternative to pd here:
https://www.youtube.com/watch?v=JX1C3TqP_9Y



--
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

Date2020-04-16 20:12
FromJohann Philippe <000002c2c0737523-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] from C via OSC to csound

Hello,
I don't know if your Csound instance is running from your C program, but if that's the case, I would probably just use the API csoundSetControlChannel function.
If it's not the case, I don't know any C library for sending OSC. I would then run another Csound instance to write to the OSC port.
Hope it can help.
Johann
Le jeudi 16 avril 2020 à 13:21:57 UTC+2, fauveboy <joel.ramsbottom@hotmail.co.uk> a écrit :


Is there any documentation that demonstrates how to use osc with c to connect
to csound. C being an alternative to pd here:



--

Csound mailing list
Send bugs reports to
Discussions of bugs and features can be posted here

Date2020-04-16 20:49
FromdocB <000005d2745f1ec0-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] from C via OSC to csound

c-osc lib: http://liblo.sourceforge.net/

works quite good.

On 4/16/20 9:12 PM, Johann Philippe wrote:

Hello,
I don't know if your Csound instance is running from your C program, but if that's the case, I would probably just use the API csoundSetControlChannel function.
If it's not the case, I don't know any C library for sending OSC. I would then run another Csound instance to write to the OSC port.
Hope it can help.
Johann
Le jeudi 16 avril 2020 à 13:21:57 UTC+2, fauveboy <joel.ramsbottom@hotmail.co.uk> a écrit :


Is there any documentation that demonstrates how to use osc with c to connect
to csound. C being an alternative to pd here:



--

Csound mailing list
Send bugs reports to
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

Date2020-04-16 20:51
FromJohann Philippe <000002c2c0737523-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] from C via OSC to csound
Good to know !

Le jeudi 16 avril 2020 à 21:49:39 UTC+2, docB <000005d2745f1ec0-dmarc-request@listserv.heanet.ie> a écrit :


c-osc lib: http://liblo.sourceforge.net/

works quite good.

On 4/16/20 9:12 PM, Johann Philippe wrote:

Hello,
I don't know if your Csound instance is running from your C program, but if that's the case, I would probably just use the API csoundSetControlChannel function.
If it's not the case, I don't know any C library for sending OSC. I would then run another Csound instance to write to the OSC port.
Hope it can help.
Johann
Le jeudi 16 avril 2020 à 13:21:57 UTC+2, fauveboy <joel.ramsbottom@hotmail.co.uk> a écrit :


Is there any documentation that demonstrates how to use osc with c to connect
to csound. C being an alternative to pd here:



--

Csound mailing list
Send bugs reports to
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
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

Date2020-04-18 11:15
Fromfauveboy
SubjectRe: [Csnd] from C via OSC to csound
Thanks both. Ill take a look at the library. I'd be curious to use this
library as an alternative to the csoundapi. I want to be able to change
krate values,  (in real time) in a csound program with data received from
the user via the terminal. Al



--
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