Re: CSound server questions

2008-09-05 Thread victor
: Bert Freudenberg [EMAIL PROTECTED]; OLPC Development devel@lists.laptop.org Sent: Monday, September 01, 2008 2:11 PM Subject: Re: CSound server questions Hi, Victor and Bert. I agree with Bert -- it would probably be most convenient for Scratch to use the MIDI option, if possible. Ideally

Re: CSound server questions

2008-09-01 Thread John Maloney
Development devel@lists.laptop.org Cc: John Maloney [EMAIL PROTECTED] Sent: Sunday, August 31, 2008 7:01 PM Subject: Re: CSound server questions Am 31.08.2008 um 19:04 schrieb victor: Well, you can ask me. I suppose there are various ways you could connect to Csound: 1. using the API (via a C

Re: CSound server questions

2008-09-01 Thread Victor . Lazzarini
- From: Bert Freudenberg [EMAIL PROTECTED] To: OLPC Development devel@lists.laptop.org Cc: John Maloney [EMAIL PROTECTED] Sent: Sunday, August 31, 2008 7:01 PM Subject: Re: CSound server questionsAm 31.08.2008 um 19:04 schrieb victor: Well, you can ask me. I suppose

Re: CSound server questions

2008-08-31 Thread victor
Well, you can ask me. I suppose there are various ways you could connect to Csound: 1. using the API (via a C or C++ squeak plugin module, if it is possible to do these things), 2. through MIDI (if squeak can output MIDI and we can then connect via alsa midi) 3. OSC 4. IP socket (by starting a

Re: CSound server questions

2008-08-31 Thread Bert Freudenberg
Am 31.08.2008 um 19:04 schrieb victor: Well, you can ask me. I suppose there are various ways you could connect to Csound: 1. using the API (via a C or C++ squeak plugin module, if it is possible to do these things), 2. through MIDI (if squeak can output MIDI and we can then connect via

Re: CSound server questions

2008-08-31 Thread victor
@lists.laptop.org Cc: John Maloney [EMAIL PROTECTED] Sent: Sunday, August 31, 2008 7:01 PM Subject: Re: CSound server questions Am 31.08.2008 um 19:04 schrieb victor: Well, you can ask me. I suppose there are various ways you could connect to Csound: 1. using the API (via a C or C++ squeak

Re: CSound server questions

2008-08-29 Thread John Maloney
. Scott Ananian [EMAIL PROTECTED] Sent: Thursday, August 28, 2008 4:08 PM Subject: Re: CSound server questions John, We cannot use code from Barry since he tends to work by himself, his code is unmaintainable except by him and its licensing has also been somewhat questionable at times, though

Re: CSound server questions

2008-08-29 Thread Bert Freudenberg
Am 29.08.2008 um 23:10 schrieb John Maloney: Thanks, Jim and Victor. Jim, your explanation makes sense. Good to know what the future direction is for OLPC and CSound. If I have questions about making Scratch use CSound, who is the best person to ask? If it still supports OSC you could

Re: CSound server questions

2008-08-28 Thread Jim Gettys
, privately or on this list. I'm away to ICMC at the moment, so replies might be slow. But I'll give as much help as I can. Regards Victor - Original Message - From: Chris Ball [EMAIL PROTECTED] Date: Tuesday, August 26, 2008 11:35 pm Subject: Re: CSound server questions

Re: CSound server questions

2008-08-28 Thread victor
PROTECTED]; C. Scott Ananian [EMAIL PROTECTED] Sent: Thursday, August 28, 2008 4:08 PM Subject: Re: CSound server questions John, We cannot use code from Barry since he tends to work by himself, his code is unmaintainable except by him and its licensing has also been somewhat questionable

Re: CSound server questions

2008-08-27 Thread Victor . Lazzarini
There is no CsoundServer anymore; we use Csound as a librarythrough its API. If anyone wants some help on how to use it, toplay MIDI or anything else, he/she can talk to me, privately oron this list. I'm away to ICMC at the moment, so replies mightbe slow. But I'll give as much help as I

Re: CSound server questions

2008-08-27 Thread John Maloney
: Tuesday, August 26, 2008 11:35 pm Subject: Re: CSound server questions To: C. Scott Ananian [EMAIL PROTECTED] Cc: John Maloney [EMAIL PROTECTED], devel@lists.laptop.org Hi, Did you ever get a satisfactory answer to your questions? I think Pippy contains the best examples

Re: CSound server questions

2008-08-26 Thread C. Scott Ananian
On Sun, Feb 3, 2008 at 12:31 PM, John Maloney [EMAIL PROTECTED] wrote: I am porting Scratch to the XO. (Scratch is an easy-to-learn [...] Scratch includes commands to play notes and trigger drum sounds. On Windows and Mac OS, these commands use the underlying OS MIDI synthesizer. On the XO,

Re: CSound server questions

2008-08-26 Thread Chris Ball
Hi, Did you ever get a satisfactory answer to your questions? I think Pippy contains the best examples of using csound to play sounds -- is that right, Chris? Well, I'd say that TamTam does. :) But yes, Pippy does some basic synthesis using sinewaves and music files with csound.

CSound server questions

2008-02-03 Thread John Maloney
Greetings, all. I am porting Scratch to the XO. (Scratch is an easy-to-learn programming environment designed to help young people create interactive multimedia. See scratch.mit.edu.) Scratch includes commands to play notes and trigger drum sounds. On Windows and Mac OS, these commands use