|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
SmasherHi all,
Just stumbled across this: http://sourceforge.net/projects/smasher/ Apparently it uses the csound API, but not really sure how much. Anyone know? Cheers, Andrés ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: SmasherAndrés Cabrera wrote:
> Hi all, > > Just stumbled across this: > > http://sourceforge.net/projects/smasher/ > > Apparently it uses the csound API, but not really sure how much. Anyone > know? > > Thanks for the reminder about Smasher, I forgot that I'd built and installed it some time ago. AFAICT it uses a special Csound module with built-in PortAudio support for its audio rendering. I updated to 1.1.6 but I haven't explored it much yet. So far it seems like a pretty cool app. Best, dp ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: SmasherIt does use Csound by the looks of this file:
http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log strangely enough, although the code is hard C++, they don't seem to use the C++ wrapper for the API, which would look more integrated. Interesting to see people using the API without us not knowing about it. Not only interesting, but very good. We must make sure we don't break it now... Victor ----- Original Message ----- From: "Andrés Cabrera" <mantaraya36@...> To: "Csound-dev" <csound-devel@...> Sent: Friday, October 16, 2009 3:54 PM Subject: [Cs-dev] Smasher > Hi all, > > Just stumbled across this: > > http://sourceforge.net/projects/smasher/ > > Apparently it uses the csound API, but not really sure how much. Anyone > know? > > Cheers, > Andrés > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
who's using the Csound API ?victor wrote:
re: Smasher > It does use Csound by the looks of this file: > > http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log > > strangely enough, although the code is hard C++, they don't seem to > use the C++ wrapper for the API, which would look more integrated. > > Interesting to see people using the API without us not knowing about it. > Not only interesting, but very good. We must make sure we don't break it > now... the Csound API, so please advise if you know of some that I should include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, and blue. Let me know if I'm wrong about any of those apps. Best, dp ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?Hi,
I know of QuteCsound and Rationale. Cheers, Andrés On Sun, Oct 18, 2009 at 10:21 AM, Dave Phillips <dlphillips@...> wrote: > victor wrote: > > re: Smasher >> It does use Csound by the looks of this file: >> >> http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log >> >> strangely enough, although the code is hard C++, they don't seem to >> use the C++ wrapper for the API, which would look more integrated. >> >> Interesting to see people using the API without us not knowing about it. >> Not only interesting, but very good. We must make sure we don't break it >> now... > I'm reviewing Smasher and I'd like to reference other projects based on > the Csound API, so please advise if you know of some that I should > include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, > and blue. Let me know if I'm wrong about any of those apps. > > Best, > > dp > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > -- Andrés ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?jReality uses Csound. "jReality is a visualization and sonification
library focused on mathematical and scientific content" http://www3.math.tu-berlin.de/jreality/ I've not used it myself, so I don't know to what extent. Best, Jake On Sun, Oct 18, 2009 at 2:21 AM, Dave Phillips <dlphillips@...> wrote: > victor wrote: > > re: Smasher >> It does use Csound by the looks of this file: >> >> http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log >> >> strangely enough, although the code is hard C++, they don't seem to >> use the C++ wrapper for the API, which would look more integrated. >> >> Interesting to see people using the API without us not knowing about it. >> Not only interesting, but very good. We must make sure we don't break it >> now... > I'm reviewing Smasher and I'd like to reference other projects based on > the Csound API, so please advise if you know of some that I should > include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, > and blue. Let me know if I'm wrong about any of those apps. > > Best, > > dp > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?There's also csndsugui
http://git.sugarlabs.org/projects/csndsugui and not using the API but Csound via OSC, there's ounk http://code.google.com/p/ounk/ and the new Cecilia 4.0 (which will soon be released). Victor ----- Original Message ----- From: "Jacob Joaquin" <jacobjoaquin@...> To: "Developer discussions" <csound-devel@...> Sent: Sunday, October 18, 2009 5:09 PM Subject: Re: [Cs-dev] who's using the Csound API ? > jReality uses Csound. "jReality is a visualization and sonification > library focused on mathematical and scientific content" > > http://www3.math.tu-berlin.de/jreality/ > > I've not used it myself, so I don't know to what extent. > > Best, > Jake > > > On Sun, Oct 18, 2009 at 2:21 AM, Dave Phillips <dlphillips@...> > wrote: >> victor wrote: >> >> re: Smasher >>> It does use Csound by the looks of this file: >>> >>> http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log >>> >>> strangely enough, although the code is hard C++, they don't seem to >>> use the C++ wrapper for the API, which would look more integrated. >>> >>> Interesting to see people using the API without us not knowing about it. >>> Not only interesting, but very good. We must make sure we don't break it >>> now... >> I'm reviewing Smasher and I'd like to reference other projects based on >> the Csound API, so please advise if you know of some that I should >> include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, >> and blue. Let me know if I'm wrong about any of those apps. >> >> Best, >> >> dp >> >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?Hi,
Cecilia4 is also on googlecode! First release is planned for the end of the year... http://code.google.com/p/cecilia4 Olivier
2009/10/18 victor <Victor.Lazzarini@...> There's also csndsugui ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?And I forgot, of course, TamTam.
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?chiming in...
ImproSculpt4: http://sourceforge.net/projects/improsculpt/ PartikkelExplorer and Partikkel Cloud Designer http://oeyvind.teks.no/results/applications/partikkelapplications.htm best Oeyvind 2009/10/18 Dave Phillips <dlphillips@...>: > victor wrote: > > re: Smasher >> It does use Csound by the looks of this file: >> >> http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log >> >> strangely enough, although the code is hard C++, they don't seem to >> use the C++ wrapper for the API, which would look more integrated. >> >> Interesting to see people using the API without us not knowing about it. >> Not only interesting, but very good. We must make sure we don't break it >> now... > I'm reviewing Smasher and I'd like to reference other projects based on > the Csound API, so please advise if you know of some that I should > include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, > and blue. Let me know if I'm wrong about any of those apps. > > Best, > > dp > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?I think Cabel also uses the python API.
Also see of course: https://sourceforge.net/search/?type_of_search=soft&words=csound It's interesting to see a couple I hadn't heard of before. Cheers, Andrés On Sun, Oct 18, 2009 at 6:44 PM, victor <Victor.Lazzarini@...> wrote: > And I forgot, of course, TamTam. > > ----- Original Message ----- > From: Olivier Bélanger > To: Developer discussions > Sent: Sunday, October 18, 2009 6:38 PM > Subject: Re: [Cs-dev] who's using the Csound API ? > Hi, > > Cecilia4 is also on googlecode! First release is planned for the end of the > year... > > http://code.google.com/p/cecilia4 > > Olivier > > > 2009/10/18 victor <Victor.Lazzarini@...> >> >> There's also csndsugui >> http://git.sugarlabs.org/projects/csndsugui >> >> and not using the API but Csound via OSC, there's >> ounk http://code.google.com/p/ounk/ >> and the new Cecilia 4.0 (which will soon be released). >> >> Victor >> ----- Original Message ----- >> From: "Jacob Joaquin" <jacobjoaquin@...> >> To: "Developer discussions" <csound-devel@...> >> Sent: Sunday, October 18, 2009 5:09 PM >> Subject: Re: [Cs-dev] who's using the Csound API ? >> >> >> > jReality uses Csound. "jReality is a visualization and sonification >> > library focused on mathematical and scientific content" >> > >> > http://www3.math.tu-berlin.de/jreality/ >> > >> > I've not used it myself, so I don't know to what extent. >> > >> > Best, >> > Jake >> > >> > >> > On Sun, Oct 18, 2009 at 2:21 AM, Dave Phillips <dlphillips@...> >> > wrote: >> >> victor wrote: >> >> >> >> re: Smasher >> >>> It does use Csound by the looks of this file: >> >>> >> >>> >> >>> http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log >> >>> >> >>> strangely enough, although the code is hard C++, they don't seem to >> >>> use the C++ wrapper for the API, which would look more integrated. >> >>> >> >>> Interesting to see people using the API without us not knowing about >> >>> it. >> >>> Not only interesting, but very good. We must make sure we don't break >> >>> it >> >>> now... >> >> I'm reviewing Smasher and I'd like to reference other projects based on >> >> the Csound API, so please advise if you know of some that I should >> >> include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, >> >> and blue. Let me know if I'm wrong about any of those apps. >> >> >> >> Best, >> >> >> >> dp >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> >> is the only developer event you need to attend this year. Jumpstart >> >> your >> >> developing skills, take BlackBerry mobile applications to market and >> >> stay >> >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> >> http://p.sf.net/sfu/devconference >> >> _______________________________________________ >> >> Csound-devel mailing list >> >> Csound-devel@... >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> >> > >> > >> > ------------------------------------------------------------------------------ >> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> > is the only developer event you need to attend this year. Jumpstart your >> > developing skills, take BlackBerry mobile applications to market and >> > stay >> > ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> > http://p.sf.net/sfu/devconference >> > _______________________________________________ >> > Csound-devel mailing list >> > Csound-devel@... >> > https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ________________________________ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ________________________________ > > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > > -- Andrés ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?This one also for the XO.... although in a bit of an alpha state at the moment:
http://wiki.laptop.org/go/Jam2jam Thorin On Mon, Oct 19, 2009 at 3:44 AM, victor <Victor.Lazzarini@...> wrote: > And I forgot, of course, TamTam. > > ----- Original Message ----- > From: Olivier Bélanger > To: Developer discussions > Sent: Sunday, October 18, 2009 6:38 PM > Subject: Re: [Cs-dev] who's using the Csound API ? > Hi, > > Cecilia4 is also on googlecode! First release is planned for the end of the > year... > > http://code.google.com/p/cecilia4 > > Olivier > > > 2009/10/18 victor <Victor.Lazzarini@...> >> >> There's also csndsugui >> http://git.sugarlabs.org/projects/csndsugui >> >> and not using the API but Csound via OSC, there's >> ounk http://code.google.com/p/ounk/ >> and the new Cecilia 4.0 (which will soon be released). >> >> Victor >> ----- Original Message ----- >> From: "Jacob Joaquin" <jacobjoaquin@...> >> To: "Developer discussions" <csound-devel@...> >> Sent: Sunday, October 18, 2009 5:09 PM >> Subject: Re: [Cs-dev] who's using the Csound API ? >> >> >> > jReality uses Csound. "jReality is a visualization and sonification >> > library focused on mathematical and scientific content" >> > >> > http://www3.math.tu-berlin.de/jreality/ >> > >> > I've not used it myself, so I don't know to what extent. >> > >> > Best, >> > Jake >> > >> > >> > On Sun, Oct 18, 2009 at 2:21 AM, Dave Phillips <dlphillips@...> >> > wrote: >> >> victor wrote: >> >> >> >> re: Smasher >> >>> It does use Csound by the looks of this file: >> >>> >> >>> >> >>> http://smasher.svn.sourceforge.net/viewvc/smasher/src/wrapcsound.cpp?view=log >> >>> >> >>> strangely enough, although the code is hard C++, they don't seem to >> >>> use the C++ wrapper for the API, which would look more integrated. >> >>> >> >>> Interesting to see people using the API without us not knowing about >> >>> it. >> >>> Not only interesting, but very good. We must make sure we don't break >> >>> it >> >>> now... >> >> I'm reviewing Smasher and I'd like to reference other projects based on >> >> the Csound API, so please advise if you know of some that I should >> >> include. IIRC there's already AVSynthesis, AlgoScore, Smasher, Lettuce, >> >> and blue. Let me know if I'm wrong about any of those apps. >> >> >> >> Best, >> >> >> >> dp >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> >> is the only developer event you need to attend this year. Jumpstart >> >> your >> >> developing skills, take BlackBerry mobile applications to market and >> >> stay >> >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> >> http://p.sf.net/sfu/devconference >> >> _______________________________________________ >> >> Csound-devel mailing list >> >> Csound-devel@... >> >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> >> > >> > >> > ------------------------------------------------------------------------------ >> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> > is the only developer event you need to attend this year. Jumpstart your >> > developing skills, take BlackBerry mobile applications to market and >> > stay >> > ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> > http://p.sf.net/sfu/devconference >> > _______________________________________________ >> > Csound-devel mailing list >> > Csound-devel@... >> > https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@... >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > ________________________________ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > ________________________________ > > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Csound-devel mailing list > Csound-devel@... > https://lists.sourceforge.net/lists/listinfo/csound-devel > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
|
|
Re: who's using the Csound API ?Greetings,
Well, now I know the answer. :) It's a nice list of apps, my thanks to you all for your recommendations. Best, dp ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Csound-devel mailing list Csound-devel@... https://lists.sourceforge.net/lists/listinfo/csound-devel |
| Free embeddable forum powered by Nabble | Forum Help |