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
...which allows using colon notation for arbitrary combinations of controls:
constas=register('as',(mapping,pat)=>{returnpat.fmap((v)=>{// TODO: using aliases e.g. lpf does not work yet...v=Array.isArray(v) ? v : [v];v=Object.fromEntries(mapping.map((prop,i)=>[prop,v[i]]));//console.log(v)returnv;});})"[c2 a2 f2 e2]:{200 1000 800 2000}%3".as("note:<cutoff hcutoff>").s('sawtooth')
...which allows using colon notation for arbitrary combinations of controls:
https://strudel.tidalcycles.org/?Z_qnuC-jOaL9
this would even allow to pattern the params itself:
https://strudel.tidalcycles.org/?5lh-8JXdPlKH
maybe this could also work for any pattern method and not just controls, similar to #566 does it
The text was updated successfully, but these errors were encountered: