Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0003-on.update
on.update = function(dt)
	-- dt contains the time in seconds, a float usually much less than 1, since the previous call to on.update
end