Felix Roos
Felix Roos
a bit late to the party.. i've fixed the linting problem. thanks cleary for clarification :)
would be nice to implement this by modifying the code to actually add '_' to the labeled statement, so that the code stays in sync with the playback state
good idea! maybe it makes sense to still make them optional via the component props. Also worth noting that the error messages are on the top right, so they need...
> Good point! What about having the error messages on the left and the new buttons on the right like this (I will change button icons of course but you...
just a quick idea: maybe `tremolo` should be an alias of `am` ? (Then also `pm` should be an alias of `vibrato`) need to dig into the rest of it...
I've tested it and it works great! It would be good to find a syntax to allow switching between absolute phase (like am) and relative phase (like all others rn)....
> I've tested it and it works great! It would be good to find a syntax to allow switching between absolute phase (like am) and relative phase (like all others...
> > just a quick idea: maybe `tremolo` should be an alias of `am` ? (Then also `pm` should be an alias of `vibrato`) need to dig into the rest...
naturally, this leads to a more general design where c could be used on any other seconds based control like envelopes
> How could `"0.25c".mul(2)` do the expected? i'd say that should return "0.5c" . so _c would be an artificial number type, similar to how hex numbers are prefixed with...