aoeu / audio

A Go audio and MIDI package.
25 stars 3 forks source link

monome.go: undefined: midi.FakePort and Note #1

Open ohac opened 8 years ago

ohac commented 8 years ago

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
aoeu commented 8 years ago

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.

ohac commented 8 years ago

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.