叮咚音频第一届 AI 音频软件创意大赛「投肯杯」正式开启

Alctron 爱克创 CM6 Lite(第二代)如何用材料方案降低家庭录音室的电磁干扰与筒壁共振

下个月就来了:交流方式 北京模块节 2026(志愿者征集中)

让专业录音室触手可及:叮咚音频正式成为瑞典 ISOVOX 爱声学品牌中国区总代理

真的不是「玩具」:Stylophone CPM DS-2 与 DF-8深度测评


N/A

ReceiveMIDI

Dark$ide 添加于 2017-02-28 ·

分享到微信

暂无评论

产品信息

  • MIDI 管理工具
  • 1.0
  • 媒体价格: 免费
  • 免费下载

软件详情

Moog Model 15 App 和 LinnStrument 的程序员 Geert Bevin 正式发布了最近开发的一款神奇工具 —— 免费的 ReceiveMIDI。这是一款和 SendMIDI 类似的实用工具,让你轻松的建立和管理 MIDI 信号的接收。

ReceiveMIDI 采用了 JUCE 跨平台应用程序框架类库,支持 MacOS, Windows 和 Linux,通过一行行的代码可以让你轻松的管理 MIDI 设备的信号发送和接受。ReceiveMIDI 甚至包含了一些过滤性命令代码,让你可以只使用某些 MIDI 信号,或者添加额外的标记。

下面是 Geert Bevin 的使用说明和教程:


原 Youtube 链接:https://youtu.be/_o1kg0IbetY


Geert 同样对 SendMIDI 进行了升级,加入了时间标记的支持,你在 ReceiveMIDI 中的任何编辑和变动都可以在 SendMIDI 中进行回放, 并且按照特定的时间线。

下载链接:https://github.com/gbevin/ReceiveMIDI

这还没完,如果你把 ReceiveMIDI & SendMIDI 结合在一起使用,你还可以制作一个基于命令符的音序器,允许你在接收 MIDI 信号之后储存起来,然后之后再进行播放。当然你可以对它进行任意编辑。

下面是代码:

dev   name           Set the name of the MIDI input port (REQUIRED)
  list                 Lists the MIDI input ports
  file  path           Loads commands from the specified program file
  dec                  Interpret the next numbers as decimals by default
  hex                  Interpret the next numbers as hexadecimals by default
  ch    number         Set MIDI channel for the commands (0-16), defaults to 0
  ts                   Output a timestamp for each receive MIDI message
  voice                Show all Channel Voice messages
  note                 Show all Note messages
  on    (note)         Show Note On, optionally for note (0-127)
  off   (note)         Show Note Off, optionally for note (0-127)
  pp    (note)         Show Poly Pressure, optionally for note (0-127)
  cc    (number)       Show Control Change, optionally for controller (0-127)
  pc    (number)       Show Program Change, optionally for program (0-127)
  cp                   Show Channel Pressure
  pb                   Show Pitch Bend
  sr                   Show all System Real-Time messages
  clock                Show Timing Clock
  start                Show Start
  stop                 Show Stop
  cont                 Show Continue
  as                   Show Active Sensing
  rst                  Show Reset
  sc                   Show all System Common messages
  syx                  Show System Exclusive
  tc                   Show MIDI Time Code Quarter Frame
  spp                  Show Song Position Pointer
  ss                   Show Song Select
  tun                  Show Tune Request
  --                   Read commands from standard input until its closed

暂无评论