jamshark70 / ddwChucklib-livecode

A live-coding interface for chucklib objects
25 stars 0 forks source link

Articulation pools can't mix characters and generators #14

Closed jamshark70 closed 3 years ago

jamshark70 commented 4 years ago
\artic("\seq("~\seq*3..6(".")")")

// as in
/pl = "\ins(\seq("\seq*3..6("85426,")\seq("95694'5'3'")"), 16, 0.25)::\artic("\seq("~\seq*3..6(".")")")";

->
ERROR: Invalid articulation pool

Workaround:

\artic("\seq("\seq("~")\seq*3..6(".")")")

It's OK if the artic pool contains all generators or all characters, but not mixed at the same level.

jamshark70 commented 3 years ago

No longer reproducible.