Fork me on GitHub
#overtone
<
2016-12-19
>
kzeidler01:12:19

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

kzeidler01:12:42

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

kzeidler01:12:17

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?

kzeidler01:12:44

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

hlolli12:12:07

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