overtone

kzeidler 2016-12-19T01:45:19.000005Z

There's a really nifty tool built into the klangmeister demo, nicely showcased here: http://localhost:3449/klangmeister/performance

kzeidler 2016-12-19T01:46:42.000006Z

It's a little graph utility that takes a musical phrase, and generates a basic (but quite useful) canvas representation of the notes.

kzeidler 2016-12-19T01:48:17.000007Z

unfortunately the implementation isn't terribly modular, so I can't simply export the feature into another project. Does anyone know of a library that does something like this?

kzeidler 2016-12-19T01:50:44.000008Z

I might just dive into Klangmeister and figure out how to extract the parts I need, but the codebase is somewhat difficult to take apart

2016-12-19T12:14:07.000009Z

It's bit hard for me to see your localhost. But isn't Klangmeister mostly about porting Overtone to cljs?