From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patricio Paez Subject: alsaseq 0.1 Python module Date: Mon, 10 Sep 2007 11:39:23 -0500 Message-ID: <46E5733B.2080203@pp.com.mx> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail1.webfaction.com (mail1.webfaction.com [67.15.2.85]) by alsa0.perex.cz (Postfix) with ESMTP id 296D61038AE for ; Mon, 10 Sep 2007 18:39:34 +0200 (CEST) Received: from [192.168.1.101] (localhost.localdomain [127.0.0.1]) (authenticated bits=0) by mail1.webfaction.com (8.12.11.20060308/8.13.3) with ESMTP id l8AGdNTL004765 for ; Mon, 10 Sep 2007 11:39:30 -0500 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hello all, This was posted in the Python announce list, but it could be of interest here: "The first version of alsaseq, bindings to the ALSA sequencer has been released. alsaseq is a Python module that allows to interact with ALSA sequencer clients. It can create an ALSA client, connect to other clients, send and receive ALSA events immediately or at a scheduled time using a sequencer queue. It provides a subset of the ALSA sequencer capabilities in a simplified model. It is implemented in C language and licensed under the Gnu GPL license version 2 or later. Home http://pp.com.mx/python/alsaseq Download http://pp.com.mx/python/alsaseq/alsaseq-0.1.tar.gz " It is an early and ongoing project, suggestions and comments are welcome. Regards, Patricio P=E1ez Original post: http://mail.python.org/pipermail/python-announce-list/2007-September/006102= .html