Re: [proaudio] pure data, supercollider |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] pure data, supercollider
- From: "m t" <prince.jah@xxxxxxxxx>
- Date: Thu, 6 Sep 2007 11:21:06 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WXK6Q05+1ZtBjlKR+fl8q0RFyPXH8ufDq0gcJicpMgA=; b=TRZ7f6+LkAS3LqOsKW6gm27Xa62sX5xcZs+dBqZm+JWE+EMNU/l7WUwDOO7uTDKOzPUO+u9XHfGfAkIWtDpJnFTbTRbwYjfUTFY5T68Zvvmr1pDfW07270AAUg8JkIorrK1gsEox5a726UVv9u1eXVRl76fCgpvInYL6DXCnnQY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TU577D5JRDfVE5jnaU70Hb2tHVKpFe0UEJFw8yAPKJGffIUxxhNyLR8Ab26tuMiq5YcekaXrSQ2juGgnOtL5iX+KnaIBaFy1jczB+iQFZegtkvlYfbuS8LbDg6HxB1ngeHhxW8OH92adKy69eJdY2tCc+z9xnqwC0XgKHMhpF/A=
Thank you, good work :)
One small correction, you should inherit elisp-common and not elisp.
On 5/15/07, Ryoichi Kanetaka <back_slash@xxxxxxxxxxxxx> wrote:
> Brad Fuller> anyone make a supercollider ebuild? I didn't see it in
> Brad Fuller> the overlay. And, the official source is old:
>
> I have.
>
> I writed the ebuild based on original portage tree, and some files
> were copied.
>
> supercollider-9999.ebuild is a cvs version.
> supercollider-9999-r1.ebuild is a svn version.
>
> And if you get a below message when sclang-server-boot,
>
> sclang log> sh: ./scsynth: No such file or directory
>
> you can fix with evaluating this expression.
>
> (
> Server.program = "/usr/bin/scsynth";
> )
>
> I thought it is a better the expression writed to a global
> configuration file of supercollider. But I couldn't find a best place
> for writing the expression.
>
>
> Ryoichi Kanetaka
>
>
>