Merge pull request #60 from Thomas--S/sequencer-pause

Allow to pause the sequencer with a TechAge command
This commit is contained in:
Joachim Stolberg 2021-08-09 20:55:07 +02:00 committed by GitHub
commit fd729b512b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,8 @@ techage.register_node({"techage:ta3_sequencer"}, {
else
nvm.endless = false
end
elseif topic == "pause" then
stop_the_sequencer(pos)
else
return "unsupported"
end