[CSOUND-DEV:3431] looking for java code of csound gen routines
Date | 2003-11-20 05:33 |
From | "Chad A. Wood" |
Subject | [CSOUND-DEV:3431] looking for java code of csound gen routines |
Hi, I've been working for some time on an application called FJenie. It started out as a Java port of FGenie, written by Russell Pinkston, a program for generating and editing function tables for Csound. You can find FGenie at http://www.utexas.edu/cofa/music/ems/download/fgenie.html and my program, FJenie at http://www.sphericle.com/software/fjenie.php I would like to include the ability to generate function tables using Csound gen routines in the application. The way I've approached this so far is to get the Csound c code for these routines and port it to Java. I've found this to be rather difficult! I'm wondering if anyone has already done something like this, and I could just use their code. I've found references to a Java Csound port, but I can't seem to find it! Does it exist? If not, does anyone have any other suggestions? Thanks! Chad Wood p.s. sorry for posting to both lists... wasn't sure which would be better |
Date | 2003-11-20 18:35 |
From | "Chad A. Wood" |
Subject | [CSOUND-DEV:3442] Re: looking for java code of csound gen routines |
Hi Steven, What's blue? I do plan on making it open source, but I'm not really thinking about it too much until I get a good 1.0 of the program, which I hope to have done by the end of this year. Once that's done I'll probably release the code, mainly in hopes that people can write add-ons or suggest optimizations. Chad > -----Original Message----- > From: owner-csound-dev@ella.mills.edu > [mailto:owner-csound-dev@ella.mills.edu]On Behalf Of steven > Sent: Thursday, November 20, 2003 12:44 PM > To: Csound Developers Discussion List > Subject: [CSOUND-DEV:3441] Re: looking for java code of csound gen > routines > > > Hi Chad, > > Nice job on the software! > > I'm curious if you will release it as open source, particularly GPL, as > I would love to look at the source and incorporate it into blue if you > would be up for that. > > Thanks, > steven > > Chad A. Wood wrote: > > >Hi, > > > >I've been working for some time on an application called FJenie. > It started > >out as a Java port of FGenie, written by Russell Pinkston, a program for > >generating and editing function tables for Csound. You can find > FGenie at > >http://www.utexas.edu/cofa/music/ems/download/fgenie.html and my program, > >FJenie at http://www.sphericle.com/software/fjenie.php > > > >I would like to include the ability to generate function tables > using Csound > >gen routines in the application. The way I've approached this > so far is to > >get the Csound c code for these routines and port it to Java. I've found > >this to be rather difficult! I'm wondering if anyone has already done > >something like this, and I could just use their code. I've > found references > >to a Java Csound port, but I can't seem to find it! Does it > exist? If not, > >does anyone have any other suggestions? Thanks! > > > >Chad Wood > > > >p.s. sorry for posting to both lists... wasn't sure which would be better > > > > > > > > > > |
Date | 2003-11-20 18:44 |
From | steven |
Subject | [CSOUND-DEV:3441] Re: looking for java code of csound gen routines |
Hi Chad, Nice job on the software! I'm curious if you will release it as open source, particularly GPL, as I would love to look at the source and incorporate it into blue if you would be up for that. Thanks, steven Chad A. Wood wrote: >Hi, > >I've been working for some time on an application called FJenie. It started >out as a Java port of FGenie, written by Russell Pinkston, a program for >generating and editing function tables for Csound. You can find FGenie at >http://www.utexas.edu/cofa/music/ems/download/fgenie.html and my program, >FJenie at http://www.sphericle.com/software/fjenie.php > >I would like to include the ability to generate function tables using Csound >gen routines in the application. The way I've approached this so far is to >get the Csound c code for these routines and port it to Java. I've found >this to be rather difficult! I'm wondering if anyone has already done >something like this, and I could just use their code. I've found references >to a Java Csound port, but I can't seem to find it! Does it exist? If not, >does anyone have any other suggestions? Thanks! > >Chad Wood > >p.s. sorry for posting to both lists... wasn't sure which would be better > > > > > |
Date | 2003-11-20 18:45 |
From | "Josep M Comajuncosas Nebot" |
Subject | [CSOUND-DEV:3443] Re: looking for java code of csound gen routines |
It would be better not to recode the original C-sources, and get the f-tables via the Csound API. Is it planned to be able to call the GEN-routines from the Api to get f-table arrays to be used from an external app? Josep M Comajuncosas -----Mensaje original----- De: owner-csound-dev@eartha.mills.edu [mailto:owner-csound-dev@eartha.mills.edu] En nombre de Chad A. Wood Enviado el: jueves, 20 de noviembre de 2003 19:35 Para: Csound Developers Discussion List Asunto: [CSOUND-DEV:3442] Re: looking for java code of csound gen routines Hi Steven, What's blue? I do plan on making it open source, but I'm not really thinking about it too much until I get a good 1.0 of the program, which I hope to have done by the end of this year. Once that's done I'll probably release the code, mainly in hopes that people can write add-ons or suggest optimizations. Chad > -----Original Message----- > From: owner-csound-dev@ella.mills.edu > [mailto:owner-csound-dev@ella.mills.edu]On Behalf Of steven > Sent: Thursday, November 20, 2003 12:44 PM > To: Csound Developers Discussion List > Subject: [CSOUND-DEV:3441] Re: looking for java code of csound gen > routines > > > Hi Chad, > > Nice job on the software! > > I'm curious if you will release it as open source, particularly GPL, as > I would love to look at the source and incorporate it into blue if you > would be up for that. > > Thanks, > steven > > Chad A. Wood wrote: > > >Hi, > > > >I've been working for some time on an application called FJenie. > It started > >out as a Java port of FGenie, written by Russell Pinkston, a program for > >generating and editing function tables for Csound. You can find > FGenie at > >http://www.utexas.edu/cofa/music/ems/download/fgenie.html and my program, > >FJenie at http://www.sphericle.com/software/fjenie.php > > > >I would like to include the ability to generate function tables > using Csound > >gen routines in the application. The way I've approached this > so far is to > >get the Csound c code for these routines and port it to Java. I've found > >this to be rather difficult! I'm wondering if anyone has already done > >something like this, and I could just use their code. I've > found references > >to a Java Csound port, but I can't seem to find it! Does it > exist? If not, > >does anyone have any other suggestions? Thanks! > > > >Chad Wood > > > >p.s. sorry for posting to both lists... wasn't sure which would be better > > > > > > > > > > |
Date | 2003-11-20 18:48 |
From | "Chad A. Wood" |
Subject | [CSOUND-DEV:3444] Re: looking for java code of csound gen routines |
Josep, I didn't quite follow your last sentence. I would love to be able to just use the Csound API to call the gen routines. Would you please tell me where to look on-line to start figuring out how to interface my Java application with this API? Also, do you think there will be a way to do this interfacing in a platform-independent way? Chad > -----Original Message----- > From: owner-csound-dev@ella.mills.edu > [mailto:owner-csound-dev@ella.mills.edu]On Behalf Of Josep M > Comajuncosas Nebot > Sent: Thursday, November 20, 2003 12:46 PM > To: Csound Developers Discussion List > Subject: [CSOUND-DEV:3443] Re: looking for java code of csound gen > routines > > > It would be better not to recode the original C-sources, and get the > f-tables via the Csound API. Is it planned to be able to call the > GEN-routines from the Api to get f-table arrays to be used from an > external app? > Josep M Comajuncosas > > -----Mensaje original----- > De: owner-csound-dev@eartha.mills.edu > [mailto:owner-csound-dev@eartha.mills.edu] En nombre de Chad A. Wood > Enviado el: jueves, 20 de noviembre de 2003 19:35 > Para: Csound Developers Discussion List > Asunto: [CSOUND-DEV:3442] Re: looking for java code of csound gen > routines > > Hi Steven, > What's blue? I do plan on making it open source, but I'm not > really > thinking about it too much until I get a good 1.0 of the program, which > I > hope to have done by the end of this year. Once that's done I'll > probably > release the code, mainly in hopes that people can write add-ons or > suggest > optimizations. > > Chad > > > -----Original Message----- > > From: owner-csound-dev@ella.mills.edu > > [mailto:owner-csound-dev@ella.mills.edu]On Behalf Of steven > > Sent: Thursday, November 20, 2003 12:44 PM > > To: Csound Developers Discussion List > > Subject: [CSOUND-DEV:3441] Re: looking for java code of csound gen > > routines > > > > > > Hi Chad, > > > > Nice job on the software! > > > > I'm curious if you will release it as open source, particularly GPL, > as > > I would love to look at the source and incorporate it into blue if you > > would be up for that. > > > > Thanks, > > steven > > > > Chad A. Wood wrote: > > > > >Hi, > > > > > >I've been working for some time on an application called FJenie. > > It started > > >out as a Java port of FGenie, written by Russell Pinkston, a program > for > > >generating and editing function tables for Csound. You can find > > FGenie at > > >http://www.utexas.edu/cofa/music/ems/download/fgenie.html and my > program, > > >FJenie at http://www.sphericle.com/software/fjenie.php > > > > > >I would like to include the ability to generate function tables > > using Csound > > >gen routines in the application. The way I've approached this > > so far is to > > >get the Csound c code for these routines and port it to Java. I've > found > > >this to be rather difficult! I'm wondering if anyone has already > done > > >something like this, and I could just use their code. I've > > found references > > >to a Java Csound port, but I can't seem to find it! Does it > > exist? If not, > > >does anyone have any other suggestions? Thanks! > > > > > >Chad Wood > > > > > >p.s. sorry for posting to both lists... wasn't sure which would be > better > > > > > > > > > > > > > > > |
Date | 2003-11-20 19:19 |
From | steven |
Subject | [CSOUND-DEV:3445] Re: looking for java code of csound gen routines |
Hi Chad, blue is my composition software for csound, also built in java. it's available at http://www.csounds.com/stevenyi/blue . Good luck with the project, and looking forward to the 1.0! steven Chad A. Wood wrote: >Hi Steven, > What's blue? I do plan on making it open source, but I'm not really >thinking about it too much until I get a good 1.0 of the program, which I >hope to have done by the end of this year. Once that's done I'll probably >release the code, mainly in hopes that people can write add-ons or suggest >optimizations. > >Chad > |