-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAMS Quick Look #19
Comments
Pondering this a bit more: I like the idea of building this out as a flask-based web service, for a couple of reasons:
This maybe ought to get farmed out as a separate project though. It seems complex enough that it shouldn't impact the release cycle of the core jams library. |
This might be nice to have up in time for ismir2015, if we want to show it off at the LBD. Anyone feel up to it? I'm thinking something pretty simple that renders annotations on top of a peaks.js display. |
I probably don't have cycles for this right now, but just wanted to note that I agree this should probably be farmed out as a separate project. |
I will be able to help, but after I write my msaf LBD paper :/ On Mon, Sep 21, 2015 at 11:56 AM, Justin Salamon [email protected]
|
Hah. I'd suggest making it a hamr project, but i just realized that i'm skipping hamr due to flights. |
Actually, at the risk of biting off more than I can chew, I'm in need of
|
👍 |
dash might be a quick way to get something running for this. |
I think #93 basically implements this in the form of notebook rendering. We could maybe roll up a little flask app that loads a jam and prints out its OTOH, once jupyterlab launches, I'm all in favor of making an extension so that jams files can be smartly rendered in the file browser. This might have to be written in javascript though, see the dev guides. Otherwise, can we close this one out? |
From #2:
So the main question here is how/should we provide convenience tools for (batch)editing jams files (outside the python API)
The text was updated successfully, but these errors were encountered: