Skip to content

A lightweight application that converts MIDI signals from KORG nanoKONTROL2 to OSC messages.

License

Notifications You must be signed in to change notification settings

FukuchiLab/midi2osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(現在の実装では)KORG nanoKONTROL2 の入力を OSC メッセージに変換して送信する Processing プログラム。 またその受信デモ。

使用ライブラリ

  • MidiBus
  • oscP5

OSC アドレスおよびデータ

  • ノブ
    • /knob ID VALUE: IDは左から0〜7。VALUE は 0〜127 の整数
  • スライダー
    • /slider ID VALUE: IDは左から0〜7。VALUE は 0〜127 の整数
  • ボタン
    • /button LABEL ID VALUE: LABEL は文字列として渡される。VALUE は 0 or 1
    • コントロールグループのボタンの場合は、LABEL は S / M / R。ID は左から 0〜7。
    • 再生・停止ボタン類の場合は、ID は 8 となる。LABEL は下記
      • rewind / fastforward / stop / play / rec
screen_cast.webm
  • 左上が midi2osc 本体、右下は osc_receiver_demo。

About

A lightweight application that converts MIDI signals from KORG nanoKONTROL2 to OSC messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published