Documentation
¶
Overview ¶
Package midi provides midi units.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnitBuilders ¶
UnitBuilders returns the list of units provided by this package.
Types ¶
type DeviceList ¶
type DeviceList []*portmidi.DeviceInfo
DeviceList is a list of MIDI devices.
func Initialize ¶
func Initialize() (DeviceList, error)
Initialize initializes portmidi and returns the list of devices on the system.
func (DeviceList) String ¶
func (l DeviceList) String() string
Click to show internal directories.
Click to hide internal directories.