SongAutomation.addValue

Adds a value to the automation.

class SongAutomation(T)
void
addValue
()
if (
isNumeric!T
)

Parameters

value T

The value to add.

Meta