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.

2010-02-06 16:17
20100202

Die Dokumentation wurde erheblich erweitert und umfasst jetzt ein Tutorial mit mehr nützliche Beispiele. Es erklärt auch, einige der relevanten Python-Grundlagen und wie sie mididings beziehen. Einige kleinere Funktionen wurden hinzugefügt, und ein paar Bugs und Unstimmigkeiten wurden beseitigt.
Tags: Documentation, Minor feature enhancements
The documentation was extended significantly and now includes a tutorial with more useful examples. It also explains some of the relevant Python basics and how they pertain to mididings. Some minor features were added, and a couple of bugs and inconsistencies were fixed.

2010-01-14 03:36
20100112

Dieses Release enthält eine neue Kommandozeilen-Programm "mididings" Patches, die einfach laufen können, ohne schriftlich vollwertige Python-Skripten. Unterstützung für die bisher fehlenden MIDI-Event-Arten System exklusiven, gemeinsamen System, Echtzeit-System, und polyphonen Aftertouch wurde hinzugefügt. Es ist nun möglich, Szenen über OSC-Schalter und mididings können jetzt automatisch neu gestartet, wenn sich ein Skript ändert.
Tags: Major feature enhancements
This release includes a new command line program "mididings" that allows running simple patches without writing full-fledged Python scripts. Support for the previously missing MIDI event types system exclusive, system common, system realtime, and polyphonic aftertouch was added. It's now possible to switch scenes via OSC, and mididings can now automatically restart itself when a script changes.

2009-01-14 21:18
20090113

Diese Veröffentlichung fügt Funktionen, um die Anzahl der gleichzeitigen Notizen zu machen oder ein MIDI-Signal monophon (mit Retriggerung limit). Es bietet ein neues Event-Typ Agnostiker Inversion Betreiber für Filter und Output () unterstützt jetzt das Senden Volumenänderungen (CC 7).
Tags: Major feature enhancements
This release adds functions to limit the number of
simultaneous notes, or to make a MIDI signal
monophonic (with retriggering). It provides a new
event-type agnostic inversion operator for
filters, and Output() now supports sending volume
changes (CC 7).

2008-11-25 06:02
20081123

Diese Version bietet Unterstützung für die Verarbeitung von Standard-MIDI-Dateien direkt. Patch-Nummern können nun mehr als 128, und Output () unterstützt das Senden von Bank Select-Einträge. Verschiedene Bugs wurden behoben.
Tags: Major feature enhancements
This version adds support for processing standard MIDI files directly. Patch numbers can now be greater than 128, and Output() supports sending bank select messages. Various bugs have been fixed.

2008-11-10 12:17
20081109

Mehrere Probleme mit der JACK Backend wurden behoben. Diese Version bietet auch Unterstützung für Channel Aftertouch, ein paar zusätzliche Einheiten und einem neuen Betreiber (%) für Filter. Eine neue Funktion wurde mididings.extra, dass die gewählte Patch-Nummer sparen können und es wieder das nächste Mal das Skript ausgeführt wird aufgenommen.
Tags: Major feature enhancements
Several problems with the JACK backend have been fixed. This release also features support for channel aftertouch, a few additional units, and a new operator (%) for filters. A new function has been added to mididings.extra that allows saving the selected patch number and restoring it the next time the script is run.

Project Resources