Csound Csound-dev Csound-tekno Search About

[Cs-dev] csound-java Ubuntu

Date2007-03-20 10:21
FromCarsten Høyer
Subject[Cs-dev] csound-java Ubuntu
Hi
This is my first post in this mailinglist. The reason why i joined was 
because i wanted to use Java for some programming with csound.
As far as i have been able to figure out there is something called 
JCsound (which is impossible to find on the net) and also csound-java.

I have been trying to install csound-java in my Linux Ubuntu Feisty Fawn 
without much luck. I have to say that im really new to linux, i have 
been using windows before. I have also been using csound for a while, 
but never as a developer.

I was hoping somebody could help me install csound-java on my Ubuntu. 
When i try this:
"Sudo su" -blablabla
"rpm -ivh /home/carsten/Desktop/csound-java-5.03.0-9.fc7.i386.rpm"

Im getting this:
Warning: /home/carsten/Desktop/csound-java-5.03.0-9.fc7.i386.rpm: Header 
V3 DSA signature: NOKEY, key ID 1ac70ce6
error: Failed dependencies:
        /bin/sh is needed by csound-java-5.03.0-9.fc7.i386
        /sbin/ldconfig is needed by csound-java-5.03.0-9.fc7.i386
        csound = 5.03.0-9.fc7 is needed by csound-java-5.03.0-9.fc7.i386
        java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_88rh is needed by 
csound-java-5.03.0-9.fc7.i386
        java-gcj-compat is needed by csound-java-5.03.0-9.fc7.i386
        jpackage-utils >= 1.5 is needed by csound-java-5.03.0-9.fc7.i386
        libc.so.6 is needed by csound-java-5.03.0-9.fc7.i386
        libc.so.6(GLIBC_2.0) is needed by csound-java-5.03.0-9.fc7.i386
        libc.so.6(GLIBC_2.1) is needed by csound-java-5.03.0-9.fc7.i386
        libc.so.6(GLIBC_2.1.3) is needed by csound-java-5.03.0-9.fc7.i386
        libc.so.6(GLIBC_2.4) is needed by csound-java-5.03.0-9.fc7.i386
        libcsound.so.5.1 is needed by csound-java-5.03.0-9.fc7.i386
        libdl.so.2 is needed by csound-java-5.03.0-9.fc7.i386
        libgcc_s.so.1 is needed by csound-java-5.03.0-9.fc7.i386
        libgcc_s.so.1(GCC_3.0) is needed by csound-java-5.03.0-9.fc7.i386
        libgcj_bc.so.1 is needed by csound-java-5.03.0-9.fc7.i386
        libm.so.6 is needed by csound-java-5.03.0-9.fc7.i386
        libpthread.so.0 is needed by csound-java-5.03.0-9.fc7.i386
        librt.so.1 is needed by csound-java-5.03.0-9.fc7.i386
        libsndfile.so.1 is needed by csound-java-5.03.0-9.fc7.i386
        libsndfile.so.1(libsndfile.so.1.0) is needed by 
csound-java-5.03.0-9.fc7.i386
        libstdc++.so.6 is needed by csound-java-5.03.0-9.fc7.i386
        libstdc++.so.6(CXXABI_1.3) is needed by 
csound-java-5.03.0-9.fc7.i386
        libstdc++.so.6(GLIBCXX_3.4) is needed by 
csound-java-5.03.0-9.fc7.i386
        libutil.so.1 is needed by csound-java-5.03.0-9.fc7.i386
        libz.so.1 is needed by csound-java-5.03.0-9.fc7.i386
        rtld(GNU_HASH) is needed by csound-java-5.03.0-9.fc7.i386

I have some questions i hope you can answer:
1. is csound-java-5.03.0-9.fc7.i386 the newest version available for 
i386 architecture?
2. How do i force an older version of csound. Ubuntu updates it to 5.05 
i think?
3. some of these dependencies i have installed, why do you think it cant 
recognize them?
4. what does the NO KEY error mean?

I hope you will take the time to try and guide me. I have been spending 
a lot of time with this.
Thank you

Carsten Hoyer


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-20 12:35
From"Steven Yi"
SubjectRe: [Cs-dev] csound-java Ubuntu
AttachmentsNone  

Date2007-03-20 19:52
FromRory Walsh
SubjectRe: [Cs-dev] csound-java Ubuntu
I use Ubuntu here and there is a deb package available although I am not 
sure how up to date it is. It might get you started however. You can get 
it with

sudo apt-get install csound

Rory.



Steven Yi wrote:
> Hi Carsten,
> 
> I think one of the main problems here is you are using Ubuntu but are
> trying to install an RPM which is made for Fedora Core.  Ubuntu uses
> deb's as far as I know, and the two package managers don't really talk
> to each other to handle dependencies.
> 
> You might want to try Csound5.05-i386d.tar.gz  from the sourceforge
> download page (http://www.sf.net/projects/csound).  I haven't tried it
> but I think it has an installer and is built on Debian(?).  I remember
> Michael Gogins mentioning work on building a DEB for Ubuntu, but I
> don't remember what the status of that is. Hopefully someone else with
> Ubuntu installed can help out here.
> 
> Good luck!
> steven
> 
> 
> On 3/20/07, Carsten Høyer  wrote:
>> Hi
>> This is my first post in this mailinglist. The reason why i joined was
>> because i wanted to use Java for some programming with csound.
>> As far as i have been able to figure out there is something called
>> JCsound (which is impossible to find on the net) and also csound-java.
>>
>> I have been trying to install csound-java in my Linux Ubuntu Feisty Fawn
>> without much luck. I have to say that im really new to linux, i have
>> been using windows before. I have also been using csound for a while,
>> but never as a developer.
>>
>> I was hoping somebody could help me install csound-java on my Ubuntu.
>> When i try this:
>> "Sudo su" -blablabla
>> "rpm -ivh /home/carsten/Desktop/csound-java-5.03.0-9.fc7.i386.rpm"
>>
>> Im getting this:
>> Warning: /home/carsten/Desktop/csound-java-5.03.0-9.fc7.i386.rpm: Header
>> V3 DSA signature: NOKEY, key ID 1ac70ce6
>> error: Failed dependencies:
>>         /bin/sh is needed by csound-java-5.03.0-9.fc7.i386
>>         /sbin/ldconfig is needed by csound-java-5.03.0-9.fc7.i386
>>         csound = 5.03.0-9.fc7 is needed by csound-java-5.03.0-9.fc7.i386
>>         java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_88rh is needed by
>> csound-java-5.03.0-9.fc7.i386
>>         java-gcj-compat is needed by csound-java-5.03.0-9.fc7.i386
>>         jpackage-utils >= 1.5 is needed by csound-java-5.03.0-9.fc7.i386
>>         libc.so.6 is needed by csound-java-5.03.0-9.fc7.i386
>>         libc.so.6(GLIBC_2.0) is needed by csound-java-5.03.0-9.fc7.i386
>>         libc.so.6(GLIBC_2.1) is needed by csound-java-5.03.0-9.fc7.i386
>>         libc.so.6(GLIBC_2.1.3) is needed by csound-java-5.03.0-9.fc7.i386
>>         libc.so.6(GLIBC_2.4) is needed by csound-java-5.03.0-9.fc7.i386
>>         libcsound.so.5.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         libdl.so.2 is needed by csound-java-5.03.0-9.fc7.i386
>>         libgcc_s.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         libgcc_s.so.1(GCC_3.0) is needed by csound-java-5.03.0-9.fc7.i386
>>         libgcj_bc.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         libm.so.6 is needed by csound-java-5.03.0-9.fc7.i386
>>         libpthread.so.0 is needed by csound-java-5.03.0-9.fc7.i386
>>         librt.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         libsndfile.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         libsndfile.so.1(libsndfile.so.1.0) is needed by
>> csound-java-5.03.0-9.fc7.i386
>>         libstdc++.so.6 is needed by csound-java-5.03.0-9.fc7.i386
>>         libstdc++.so.6(CXXABI_1.3) is needed by
>> csound-java-5.03.0-9.fc7.i386
>>         libstdc++.so.6(GLIBCXX_3.4) is needed by
>> csound-java-5.03.0-9.fc7.i386
>>         libutil.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         libz.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>>         rtld(GNU_HASH) is needed by csound-java-5.03.0-9.fc7.i386
>>
>> I have some questions i hope you can answer:
>> 1. is csound-java-5.03.0-9.fc7.i386 the newest version available for
>> i386 architecture?
>> 2. How do i force an older version of csound. Ubuntu updates it to 5.05
>> i think?
>> 3. some of these dependencies i have installed, why do you think it cant
>> recognize them?
>> 4. what does the NO KEY error mean?
>>
>> I hope you will take the time to try and guide me. I have been spending
>> a lot of time with this.
>> Thank you
>>
>> Carsten Hoyer
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-20 20:49
FromErik de Castro Lopo
SubjectRe: [Cs-dev] csound-java Ubuntu
Rory Walsh wrote:

> I use Ubuntu here and there is a deb package available although I am not 
> sure how up to date it is. It might get you started however. You can get 
> it with
> 
> sudo apt-get install csound

Its version 4.23.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
"These days, she [Chahdortt Djavann] is a member of a government advisory 
council. There is also a French mullah on this council. "Why aren't boys
veiled?", she asked with a smile. The mullah cleared his throat and 
answered that the truth of the Koran states that because girls are unclean 
from birth it is only natural that they be veiled. Against this level of 
stupidity, blasphemy is a duty."
-- http://gatesofvienna.blogspot.com/2006/12/west-must-stop-tormenting-itself.html

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-21 07:11
FromJean-Pierre Lemoine
SubjectRe: [Cs-dev] csound-java Ubuntu
For installing Java I have follow the guide 
http://ubuntuguide.org/wiki/Ubuntu_Edgy
It was ok
jp

Carsten Høyer a écrit :
> Hi
> This is my first post in this mailinglist. The reason why i joined was 
> because i wanted to use Java for some programming with csound.
> As far as i have been able to figure out there is something called 
> JCsound (which is impossible to find on the net) and also csound-java.
>
> I have been trying to install csound-java in my Linux Ubuntu Feisty Fawn 
> without much luck. I have to say that im really new to linux, i have 
> been using windows before. I have also been using csound for a while, 
> but never as a developer.
>
> I was hoping somebody could help me install csound-java on my Ubuntu. 
> When i try this:
> "Sudo su" -blablabla
> "rpm -ivh /home/carsten/Desktop/csound-java-5.03.0-9.fc7.i386.rpm"
>
> Im getting this:
> Warning: /home/carsten/Desktop/csound-java-5.03.0-9.fc7.i386.rpm: Header 
> V3 DSA signature: NOKEY, key ID 1ac70ce6
> error: Failed dependencies:
>         /bin/sh is needed by csound-java-5.03.0-9.fc7.i386
>         /sbin/ldconfig is needed by csound-java-5.03.0-9.fc7.i386
>         csound = 5.03.0-9.fc7 is needed by csound-java-5.03.0-9.fc7.i386
>         java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_88rh is needed by 
> csound-java-5.03.0-9.fc7.i386
>         java-gcj-compat is needed by csound-java-5.03.0-9.fc7.i386
>         jpackage-utils >= 1.5 is needed by csound-java-5.03.0-9.fc7.i386
>         libc.so.6 is needed by csound-java-5.03.0-9.fc7.i386
>         libc.so.6(GLIBC_2.0) is needed by csound-java-5.03.0-9.fc7.i386
>         libc.so.6(GLIBC_2.1) is needed by csound-java-5.03.0-9.fc7.i386
>         libc.so.6(GLIBC_2.1.3) is needed by csound-java-5.03.0-9.fc7.i386
>         libc.so.6(GLIBC_2.4) is needed by csound-java-5.03.0-9.fc7.i386
>         libcsound.so.5.1 is needed by csound-java-5.03.0-9.fc7.i386
>         libdl.so.2 is needed by csound-java-5.03.0-9.fc7.i386
>         libgcc_s.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>         libgcc_s.so.1(GCC_3.0) is needed by csound-java-5.03.0-9.fc7.i386
>         libgcj_bc.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>         libm.so.6 is needed by csound-java-5.03.0-9.fc7.i386
>         libpthread.so.0 is needed by csound-java-5.03.0-9.fc7.i386
>         librt.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>         libsndfile.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>         libsndfile.so.1(libsndfile.so.1.0) is needed by 
> csound-java-5.03.0-9.fc7.i386
>         libstdc++.so.6 is needed by csound-java-5.03.0-9.fc7.i386
>         libstdc++.so.6(CXXABI_1.3) is needed by 
> csound-java-5.03.0-9.fc7.i386
>         libstdc++.so.6(GLIBCXX_3.4) is needed by 
> csound-java-5.03.0-9.fc7.i386
>         libutil.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>         libz.so.1 is needed by csound-java-5.03.0-9.fc7.i386
>         rtld(GNU_HASH) is needed by csound-java-5.03.0-9.fc7.i386
>
> I have some questions i hope you can answer:
> 1. is csound-java-5.03.0-9.fc7.i386 the newest version available for 
> i386 architecture?
> 2. How do i force an older version of csound. Ubuntu updates it to 5.05 
> i think?
> 3. some of these dependencies i have installed, why do you think it cant 
> recognize them?
> 4. what does the NO KEY error mean?
>
> I hope you will take the time to try and guide me. I have been spending 
> a lot of time with this.
> Thank you
>
> Carsten Hoyer
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>   



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-21 07:57
Fromjpff
SubjectRe: [Cs-dev] csound-java Ubuntu
As far as I am aware no one has build a .deb package for 5.05 yet.  I
have not had time myself yet (my Debian machine is very slow and
deployed as a special service); I think Michael expressed interest in
trying but these things take time.
==John ffitch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-21 21:13
FromCarsten Hoyer
SubjectRe: [Cs-dev] csound-java Ubuntu
Steven Yi is right, i was trying to use a package of csound-java for
Fedora.[url=http://rpmfind.net/linux/RPM/fedora/devel/i386/csound-java-5.03.0-9.fc7.i386.html]This
one [/url]
I´m pretty sure its Csound 5.05 i have installed, but i´m at work right now
so i can´t really check it. (I´ll confirm that later). 

I also have Java installed and up and running with Eclipse - just to comment
on Jean-Pierres post.

For now, the only information i have been able to find about csound java
programming is
[url=http://www.csounds.com/journal/2006summer/SliderDemo.html]this[/url].
maybe you know a better source?

So i guess my questions ar:
1. where can i find a more general "csound-java-5.03.0-9.i386" or later?
Preferably a tar.gz file.
2. what exactly is JCsound, that i cannot find anywhere to download -
Apparently it is a low-end java driver for csound ???
3. Java/Csound programming documentation?

Thanks for all the answers
Carsten Høyer
-- 
View this message in context: http://www.nabble.com/csound-java-Ubuntu-tf3433327.html#a9603463
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.ne

Date2007-03-22 09:24
FromCarsten Hoyer
SubjectRe: [Cs-dev] csound-java Ubuntu
OK, i have decided to get Fedora (im downloading it right now) - i have not
been able to find csound-java for other linux distributions. Besides it
turned out that my csound was actually only 4.23, and when i tried
installing it with "Csound5.05-i386d" i got a missing file when running
csound (libcsound64.so.5.1). 
So I'll return to this post in a couple of days when im done downloading
Fedora. But please, if you can point me to csound-java documentation.

/Carsten
-- 
View this message in context: http://www.nabble.com/csound-java-Ubuntu-tf3433327.html#a9610959
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-22 12:22
FromAndres Cabrera
SubjectRe: [Cs-dev] csound-java Ubuntu
Hi,

It might actually be less trouble building csound from source....

Cheers,
Andres
Carsten Hoyer wrote:
> OK, i have decided to get Fedora (im downloading it right now) - i have not
> been able to find csound-java for other linux distributions. Besides it
> turned out that my csound was actually only 4.23, and when i tried
> installing it with "Csound5.05-i386d" i got a missing file when running
> csound (libcsound64.so.5.1). 
> So I'll return to this post in a couple of days when im done downloading
> Fedora. But please, if you can point me to csound-java documentation.
>
> /Carsten
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-04-11 13:06
FromCarsten Hoyer
SubjectRe: [Cs-dev] csound-java Ubuntu
Ok. its been a few weeks since my last post on this subject. I have still had
no luck with csound-java in Ubuntu.
I decided to keep Ubuntu (actually i installed fedora, but it didnt make
things any easier).

I have installed Java 1.5.0_11, Csound5.05, and Netbeans5.5.
I have downloaded James Hearons "SliderDemo" from the Csound Journal:
http://csounds.com/journal/2006summer/SliderDemo.html

In Netbeans i have opened the SliderDemo project and imported csnd.jar.

However i get two error messages, which are most likely connected to swig -
i have no experience with swig - im thinking netbeans has to know where to
find swig or something.

These are the errors:

Line 180: 
if(csound.GetChannelPtr(myfltarray.GetPtr(), "pitch",
error: 
GetChannelPtr(csnd.SWIGTYPE_p_float,java.lang.String,int) in csnd.Csound
cannot be applied to (csnd.SWIGTYPE_p_p_float,java.lang.String,int)

Same kind of error in line 217

I am reading about swig, and hope to find a solution, but its been taking me
a while now. I hope you can help me.
Thank you
Carsten Høyer
-- 
View this message in context: http://www.nabble.com/csound-java-Ubuntu-tf3433327.html#a9937970
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/li

Date2007-04-12 10:58
FromCarsten Hoyer
SubjectRe: [Cs-dev] csound-java Ubuntu
I managed to install csound with libcsound.so.5.1 - yet it is not able to
find it (located in /usr/local/lib).
I think it is because of my environment paths. i have put this in ~/.bashrc:

export OPCODEDIR=$OPCODEDIR/usr/local/lib/csound/plugins
export CSSTRINGS=$CSSTRNGS/usr/local/share/csound/xmg
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH/usr/local/lib

Is that correct. im sorry i have to ask these basic questions. not exactly
what i had in mind.
/Carsten
-- 
View this message in context: http://www.nabble.com/csound-java-Ubuntu-tf3433327.html#a9956318
Sent from the Csound - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net