Csound Csound-dev Csound-tekno Search About

[Csnd] Someone willing to share OSC csd

Date2012-05-29 19:46
FromMatti Koskinen
Subject[Csnd] Someone willing to share OSC csd
 I could use a csd using osc. If i try to do one, it will take time and and no guarantee it would work. So i'd gladly try my hacks with a real csd.
Rory, where you found csoundo for doubles? Git gave only the float one.
Tnx
-matti

Sent from Huawei Mobile

Rory Walsh  wrote:

>Sounds interesting. Just one thing, there is a doubles version of
>Csoundo for windows. I'm using it here.
>
>On 28 May 2012 20:00, Matti Koskinen  wrote:
>> On 28.5.2012 21:30, Dave Phillips wrote:
>>>
>>> On 05/28/2012 09:28 AM, Dave Seidel wrote:
>>>>
>>>> Nice work as usual, Dave! I hope someday to devote some time to
>>>> learning to use AVSynthesis, though I'm also tempted in the direction
>>>> of using Processing to combine Csound and visuals.
>>>>
>>>> - Dave
>>>
>>>
>>> Thanks for lending an ear, Dave, it's always appreciated.
>>>
>>> Obviously I like the graphics manipulation tools provided by the AVS GUI
>>> but another composer may prefer the flexibility of Processing's language
>>> interface. But it's ultimately a win all around - one program can massage
>>> files created by the other, or you could control a system of AVS +
>>> Processing + Csound in realtime with OSC and/or MIDI. Lots of interesting
>>> possibilities these days for Csound and graphics. I'm always interested in
>>> such possibilities, please post news of anything you do in that direction.
>>>
>>> Best,
>>>
>>> dp
>>
>> Hi guys,
>>
>> As I sometimes back told my needs for graphics + csound, I've coded last
>> weekend really hard. I managed to get the driver for pico projector work in
>> Win7 (originally for Linux) + liblo + pthreadsVC. The only platform I have
>> been able to build opengl for opencv is win7+msvc, Mac doesn't link
>> properly, MSYS doesn't compile the code for opengl-window on win7, Linux
>> I've not tried very hard, but seemed some problems. Csoundo for Processing
>> didn't work on win7. Probably a fresh build on mac could solve things.
>> Csoundo needs float sample csound, and on win7 there are no new float
>> csounds. Also it was not so nice to use the projector as another monitor
>> only, it simply showed everything what was visible on a monitor. Now the
>> pico-driver shows just images sent to it. A nice feature.
>>
>> I've been testing the liblo-part with mixed results. On a win7 computer,
>> oscdump and oscsend work together ok. Also oscdump showed a message coming
>> from csound (Dave, your example osc-receive and osc-send.csd). The other way
>> round, to send a message to csound doesn't work. (For that matter,
>> osc-send.csd  messages didn't come up to osc-receive.csd). Also I have just
>> running Grace reading midi from rtpMIDI on an XP box, and sending them as
>> OSC to win7. oscdump doesn't catch anything. oscsend from win7 to grace on
>> mac messages are dumped on grace's window. Next thing I'll do is run
>> Processing to read and print OSC-messages, to eliminate some of the quirks
>> made by me to get liblo compiled with MSVC.
>>
>> Processing is very good, but I need some system that can run unattended.
>> Some applications made by Processing won't run correctly, eg. the camera,
>> the only way is to press the run-button on Processing window.
>>
>> back to testing...
>>
>> -matti
>>
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> 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 tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>Discussions of bugs and features can be posted here
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-05-29 19:48
FromRory Walsh
SubjectRe: [Csnd] Someone willing to share OSC csd
It took me some time to find it too!

https://github.com/jacobjoaquin/Csoundo/downloads

Date2012-05-29 19:49
FromVictor
SubjectRe: [Csnd] Someone willing to share OSC csd
The manual example is a good one. But if you need a different one I can send you something tomorrow from the office.

Victor

On 29 May 2012, at 19:46, Matti Koskinen  wrote:

> I could use a csd using osc. If i try to do one, it will take time and and no guarantee it would work. So i'd gladly try my hacks with a real csd.
> Rory, where you found csoundo for doubles? Git gave only the float one.
> Tnx
> -matti
> 
> Sent from Huawei Mobile
> 
> Rory Walsh  wrote:
> 
>> Sounds interesting. Just one thing, there is a doubles version of
>> Csoundo for windows. I'm using it here.
>> 
>> On 28 May 2012 20:00, Matti Koskinen  wrote:
>>> On 28.5.2012 21:30, Dave Phillips wrote:
>>>> 
>>>> On 05/28/2012 09:28 AM, Dave Seidel wrote:
>>>>> 
>>>>> Nice work as usual, Dave! I hope someday to devote some time to
>>>>> learning to use AVSynthesis, though I'm also tempted in the direction
>>>>> of using Processing to combine Csound and visuals.
>>>>> 
>>>>> - Dave
>>>> 
>>>> 
>>>> Thanks for lending an ear, Dave, it's always appreciated.
>>>> 
>>>> Obviously I like the graphics manipulation tools provided by the AVS GUI
>>>> but another composer may prefer the flexibility of Processing's language
>>>> interface. But it's ultimately a win all around - one program can massage
>>>> files created by the other, or you could control a system of AVS +
>>>> Processing + Csound in realtime with OSC and/or MIDI. Lots of interesting
>>>> possibilities these days for Csound and graphics. I'm always interested in
>>>> such possibilities, please post news of anything you do in that direction.
>>>> 
>>>> Best,
>>>> 
>>>> dp
>>> 
>>> Hi guys,
>>> 
>>> As I sometimes back told my needs for graphics + csound, I've coded last
>>> weekend really hard. I managed to get the driver for pico projector work in
>>> Win7 (originally for Linux) + liblo + pthreadsVC. The only platform I have
>>> been able to build opengl for opencv is win7+msvc, Mac doesn't link
>>> properly, MSYS doesn't compile the code for opengl-window on win7, Linux
>>> I've not tried very hard, but seemed some problems. Csoundo for Processing
>>> didn't work on win7. Probably a fresh build on mac could solve things.
>>> Csoundo needs float sample csound, and on win7 there are no new float
>>> csounds. Also it was not so nice to use the projector as another monitor
>>> only, it simply showed everything what was visible on a monitor. Now the
>>> pico-driver shows just images sent to it. A nice feature.
>>> 
>>> I've been testing the liblo-part with mixed results. On a win7 computer,
>>> oscdump and oscsend work together ok. Also oscdump showed a message coming
>>> from csound (Dave, your example osc-receive and osc-send.csd). The other way
>>> round, to send a message to csound doesn't work. (For that matter,
>>> osc-send.csd  messages didn't come up to osc-receive.csd). Also I have just
>>> running Grace reading midi from rtpMIDI on an XP box, and sending them as
>>> OSC to win7. oscdump doesn't catch anything. oscsend from win7 to grace on
>>> mac messages are dumped on grace's window. Next thing I'll do is run
>>> Processing to read and print OSC-messages, to eliminate some of the quirks
>>> made by me to get liblo compiled with MSVC.
>>> 
>>> Processing is very good, but I need some system that can run unattended.
>>> Some applications made by Processing won't run correctly, eg. the camera,
>>> the only way is to press the run-button on Processing window.
>>> 
>>> back to testing...
>>> 
>>> -matti
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Send bugs reports to the Sourceforge bug tracker
>>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> 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 tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> 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 tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 


Date2012-05-29 20:20
FromMatti Koskinen
SubjectRe: [Csnd] Someone willing to share OSC csd
On 29.5.2012 21:49, Victor wrote:
> The manual example is a good one. But if you need a different one I can send you something tomorrow from the office.
>
Thanks, haven't looked at flossmanuals.

-matti


Date2012-05-29 20:41
FromVictor
SubjectRe: [Csnd] Someone willing to share OSC csd
I mean the reference manual

http://www.csounds.com/manual/html/OSClisten.html

On 29 May 2012, at 20:20, Matti Koskinen  wrote:

> On 29.5.2012 21:49, Victor wrote:
>> The manual example is a good one. But if you need a different one I can send you something tomorrow from the office.
>> 
> Thanks, haven't looked at flossmanuals.
> 
> -matti
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 


Date2012-05-30 10:57
FromVictor Lazzarini
SubjectRe: [Csnd] Someone willing to share OSC csd
Attachmentsosc-example.csd  
I am not sure how helpful this would be, but see attached. It's a minimal example that sets up a listener and then uses another instrument to send to that listener.

Victor


On 29 May 2012, at 20:20, Matti Koskinen wrote:

> On 29.5.2012 21:49, Victor wrote:
>> The manual example is a good one. But if you need a different one I can send you something tomorrow from the office.
>> 
> Thanks, haven't looked at flossmanuals.
> 
> -matti
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2012-05-31 06:42
FromRory Walsh
SubjectRe: [Csnd] Someone willing to share OSC csd
Here's another example here.

http://www.csounds.com/node/1368


On 30 May 2012 11:57, Victor Lazzarini  wrote:
> I am not sure how helpful this would be, but see attached. It's a minimal example that sets up a listener and then uses another instrument to send to that listener.
>
> Victor
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>
> On 29 May 2012, at 20:20, Matti Koskinen wrote:
>
>> On 29.5.2012 21:49, Victor wrote:
>>> The manual example is a good one. But if you need a different one I can send you something tomorrow from the office.
>>>
>> Thanks, haven't looked at flossmanuals.
>>
>> -matti
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>