Registry / other / gomidi-midi-v2

gomidi-midi-v2

JSON →
library2.3.24gogounverified

Package midi helps with reading and writing MIDI messages, supporting drivers for cross-platform MIDI I/O and SMF file handling.

go get gitlab.com/gomidi/midi/v2
INSTALL
IMPORT
SIG · GOMIDI-MIDI-V2
G
gomidi-midi-v2
othergov2.3.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

midi
gitlab.com/gomidi/midi/v2

Creates a MIDI Note On message for channel 0, note 60, velocity 100.

package main import ( "fmt" "gitlab.com/gomidi/midi/v2" ) func main() { msg := midi.NoteOn(0, 60, 100) fmt.Println("Note On message:", msg) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.24latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gomidi-midi-v2 — go get gomidi-midi-v2 · libregistry