SongAutomation.name

Sets the name of the automation.

  1. string name [@property getter]
  2. string name [@property setter]
    class SongAutomation(T)
    @property
    void
    name
    (
    string newName
    )
    if (
    isNumeric!T
    )

Meta