Download List

Descripción del Proyecto

mididings is a MIDI router and processor for ALSA and JACK MIDI. It supports filtering and modifying MIDI events in many different ways, and allows for seamless switching between different patches even while playing. mididings is scriptable and extensible in Python, while the core MIDI processing code is written in C++ in order to allow low latencies and realtime usage.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-14 13:15
20080913

Esta versión incluye algunas funciones de conveniencia para ejecutar comandos de la shell, y para enviar mensajes o OSC dbus. La comprobación de la validez de los argumentos de la función se ha mejorado para producir mensajes de error más útil.
Tags: Minor feature enhancements
This release adds some convenience functions to run shell commands, and to send OSC or DBUS messages. The validity checking of function arguments has been improved to produce more helpful error messages.

2008-09-10 13:56
20080909

Esta versión corrige un error que los sucesos provocados por no ser tratados correctamente en determinadas circunstancias.
Tags: Major bugfixes
This release fixes a bug that caused events to not be processed properly under certain circumstances.

2008-09-07 05:43
20080905

Esta versión presenta soporte experimental para la conexión MIDI. Un submódulo nuevo, mididings.extra, se añadió. Esto incluye, entre otras cosas, un armonizador diatónica. Los scripts de ejemplo fueron completamente reescrito para ser más comprensible y para hacer uso de nuevas características.
Tags: Major feature enhancements
This release features experimental support for
JACK MIDI. A new submodule, mididings.extra, was
added. This includes, among other things, a
diatonic harmonizer. The example scripts were
completely rewritten to be more comprehensible and
to make use of newer features.

2008-08-29 15:41
20080828

Mediante el uso de llamadas (), ahora es posible para una función Python que devolver más de un evento MIDI al mismo tiempo.
Tags: Minor feature enhancements
By using Call(), it's now possible for a Python
function to return more than one MIDI event at the
same time.

2008-08-18 10:10
20080817

Muchas partes fundamentales del código de procesamiento MIDI han reescrito desde cero para hacer el código más flexible y permitir nuevas características. El significado de los filtros ha cambiado para hacerlo más coherente los acontecimientos, y duplicar ahora son automáticamente eliminados.
Tags: Major feature enhancements
Many crucial parts of the MIDI processing code have been rewritten from scratch to make the code more flexible and allow for new features. The meaning of filters has changed to make it more consistent, and duplicate events are now automatically removed.

Project Resources