Versions in this module Expand all Collapse all v1 v1.1.0 Sep 24, 2025 v1.0.0 Sep 5, 2025 Changes in this version + type PlayableNote struct + Duration time.Duration + MidiNote int + Position int + Start time.Duration + String int + Velocity int + type Player struct + func NewPlayer() *Player + func (p *Player) GetHighlighted() []models.Position + func (p *Player) GetPlaybackInfo() (position int, totalLength int, isPlaying bool) + func (p *Player) GetPosition() int + func (p *Player) IsPlaying() bool + func (p *Player) PlayTab(tab *models.Tab) error + func (p *Player) SetTempo(tempo int) + func (p *Player) Stop()