degree

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type int

Type is pitch degree type

const (
	Invalid     Type = iota
	Tonic       Type = iota
	Supertonic  Type = iota
	Mediant     Type = iota
	Subdominant Type = iota
	Dominant    Type = iota
	Subtonic    Type = iota
	LeadingTone Type = iota
)

Pitch degree name enumerations

func FromInt

func FromInt(v int) Type

FromInt returns pitch degree from tonic

func (Type) String

func (d Type) String() string

String returns string representation of pitch degree

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL