Skip to content

Use real-time data from a midi keyboard in the browser.

Notifications You must be signed in to change notification settings

psaia/midi-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midi Keyboard to Browser via Websockets (Experimental)

This allows for your midi keyboard to work in the browser via a websocket server written in Go.

Run:

  • Plug in midi keyboard
  • brew install portmidi
  • go run main.go
  • Visit localhost:8080 and press start and play

Note Chart

Octave C C#/Db D D#/Eb E F F#/Gb G G#/Ab A A#/Bb B
-1 0 1 2 3 4 5 6 7 8 9 10 11
-1 12 13 14 15 16 17 18 19 20 21 22 23
0 24 25 26 27 28 29 30 31 32 33 34 35
1 36 37 38 39 40 41 42 43 44 45 46 47
2 48 49 50 51 52 53 54 55 56 57 58 59
3 60 61 62 63 64 65 66 67 68 69 70 71
4 72 73 74 75 76 77 78 79 80 81 82 83
5 84 85 86 87 88 89 90 91 92 93 94 95
6 96 97 98 99 100 101 102 103 104 104 106 107
7 108 109 110 111 112 113 114 115 116 117 118 119
8 120 121 122 123 124 125 126 127 - - - -

About

Use real-time data from a midi keyboard in the browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages