From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.user Subject: Re: What new libraries or functionality does Guile need? Date: Tue, 22 Jul 2008 06:09:47 -0700 Message-ID: <20080722130522.M76192@ccrma.Stanford.EDU> References: <4884B316.4020105@wilsonjc.us> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1216732278 917 80.91.229.12 (22 Jul 2008 13:11:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:11:18 +0000 (UTC) Cc: guile-user@gnu.org To: JonWilson Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 22 15:12:05 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KLHeu-0003Ct-6l for guile-user@m.gmane.org; Tue, 22 Jul 2008 15:12:04 +0200 Original-Received: from localhost ([127.0.0.1]:53416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHe0-0002UE-CI for guile-user@m.gmane.org; Tue, 22 Jul 2008 09:11:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLHdN-0002L4-P6 for guile-user@gnu.org; Tue, 22 Jul 2008 09:10:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLHdK-0002Jm-Ia for guile-user@gnu.org; Tue, 22 Jul 2008 09:10:29 -0400 Original-Received: from [199.232.76.173] (port=48805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHdK-0002Je-Bn for guile-user@gnu.org; Tue, 22 Jul 2008 09:10:26 -0400 Original-Received: from smtp1.stanford.edu ([171.67.22.28]:44527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLHdK-0002be-09 for guile-user@gnu.org; Tue, 22 Jul 2008 09:10:26 -0400 Original-Received: from smtp1.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 4BA242D6A56; Tue, 22 Jul 2008 06:10:22 -0700 (PDT) Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp1.stanford.edu (Postfix) with ESMTP id D2E872D69E8; Tue, 22 Jul 2008 06:10:21 -0700 (PDT) Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.13.8/8.13.8) with ESMTP id m6MD9mWx000872; Tue, 22 Jul 2008 06:09:48 -0700 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.11.20060308/8.12.5) with ESMTP id m6MD9lrb012282; Tue, 22 Jul 2008 06:09:47 -0700 In-Reply-To: <4884B316.4020105@wilsonjc.us> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 67.161.21.103 (bil) X-Virus-Scanned: ClamAV 0.92.1/7779/Tue Jul 22 02:22:01 2008 on cm-mail.stanford.edu X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6689 Archived-At: > Would it be possible for the snd team to spend > some time factoring out these things? There's a short answer, and a very long answer that would take me several hours to compose. The short one is that two large sections have been extracted into stand-alone libraries: sndlib and xmlib. sndlib includes the sound file accessors, audio device handlers, a package of array processing stuff, and a package of sound synthesis functions. xmlib includes bindings for Motif, Xt, X, Glib, Gdk, Gtk, cairo, and openGL. These are available at ccrma's ftp site: ftp://ccrma-ftp.stanford.edu/pub/Lisp/sndlib.tar.gz ftp://ccrma-ftp.stanford.edu/pub/Lisp/libxm.tar.gz xen.h has macros to deal with all the changes from Guile 1.3.4 to the present. I could extract more from Snd, the axis drawing stuff for example, or the optimizer, but most of the code is specific to editing and synthesizing sounds.