Re: Pattern duration and: monospace pianoroll?
[email protected] Sat, 24 Apr 2021 09:30:44 +0800
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAFniQ7X8wBMg1R9mcSrmBu5m5_=QgJbW4osHG=t1DtBBYQ+reg@mail.gmail.com> |
On Fri, Apr 23, 2021 at 3:13 AM <[email protected]> wrote: > I've created a quark called Panola (stands for pattern notation > language) to solve some of the problems you face. I'm in complete agreement with this approach :-> It's a data-representation problem. When musical timing data are represented as inter-onset intervals (IOIs, or in SC terms, "delta"), then it's a real problem to insert something at a specific point in the bar because, just from looking at the data as given, you don't know the absolute time points. If instead musical timing data are represented as absolute positions (either within a bar or across multiple bars), then inserting at a specific point becomes easy: drop it into the array, in order, and when it plays, recalculate deltas on the fly. My livecoding dialect does likewise, though it comes with some baggage that Panola likely doesn't have. hjh _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/