gogins / cloud-5

Complete browser-based computer music studio for algorithmic composition and live coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconsider CsoundAC integration

gogins opened this issue · comments

Currently the CsoundAC patterns work on "note" values in all Patterns, but the question arises: should they only work the Note Pattern, i.e. when onTrigger is called? In that case, would the functions still compose?

The current implementation works, but is not always intuitive. That's why notes on the piano roll (which are only triggered notes) sometimes start jumping around when CsoundAC Patterns are applied.

I think I have to create a whole new set of functions to test this. Or maybe both sets should be implemented.

Didn't work. I think this idea is misconceived.