gomidi

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2025 License: MIT Imports: 7 Imported by: 0

README

gomidi

MIDI library that just works

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL