audio
audio copied to clipboard
monome.go: undefined: midi.FakePort and Note
Hi. I got errors below. Thanks.
$ cat Gomfile
# libportmidi-dev
gom "github.com/aoeu/audio/midi"
$ gom install
downloading github.com/aoeu/audio/midi
# github.com/aoeu/audio/midi/controller
./monome.go:17: undefined: midi.FakePort
./monome.go:71: undefined: midi.Note
./monome.go:72: undefined: midi.Note
gom: exit status 2
Hi @ohac! Thank you for trying to use this project, I thought there were no users. :) I have been rewriting large sections of the code, and I am trying to fix the Monome code. I do not own a Monome, but I can hopefully borrow one from a friend and get it working again. I will update here when I can at least get the Monome serial data converted to live MIDI messages again.
Thank you for replying. I didn't know Monone. Now I know it is a MIDI device. I just wanted to use that midi package for other MIDI devices/softwares.