SongAutomation.this

Creates a new song automation.

class SongAutomation(T)
this
(
string name
,
T initValue = T.init
)
if (
isNumeric!T
)

Parameters

name string

The name of the automation.

initValue T

The initial value of the automation.

Meta