Felix Roos
Felix Roos
there could be a detail view for each sound, allowing you to preview all files in a folder / potentially see waveforms and active playheads
also good for strumming: https://strudel.tidalcycles.org/?QZtGq9xNCjgK
todo fix: `sequence(pure(1),silence).pedal(pure(1)).queryArc(0.5,1)` > `Array []` "you could fix it by querying the pedals with the whole of the hap to be sure of finding everything being sure to throw...
I like `head` / `tail`, maybe also `fillRight` / `fillLeft` which is more explicit
> we've moved away from implying that time goes from left to right, which is quite nice.. makes sense, maybe `headFill`, `tailFill` ? Or `prolong` and `prelong` ? > Maybe...
maybe it helps (or futher complicates) to include the versions of the function that use the other sides of the timespans: - quantize offsets to end `"a ~ ~ ~".x("1...
setting target / port / address could work with regular params which are then used by osc: `x.target('name').port(3128).address('127.0.0.1').osc()` I think the `dirt/play` prefix should actually be removed + a new...