Download List

專案描述

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.

2010-02-06 16:17
20100202

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.
標籤: Documentation, Minor feature enhancements

2010-01-14 03:36
20100112

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.
標籤: Major feature enhancements

2009-01-14 21:18
20090113

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).
標籤: Major feature enhancements

2008-11-25 06:02
20081123

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.
標籤: Major feature enhancements

2008-11-10 12:17
20081109

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.
標籤: Major feature enhancements

Project Resources