Top 4.3% forks on proxy.golang.org
proxy.golang.org : gitlab.com/gomidi/midi.git
Package midi provides interfaces for reading and writing of MIDI messages. Since they are handled slightly different, this packages introduces the terminology of "live" MIDI reading/writing for dealing with MIDI messages as "over the wire" (in realtime) as opposed to smf MIDI reading/writing to Standard MIDI Files (SMF). However both variants can be used with io.Writer and io.Reader and can thus be "streamed". This package provides a Reader and Writer interface that is common to live and SMF MIDI handling. This should allow to easily develop transformations (e.g. quantization, filtering) that may be used in both cases. If you want a comfortable common package providing everything at a high level, use the procelain package The underlying core implementations can be found here: The core of the MIDI messages that can be written or analyzed can be found here: Please keep in mind that that not all kinds of MIDI messages can be used in both scenarios. System Realtime and System Common Messages are restricted to "over the wire", while Meta Messages are restricted to SMF files. However System Realtime and System Common Messages can be saved inside a SMF file which the help of SysEx escaping (F7).
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/gitlab.com/gomidi/midi.git
Keywords:
go
, golang
, midi
, smf
License: MIT
Latest release: about 4 years ago
First release: almost 7 years ago
Namespace: gitlab.com/gomidi
Stars: 24 on GitLab.com
Forks: 8 on GitLab.com
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago