Note
struct Note
Undocumented
-
Undocumented
Declaration
Swift
static let keyToMidiNumber: [String : Int]
-
Undocumented
Declaration
Swift
var key: String
-
Undocumented
Declaration
Swift
var octave: Int
-
Undocumented
Declaration
Swift
var velocity: Int
-
Undocumented
Declaration
Swift
private static var _all: [Note]?
-
Undocumented
Declaration
Swift
static var all: [Note] { get }
-
String description of note. i.e. C3, Db4, etc..
Declaration
Swift
func description() -> String
-
Returns midi key number corresponding to note. i.e. C3 -> 60
Declaration
Swift
func keyNumber() -> Int