MIDI處理器 mididings
mididings是一個為 ALSA 和 JACK MIDI 編寫的 MIDI 處理的 Python 模塊。
mididings 是MIDI路由器用于ALSA和Jack 的MIDI處理器。它支持過濾和修改在許多不同的方式的MIDI事件,以及對不同補丁之間的無縫切換,甚至可以邊玩。 mididings是在 Python腳本和擴展,而核心的MIDI處理代碼是用C + +編寫,以使低潛伏期和實時使用。
功能特性:
- MIDI routing and filtering
Filter events depending on their event type, channel, note number, velocity, etc., and freely route them between an arbitrary number of input and output ports.
- Modifying and converting MIDI events
Transpose notes, apply velocity curves, change controller values and ranges, or convert events to any other MIDI event type. mididings also includes more complex functions like a diatonic harmonizer, floating split points, latched notes, and more.
- Seamless switching between patches
Set up different "scenes", each with its own MIDI routing and processing, and switch between them at any time, even while playing. Switching scenes does not affect notes already held, and does not result in dropouts or stuck notes!
- MIDI event monitoring, running external commands
Print MIDI event data to the console to help debugging your patches and configuring your MIDI controllers. In addition to its MIDI output, mididings can also execute shell commands and send OSC or DBUS messages.