首页 >> 录音棚资讯 >> 软件 >> 正文

MIDI 管理工具 ReceiveMIDI

时间:2017-03-01   来源:配音网   编辑:yx  阅读数:1166   长春原声录音棚 配音 歌曲录制 配音 配音公司 专业配音公司 配音网 设备 软件 耳机 话放 音箱 录音系统 麦克风


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


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



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


这还没完,如果你把 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



功能类型 工具 

简单介绍 MIDI 管理工具

操作系统  Windows  Mac OS X  Mac OS X Intel  Linux  Windows x64

  Mac OS X Universal  Mac OS X 64bit

*高版本 1.0

媒体价格 免费

免费下载