Ben Gold

Results 45 comments of Ben Gold

I'm not entirely sure this isn't buggy (there's a bit of weirdness to getting the modulation working), but it seemed OK during my brief testing: ``` pulse wp = innerJoin...

What I wrote is a variable-width square wave, where you can control the duty cycle with a pattern. Doing the same with a saw/triangle would be straightforward. If instead you...

I don't know what I can contribute yet, but I'm interested in this. Going to take a longer look at tidal-gui...

Right now you can do it interactively with a few imports, but maybe this could fit into Stream.hs or the boot file as a new function to make it easier:...

Apart from technical issues, one possible point of confusion is that the notation for `!` and `_` allows spacing, so you can write things like `"bd ! ! sn"` or...

I unfortunately haven't been very active over the past year or so but I think I've used the admin privs in the past to merge PRs, so it's been nice...

How does the parser decide what tree structure to give ``` "[a , c d, e f g]" ``` when queried for `Arc 0.3 0.6`? Some things that I might...

On some level this is intended, since the original use of a Pattern String is to indicate the name of a folder to search inside for samples, and restricting the...

Well, I think one way to do it might be to explicitly separate out your parsing step from the rest and do that when building the sheet. So, changing the...

I haven't gotten all the way there, but this info might be helpful: On my machine, the libraries are: ``` /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) /opt/local/lib/liblo.7.dylib (compatibility version...