Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.9% on proxy.golang.org
Top 0.4% dependent packages on proxy.golang.org
Top 0.6% dependent repos on proxy.golang.org
Top 6.9% forks on proxy.golang.org

proxy.golang.org : gitlab.com/gomidi/midi

Package midi provides interfaces for reading and writing of MIDI messages. Since they are handled slightly different, this packages introduces the terminology of "live"/cable 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 porcelain packages 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 by the MIDI standard 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
Keywords: go, golang, midi, smf
License: MIT
Latest release: about 3 years ago
First release: almost 6 years ago
Namespace: gitlab.com/gomidi
Dependent packages: 130
Dependent repositories: 93
Stars: 24 on GitLab.com
Forks: 8 on GitLab.com
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago

    Loading...
    Readme
    Loading...