Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version fügt einige Komfort-Funktionen ausführen, um Shell-Befehle, und schicken oder OSC-Bus-Nachrichten. Die Gültigkeit Überprüfung der Funktion Argumente wurde verbessert, um weitere hilfreiche Fehlermeldungen produzieren.
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

Diese Version behebt einen Bug, der Ereignisse nicht richtig unter bestimmten Umständen verarbeitet werden.
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

Diese Version bietet experimentelle Unterstützung für MIDI JACK. Ein neuer Lehr-, mididings.extra wurde hinzugefügt. Dazu gehören unter anderem eine diatonische Harmonizer. Die Beispiel-Skripte wurden komplett neu geschrieben, um mehr verständlich und zu nutzen und neue Funktionen mit zu machen.
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

Durch die Verwendung von Call (), ist es jetzt möglich, eine Python Funktion, mehr als ein MIDI-Event zur gleichen Zeit zurück.
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

Viele wichtige Teile des MIDI-Processing-Code wurden von Grund auf neu geschrieben, um den Code flexibler und ermöglichen neue Funktionen. Die Bedeutung der Filter hat sich verändert, um es konsequenter, und doppelte Ereignisse machen werden jetzt automatisch entfernt.
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