//
pkg.gl
Category
github.com/gomidi/midi
smf
smftrack
package
0.8.2
Repository:
https://github.com/gomidi/midi.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
13
Dependents
0
Files
876 SLOC
#
Functions
New
NewEvent
NewPlayer
NewPlayer plays from a smf.Reader (ignoring sysex messages).
NewRecorder
NewRecorder records into a single track on target, it needs the tempo to calculate the ticks from seconds.
#
Structs
Event
Event is a MIDI message at absolute ticks in a track.
SMF0
SMF0 is a namespace for methods reading from and writing to SMF0 (singletrack) files.
SMF1
SMF1 is a namespace for methods reading from and writing to SMF1 (multitrack) files.
Track
#
Type aliases
Events
Events helps sorting events.
Tracks
Tracks helps sorting tracks.