Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.4k stars 976 forks source link

CtrlMarkov? #1029

Closed wcrtr closed 1 year ago

wcrtr commented 2 years ago

The feature you'd like Been reading through the release notes and can't find anything about CtrlMarkov being removed and would love to see it back!

Any alternatives you've considered I don't know in the current documentation if CtrlMarkov has been replicated by any other feature.

Additional context None

japentaca commented 2 years ago

I miss it

tambien commented 1 year ago

It isn't much code if you wanted to just pull it into your own project.

Here's the original module: https://github.com/Tonejs/Tone.js/blob/389ccf87229df47a1560b37896da8f4c28aea7bb/Tone/control/CtrlMarkov.js

At some point didn't feel like an important part of Tone.js since it does neither scheduling nor synthesis and was more related to generative music more generally. As a maintainer, i've realized that a tightly scoped feature set that works well is the best thing i can do with this library vs trying to jam in the most features.