gogins / cloud-5

Complete browser-based computer music studio for algorithmic composition and live coding
Other
9 stars 1 forks source link

Investigate https://tmhglnd.github.io/total-serialism/ #26

Closed gogins closed 1 year ago

gogins commented 1 year ago

I checked out the Mercury Playground, it does not seem as capable as either Strudel or cloud-5.

The total-serialism code itself contains much duplication of what already exists elsewhere, but it looks well-written.

In particular "algorithmic methods" has stuff that I don't have and that looks useful.

God save me from re-inventing every wheel that rolls along.

gogins commented 1 year ago

I will try some of these as stateful patterns in cloud-5.

gogins commented 1 year ago

This is not straightforward as the functions generate arrays, whereas what Strudel wants is a stateful Pattern that iterates the generating function. But I will look at the catalog of integer sequences to see how to do this the StatefulPatterns class.