NoteLength
public enum NoteLength : Int64
Undocumented
-
Undocumented
Declaration
Swift
case Impluse = 500000000
-
Undocumented
Declaration
Swift
case Short = 1000000000
-
Undocumented
Declaration
Swift
case Long = 3000000000
-
Undocumented
Declaration
Swift
case Forever = -1
-
Undocumented
Declaration
Swift
public func getIndex() -> Int
-
Undocumented
Declaration
Swift
public static func fromIndex(_ index: Int) -> NoteLength