fix could not play after pressing pause

+ some notes
This commit is contained in:
Felix Roos 2022-02-18 11:12:08 +01:00
parent f97837d15a
commit f95f181301
5 changed files with 100 additions and 2 deletions

View file

@ -24,3 +24,7 @@ export default (code) => {
});
return codegen(shifted);
};
// TODO: turn x.groove['[~ x]*2'] into x.groove('[~ x]*2'.m)
// and ['c1*2'].xx into 'c1*2'.m.xx ??
// or just all templated strings?? x.groove(`[~ x]*2`)