package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Functions

LookupDistortion converts the control register value into a text description.
LookupMusicalNote converts the current register values for a channel into a musical note.
NewTracker is the preferred method of initialisation for the Tracker type.
NoteToPianoKey converts the musical note to the corresponding piano key.

# Constants

Preset values that the MusicalNote can be.
Preset values that the MusicalNote can be.
NoPianoKey is pressed.
Preset values that the MusicalNote can be.
List of values for the Volume type.
List of values for the Volume type.
List of values for the Volume type.

# Structs

Entry
Entry represents a single change of audio for a channel.
No description provided by the author
Tracker implements the audio.Tracker interface and keeps a history of the audio registers over time.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

MusicalNote defines the musical note (C#, D, D#, etc.) of an TIA audio channel register group.
PianoKey is the key number on a piano keyboard.
VolumeChange indicates whether the volume of the channel is rising or falling or staying steady.