[Cs-dev] Smasher
Date | 2009-10-16 15:54 |
From | Andrés |
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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-deve |
Date | 2009-10-16 17:00 |
From | Dave Phillips |
Subject | Re: [Cs-dev] Smasher |
André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? > > Hi Andres, 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@lists.sourceforge.net htt |
Date | 2009-10-16 19:45 |
From | victor |
Subject | Re: [Cs-dev] 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... Victor ----- Original Message ----- From: "Andrés Cabrera" |
Date | 2009-10-18 10:21 |
From | Dave Phillips |
Subject | [Cs-dev] 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... 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@lists.sourceforge.net |
Date | 2009-10-18 16:55 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] 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 |
Date | 2009-10-18 17:09 |
From | Jacob Joaquin |
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 |
Date | 2009-10-18 17:49 |
From | victor |
Subject | Re: [Cs-dev] 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" |
Date | 2009-10-18 18:38 |
From | Olivier Bélanger |
Subject | Re: [Cs-dev] who's using the Csound API ? |
Attachments | None None |
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@nuim.ie> There's also csndsugui |
Date | 2009-10-18 18:44 |
From | victor |
Subject | Re: [Cs-dev] who's using the Csound API ? |
Attachments | None None |
And I forgot, of course, TamTam.
|
Date | 2009-10-18 18:49 |
From | Oeyvind Brandtsegg |
Subject | Re: [Cs-dev] 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 |
Date | 2009-10-18 18:52 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] 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 |
Date | 2009-10-18 23:34 |
From | thorin kerr |
Subject | Re: [Cs-dev] 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 |
Date | 2009-10-20 17:09 |
From | Dave Phillips |
Subject | Re: [Cs-dev] 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@lists.sourceforge.net |