README ¶ gomidi MIDI library that just works Expand ▾ Collapse ▴ Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func Close() func Devices() (devices []string) type Device func New(name string) (d Device, err error) func (d Device) Close() (err error) func (d Device) NoteOff(channel, note uint8) (err error) func (d Device) NoteOn(channel, note, velocity uint8) (err error) func (d Device) Open() (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ func Close() func Devices ¶ func Devices() (devices []string) Types ¶ type Device ¶ type Device struct { // contains filtered or unexported fields } func New ¶ func New(name string) (d Device, err error) func (Device) Close ¶ func (d Device) Close() (err error) func (Device) NoteOff ¶ func (d Device) NoteOff(channel, note uint8) (err error) func (Device) NoteOn ¶ func (d Device) NoteOn(channel, note, velocity uint8) (err error) func (Device) Open ¶ func (d Device) Open() (err error) Source Files ¶ View all Source files gomidi.gogomidi_linux.go Click to show internal directories. Click to hide internal directories.