Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseMidiOutDevice ¶
func CloseMidiOutDevice(device MidiOutDevice) error
Types ¶
type MidiOutCapabilities ¶
type MidiOutDevice ¶
type MidiOutDevice struct {
Handle uint
}
func OpenMidiOutDevice ¶
func OpenMidiOutDevice(deviceInfo MidiOutDeviceDescription) (MidiOutDevice, error)
func (MidiOutDevice) SendNoteOffMessage ¶
func (device MidiOutDevice) SendNoteOffMessage(note byte, channel int) error
func (MidiOutDevice) SendNoteOnMessage ¶
func (device MidiOutDevice) SendNoteOnMessage(note byte, velocity byte, channel int) error
type MidiOutDeviceDescription ¶
func ListMidiOutDevices ¶
func ListMidiOutDevices() ([]MidiOutDeviceDescription, error)
Click to show internal directories.
Click to hide internal directories.