arithmetic 0.5

2011-03-07 Thread Patricio Paez
Hi all, The fifth version of module arithmetic has been released, it works now with GTK and wxWidgets. Parser classes simplify adding the module to existing editors or other applications. Documentation was improved. arithmetic is a Python module that allows mixing arithmetic operations and text

alsaseq 0.4.1

2011-01-27 Thread Patricio Paez
Hi all, This minor update to fix a bug in setup.py. alsaseq is a Python 3 and Python 2 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

alsaseq 0.4

2011-01-15 Thread Patricio Paez
Hi all, In this release the module was ported to Python 3, maintaining Python 2 support, and distutils are used now. alsaseq is a Python 3 and Python 2 module that allows to interact with ALSA sequencer clients. It can create an ALSA client, connect to other clients, send and receive ALSA even

arithmetic 0.3

2010-08-23 Thread Patricio Paez
Hi all, The third version of module arithmetic has been released, it improves usability. arithmetic is a Python module that allows mixing arithmetic operations and text. It can be used standalone or from an application. A simple Tk-based editor that uses the module is provided as an example of

arithmetic 0.2

2010-08-01 Thread Patricio Paez
Hi all, The second version of module arithmetic has been released, it simplifies and fixes some bugs. *arithmetic* is a Python module that allows mixing arithmetic operations and text. A sample Tk-based editor that uses the module is provided as a starting point. Tutorial documents are include

arithmetic 0.1

2010-07-14 Thread Patricio Paez
Hi all, The first version of module arithmetic has been released. *arithmetic* is a Python module that allows mixing arithmetic operations and text. A sample Tk-based editor that uses the module is provided as a starting point. Tutorial documents are included, they will quickly show all the fe

alsaseq 0.3

2009-01-06 Thread Patricio Paez
Hi all, The third version of alsaseq, bindings to the ALSA sequencer has been released. A Makefile with test and install options was added to simplify building and installation; some constants were updated according to recent versions of the ALSA library. alsaseq is a Python module that allo

alsaseq 0.2

2007-11-29 Thread Patricio Paez
Hi all, The second version of alsaseq, bindings to the ALSA sequencer has been released. Fixed some bugs in alsaseq.c, added id() function. Added funtions in alsamidi.py, and a class to read and write ALSA events into a CSV file. alsaseq is a Python module that allows to interact with ALSA se

alsaseq 0.1

2007-09-09 Thread Patricio Paez
Hi all, 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 usin