You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a live coding performance where the user is using echo $CODE | sonic-pi-tool eval-stdin --save some/dir
at the end of the performance the given directory would contain one file for each time code was evaled, with timestamps, so the performance can be replayed.
Is this working yet? Great idea, I'd had a similar one with the git autosave commit log but don't have the skills yet to make it work, or test to see if already accurate (or any delays introduced during replay of committed runs at commit_timestamps
Proposal
Given a live coding performance where the user is using
echo $CODE | sonic-pi-tool eval-stdin --save some/dir
at the end of the performance the given directory would contain one file for each time code was evaled, with timestamps, so the performance can be replayed.
This could then be used with a replay command to be implemented later.
Discussion
--save
a good name?The text was updated successfully, but these errors were encountered: