Dynamic

public struct Dynamic

Undocumented

  • rf

    Undocumented

    Declaration

    Swift

    public static let rf: Dynamic
  • rff

    Undocumented

    Declaration

    Swift

    public static let rff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let rfff: Dynamic
  • rfz

    Undocumented

    Declaration

    Swift

    public static let rfz: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let rffz: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let rfffz: Dynamic
  • sf

    Undocumented

    Declaration

    Swift

    public static let sf: Dynamic
  • sff

    Undocumented

    Declaration

    Swift

    public static let sff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfff: Dynamic
  • sfz

    Undocumented

    Declaration

    Swift

    public static let sfz: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sffz: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfffz: Dynamic
  • fp

    Undocumented

    Declaration

    Swift

    public static let fp: Dynamic
  • ffp

    Undocumented

    Declaration

    Swift

    public static let ffp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let fffp: Dynamic
  • fpp

    Undocumented

    Declaration

    Swift

    public static let fpp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let fppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let ffpp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let ffppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let fffpp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let fffppp: Dynamic
  • sfp

    Undocumented

    Declaration

    Swift

    public static let sfp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sffp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfffp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfpp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sffpp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sffppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfffpp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static let sfffppp: Dynamic
  • f

    Undocumented

    Declaration

    Swift

    public static let f: Dynamic
  • ff

    Undocumented

    Declaration

    Swift

    public static let ff: Dynamic
  • fff

    Undocumented

    Declaration

    Swift

    public static let fff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var ffff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var fffff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var ffffff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var fffffff: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var ffffffff: Dynamic
  • p

    Undocumented

    Declaration

    Swift

    public static var p: Dynamic
  • pp

    Undocumented

    Declaration

    Swift

    public static var pp: Dynamic
  • ppp

    Undocumented

    Declaration

    Swift

    public static var ppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var pppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var ppppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var pppppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var ppppppp: Dynamic
  • Undocumented

    Declaration

    Swift

    public static var pppppppp: Dynamic
  • mp

    Undocumented

    Declaration

    Swift

    public static let mp: Dynamic
  • mf

    Undocumented

    Declaration

    Swift

    public static let mf: Dynamic
  • Declaration

    Swift

    public static func f(_ count: Int, _ annotation: String? = nil) -> Dynamic

    Return Value

    A Dynamic with the amount of forte elements, with the given annotation.

  • Declaration

    Swift

    public static func p(_ count: Int, _ annotation: String? = nil) -> Dynamic

    Return Value

    A Dynamic with the amount of piano elements, with the given annotation.

  • Declaration

    Swift

    public static func r(
        _ element: Element,
        _ annotation: String? = nil
    ) -> Dynamic

    Return Value

    A Dynamic which prepends a r to the given element, with the given annotation.

  • Declaration

    Swift

    public static func s(
        _ element: Element,
        _ annotation: String? = nil
    ) -> Dynamic

    Return Value

    A Dynamic with prepends an s to the given element, with the given annotation.

  • Declaration

    Swift

    public static func s(
        _ anterior: Element,
        _ posterior: Element,
        _ annotation: String? = nil
    ) -> Dynamic

    Return Value

    A Dynamic with the given anterior and posterior Elements joined together in a compound Elements, with the given annotation.

  • Declaration

    Swift

    public var numericValues: (anterior: Double, posterior: Double) { get }

    Return Value

    The numerical values of the anterior and posterior dynamic elements. If

  • Whether a Dynamic consists a single element or a compound of two elements.

    See more

    Declaration

    Swift

    public enum Elements
  • A modifier for defining the s or r in sforzando, or rinforzando.

    See more

    Declaration

    Swift

    public enum AnteriorModifier : String
  • A modifier for defining the z in sforzando, or rinforzando.

    See more

    Declaration

    Swift

    public enum PosteriorModifier : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum Element
  • Printable description of Dynamic.

    Declaration

    Swift

    public var description: String { get }