Csound Csound-dev Csound-tekno Search About

[Csnd-dev] OSC API examples

Date2016-04-04 16:03
FromSUBSCRIBE 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) ? 

Date2016-04-04 16:08
FromRory Walsh
SubjectRe: [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,
could anyone please suggest me how to receive data from ethernet socket (OSC or other) ?
Many thanks.


Date2016-04-04 16:49
Fromcristiano piatti
SubjectRe: [Csnd-dev] OSC API examples
Perfec !
And what about real time I/O ?


2016-04-04 17:08 GMT+02:00 Rory Walsh :
> 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
>  wrote:
>>
>> Hi everybody,
>> could anyone please suggest me how to receive data from ethernet socket
>> (OSC or other) ?
>> Many thanks.
>

Date2016-04-04 16:50
Fromcristiano piatti
SubjectRe: [Csnd-dev] OSC API examples
Audio...

2016-04-04 17:49 GMT+02:00 cristiano piatti :
> Perfec !
> And what about real time I/O ?
>
>
> 2016-04-04 17:08 GMT+02:00 Rory Walsh :
>> 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
>>  wrote:
>>>
>>> Hi everybody,
>>> could anyone please suggest me how to receive data from ethernet socket
>>> (OSC or other) ?
>>> Many thanks.
>>

Date2016-04-04 17:02
FromRory Walsh
SubjectRe: [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...

2016-04-04 17:49 GMT+02:00 cristiano piatti <cristiano.piatti@gmail.com>:
> Perfec !
> And what about real time I/O ?
>
>
> 2016-04-04 17:08 GMT+02:00 Rory Walsh <rorywalsh@ear.ie>:
>> 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,
>>> could anyone please suggest me how to receive data from ethernet socket
>>> (OSC or other) ?
>>> Many thanks.
>>
>>


Date2016-04-04 17:57
Fromcristiano piatti
SubjectRe: [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 :
> 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 
> wrote:
>>
>> Audio...
>>
>> 2016-04-04 17:49 GMT+02:00 cristiano piatti :
>> > Perfec !
>> > And what about real time I/O ?
>> >
>> >
>> > 2016-04-04 17:08 GMT+02:00 Rory Walsh :
>> >> 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
>> >>  wrote:
>> >>>
>> >>> Hi everybody,
>> >>> could anyone please suggest me how to receive data from ethernet
>> >>> socket
>> >>> (OSC or other) ?
>> >>> Many thanks.
>> >>
>> >>
>

Date2016-04-04 17:57
FromAnders Genell
SubjectRe: [Csnd-dev] OSC API examples
Maybe he is referring to real time audio through OSC?

4 apr. 2016 kl. 18:02 skrev Rory Walsh <rorywalsh@EAR.IE>:

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

2016-04-04 17:49 GMT+02:00 cristiano piatti <cristiano.piatti@gmail.com>:
> Perfec !
> And what about real time I/O ?
>
>
> 2016-04-04 17:08 GMT+02:00 Rory Walsh <rorywalsh@ear.ie>:
>> 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,
>>> could anyone please suggest me how to receive data from ethernet socket
>>> (OSC or other) ?
>>> Many thanks.
>>
>>


Date2016-04-04 18:12
FromRory Walsh
SubjectRe: [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
application embedding Csound API.



2016-04-04 18:02 GMT+02:00 Rory Walsh <rorywalsh@ear.ie>:
> 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...
>>
>> 2016-04-04 17:49 GMT+02:00 cristiano piatti <cristiano.piatti@gmail.com>:
>> > Perfec !
>> > And what about real time I/O ?
>> >
>> >
>> > 2016-04-04 17:08 GMT+02:00 Rory Walsh <rorywalsh@ear.ie>:
>> >> 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,
>> >>> could anyone please suggest me how to receive data from ethernet
>> >>> socket
>> >>> (OSC or other) ?
>> >>> Many thanks.
>> >>
>> >>
>
>


Date2016-04-05 12:44
Fromjpff
SubjectRe: [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 :
>
>       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
>  wrote:
>       Audio...
>
>       2016-04-04 17:49 GMT+02:00 cristiano piatti
>       :
>       > Perfec !
>       > And what about real time I/O ?
>       >
>       >
>       > 2016-04-04 17:08 GMT+02:00 Rory Walsh
>       :
>       >> 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
>       >>  wrote:
>       >>>
>       >>> Hi everybody,
>       >>> could anyone please suggest me how to receive data
>       from ethernet socket
>       >>> (OSC or other) ?
>       >>> Many thanks.
>       >>
>       >>
> 
> 
> 
>