莱维特(LEWITT)发布新品 RAY——首支自动对焦你声音的麦克风

2024年4月《Midifan月刊》电子杂志发行,8 篇技术文章在线阅读

低频灵魂,不同凡响:Earthworks DM6 打击乐专用话筒评测

叮咚音频正式代理 Lunacy Audio,令人惊叹的交互式效果器 BEAM 横空出世

精准混音/监听全担当——森海塞尔全能型监听耳机 HD 490 PRO 上手评测


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

暂无评论