audio icon indicating copy to clipboard operation
audio copied to clipboard

monome.go: undefined: midi.FakePort and Note

Open ohac opened this issue 8 years ago • 2 comments

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

ohac avatar Mar 05 '16 04:03 ohac

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.

aoeu avatar Mar 08 '16 02:03 aoeu

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.

ohac avatar Mar 08 '16 03:03 ohac