Documentation
¶
Overview ¶
internal/midi/player.go
Index ¶
- type PlayableNote
- type 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()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlayableNote ¶
type Player ¶
type Player struct {
// contains filtered or unexported fields
}
func (*Player) GetHighlighted ¶
func (*Player) GetPlaybackInfo ¶
func (*Player) GetPosition ¶
Click to show internal directories.
Click to hide internal directories.