Iterate each layer.
Effectively an alias for SongLayers#all
.
This is intended for use in for
loops.
for (const layer in song.layers) { ... }
Delete a Layer
by its SongLayers#all
array index.
Index of the layer to be deleted
Alias for .length
.
Represents the
Layer
s of aSong
with helper methods.Example