MIDI處理器 mididings

jopen 12年前發布 | 16K 次閱讀 MIDI Python 游戲開發

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.

MIDI處理器 mididings

項目主頁:http://www.baiduhome.net/lib/view/home/1326629910093

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!