Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
Type defines a type of music interval
const ( Invalid Type = iota PerfectUnison Type = iota MinorSecond Type = iota MajorSecond Type = iota MinorThird Type = iota MajorThird Type = iota PerfectFourth Type = iota Tritone Type = iota PerfectFifth Type = iota MinorSixth Type = iota MajorSixth Type = iota MinorSeventh Type = iota MajorSeventh Type = iota PerfectOctave Type = iota )
Click to show internal directories.
Click to hide internal directories.