[noise] Generating patterns, and ss tokens
Trevor Perrin
trevp at trevp.net
Thu Jun 21 19:13:52 PDT 2018
On Fri, Jun 22, 2018 at 2:08 AM, Trevor Perrin <trevp at trevp.net> wrote:
> So given this, would we still want to add the ss into K1K and I1K, or
> leave it out? Adding it makes KK and K1K more similar, but leaving it
> out makes all the deferred patterns more similar...
>
> KK:
> -> s
> <- s
> ...
> -> e, es, ss
> <- e, ee, se
>
> K1K:
> -> s
> <- s
> ...
> -> e, es[, ss]
> <- e, ee
> -> se
>
> KK1:
> -> s
> <- s
> ...
> -> e
> <- e, ee, se, es
>
> K1K1:
> -> s
> <- s
> ...
> -> e
> <- e, ee, es
> -> se
Another option is to defer the ss, e.g.
KK1:
<- s
-> s
..
-> e
<- e, ee, se, es, ss
Not sure what I think about that.
Trevor
More information about the Noise
mailing list