Felix Roos
Felix Roos
> First of all, I don't understand clearly your distinction between voicing and voice-leading package. Why topNoteDiff function can't be inside voicing package? Mainly, I separated them because [you told...
> Yes, now I don't see the point of creating a new package (sorry for the mess). I thing we can keep everything under voicing until it get's too big....
correlates with https://github.com/tidalcycles/strudel/issues/31
related https://github.com/tidalcycles/strudel/issues/72
Ah this stuff at the end is not really used at the moment, as `mini` will [wrap everything it gets into double quotes](https://github.com/tidalcycles/strudel/blob/main/packages/mini/mini.mjs#L161). It can be used with the `h`...
Maybe `+` and `-` will be used in the future for late and early? It could also be used for add at some point, like `"[0 1 2] + "`...
related https://github.com/tidalcycles/strudel/pull/63
I'll try to summarize the problem with hap values. - I'll add numbers to allow us to reference ideas quickly - I'll add checkboxes to tell what is currently implemented...
> I think all these look good. Another question is what should `n("0 1").room(.5).add(.2)` do? The main options would be > a. `{ n: 2.2, room: .7 }` - add...
> Hm well I think 10.1 is the clearest expression. I don't see the parenthesis introducing confusion, only resolving ambiguity. Parenthesis is all about being clear about scope and execution...