[Csnd-dev] OSC API examples
Date | 2016-04-04 16:03 |
From | SUBSCRIBE CSOUND Anonymous |
Subject | [Csnd-dev] OSC API examples |
Hi everybody, could anyone please suggest me how to receive data from ethernet socket (OSC or other) ? |
Date | 2016-04-04 16:08 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] OSC API examples |
See OSCinit, OSClisten and OSCsend. You can just them in your Csound file and let Csound take care of all connections. No need to reinvent the wheel. On 4 April 2016 at 16:03, SUBSCRIBE CSOUND Anonymous <cristiano.piatti@gmail.com> wrote: Hi everybody, |
Date | 2016-04-04 16:49 |
From | cristiano piatti |
Subject | Re: [Csnd-dev] OSC API examples |
Perfec ! And what about real time I/O ? 2016-04-04 17:08 GMT+02:00 Rory Walsh |
Date | 2016-04-04 16:50 |
From | cristiano piatti |
Subject | Re: [Csnd-dev] OSC API examples |
Audio... 2016-04-04 17:49 GMT+02:00 cristiano piatti |
Date | 2016-04-04 17:02 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] OSC API examples |
Csound has been capable of realtime audio IO since the mid 90s. Have you ever actually used Csound? Perhaps you should explain what you are trying to do. If you give us more details it might be easier to guide you in the right direction. On 4 April 2016 at 16:50, cristiano piatti <cristiano.piatti@gmail.com> wrote: Audio... |
Date | 2016-04-04 17:57 |
From | cristiano piatti |
Subject | Re: [Csnd-dev] OSC API examples |
I want to access adc, dac and ethernet socket from my standalone application embedding Csound API. 2016-04-04 18:02 GMT+02:00 Rory Walsh |
Date | 2016-04-04 17:57 |
From | Anders Genell |
Subject | Re: [Csnd-dev] OSC API examples |
Maybe he is referring to real time audio through OSC?
|
Date | 2016-04-04 18:12 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] OSC API examples |
Csound can handle all that stuff for you. You can even use Csound's audio IO modules so that you don't need to code routines to access the ADC/DACs. What I would do is first write a Csound instrument that does what you want, and then wrap it with the API. There is little point in rewriting functionality that already exists in Csound. On 4 April 2016 at 17:57, cristiano piatti <cristiano.piatti@gmail.com> wrote: I want to access adc, dac and ethernet socket from my standalone |
Date | 2016-04-05 12:44 |
From | jpff |
Subject | Re: [Csnd-dev] OSC API examples |
On Mon, 4 Apr 2016, Anders Genell wrote: > Maybe he is referring to real time audio through OSC? > Available in 6.07 -- only weakly tested though > 4 apr. 2016 kl. 18:02 skrev Rory Walsh |