Maxikilliane / DH_MusicAnalysis

0 stars 0 forks source link

Get summary stats on durations #72

Closed blueCat11 closed 5 years ago

blueCat11 commented 5 years ago

Get and display summary stats on durations for distant analysis.

blueCat11 commented 5 years ago

There are now summary stats passed to the front-end. keys are:

Each of these has a dict with count values. They are in per-piece, per-group, and total.

blueCat11 commented 5 years ago

As for visualization ideas: Probably the type doesn't have to be visualized, as its information is already present the other two stats. Bar charts would probably be sufficient for the counts.

I am thinking of calculating other summary stats in addition, like the ratio between rests and notes (silence and sound). I'd like to do this in the backend, so the calculation time happens asynchronously... Do you think this could be interesting @Maxikilliane,, @RiaRentnueg ?

Maxikilliane commented 5 years ago

@blueCat11 I think it COULD be interesting, but we don't know that yet. I think we have enough visualisations for now (also because we are kind of guessing what's interesting for musicologists). I think we have demonstrated that it works and that we can do a lot of cool stuff with music data and I also think that the currently available visualizations should be enough for the scope of this class. We should rather focus on the other open issues instead of doing more visualisations.

RiaRentnueg commented 5 years ago

@blueCat11 I agree with Maxi. If we should have time at the end we could try to implement that also.