Hi everybody,
we finally managed to get the csound~ object for pd on linux/Unix wrapped up including some examples.
http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
Hope you like it...
Orm Finnendahl Stefan Kersten
Is there any reason this can't be built on Windows (ie. uses linux only libraries) or is it worth giving a go?
mark
-----Original Message----- From: Orm Finnendahl [mailto:finnendahl@folkwang-hochschule.de] Sent: 22 February 2002 15:07 To: pd-list@iem.kug.ac.at; csound@lists.bath.ac.uk Cc: icem-all@folkwang-hochschule.de; steve@k-hornz.de Subject: [Csnd] release of csound~ for pd
Hi everybody,
we finally managed to get the csound~ object for pd on linux/Unix wrapped up including some examples.
http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
Hope you like it...
Orm Finnendahl Stefan Kersten
Orm Finnendahl hat gesagt: // Orm Finnendahl wrote:
we finally managed to get the csound~ object for pd on linux/Unix wrapped up including some examples.
http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
Hope you like it...
You bet!
That's really nice and might bring me back to writing Csound orc/sco pairs again. But I had to rename csound~-help.[orc|sco] to shorter filenames, while using pd-0.35-test11. Somehow PD didn't like the original names.
And I found, that the /tmp-pipes weren't deleted, even if I quit PD in a regular way.
But these are minor nitpicks, otherwise csound~-PD works great.
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
And I found, that the /tmp-pipes weren't deleted, even if I quit PD in a regular way.
Well, they are deleted, if I close the patch first, but not, if I just quit PD without closing the patch with csound~ first. Ciao,
Frank Barknecht wrote:
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
And I found, that the /tmp-pipes weren't deleted, even if I quit PD in a regular way.
Well, they are deleted, if I close the patch first, but not, if I just quit PD without closing the patch with csound~ first.
it seems to me that pd doesn't call destructors ("free" methods) of canvas objects when the main pd window is closed (by menu entry or window manager signal) before the respective canvas is closed ...
<sk>
Hi i am getting some real hot volumes fom the csound object i am using unoffical 4.16.0.0.a [cool name] everything sounds a bit distorted anyone else getting dist?
Pat Pagano, Director South East Just Intonation Society http://www.screwmusicforever.com/SHREESWIFT/ ----- Original Message ----- From: Stefan Kersten steve@k-hornz.de To: pd-list@iem.kug.ac.at Cc: pd-list@iem.kug.ac.at; csound@lists.bath.ac.uk Sent: Saturday, February 23, 2002 2:42 PM Subject: Re: [PD] release of csound~ for pd
Frank Barknecht wrote:
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
And I found, that the /tmp-pipes weren't deleted, even if I quit PD in a regular way.
Well, they are deleted, if I close the patch first, but not, if I just quit PD without closing the patch with csound~ first.
it seems to me that pd doesn't call destructors ("free" methods) of canvas objects when the main pd window is closed (by menu entry or window manager signal) before the respective canvas is closed ...
<sk>
shreeswifty wrote:
i am getting some real hot volumes fom the csound object i am using unoffical 4.16.0.0.a [cool name] everything sounds a bit distorted anyone else getting dist?
hmm, did you check to normalize your orchestra output to [-1.0;1.0], not the usual [-32768; 32767] csound range (i'm using v4.08.0.3a)?
oh wait , i can remember a thread on the csound list about this very issue (float output scaling). csounders, what's the latest news? the csound~ object uses -f in combination with the "no header" option. what range will floating point output get scaled to?
thanks
<sk>
This is true... I have to fix this.
cheers Miller
On Sat, Feb 23, 2002 at 08:42:41PM +0100, Stefan Kersten wrote:
Frank Barknecht wrote:
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
And I found, that the /tmp-pipes weren't deleted, even if I quit PD in a regular way.
Well, they are deleted, if I close the patch first, but not, if I just quit PD without closing the patch with csound~ first.
it seems to me that pd doesn't call destructors ("free" methods) of canvas objects when the main pd window is closed (by menu entry or window manager signal) before the respective canvas is closed ...
<sk>
Hi,
Is it possible to send midi events to a csound~ object, or at least to the csound thread launched by it ?
Regards,
Linium
Linium wrote:
Is it possible to send midi events to a csound~ object, or at least to the csound thread launched by it ?
sure: just start the csound process with "-M <loopbackdevice>" and send midi events from pd to <loopbackdevice>. substitutions for <loopbackdevice> depend on the driver used, for pointers see the recent thread "midi loopback or somesuch" on linux-audio-user.
Regards,
Linium
hth,
<sk>
Linium wrote: Is it possible to send midi events to a csound~ object, or at least to the csound thread launched by it ?
There is another way: If you get the inofficial csound for linux, there is OSC support (actually written by Stefan). This enables you to send krate float values to csound. On the pd side, get the OSC objects for pd and connect them to your midiin.
You get information and download links at:
http://cnmat.cnmat.berkeley.edu/OSC/
One advantage of OSC is that it can be sent over networks without any change in the code by just specifying the IP Number to send to/receive from.
Orm