scrime-u-bordeaux / web-midifile-performer

a web version of the midifile performer software
0 stars 0 forks source link

allow recording of interpretations #6

Open josephlarralde opened 2 years ago

josephlarralde commented 2 years ago

Interpretations should be recorded automatically so that we can add an "export" button to the interface that would allow the users to download their last interpretation in MIDI file format.

josephlarralde commented 2 years ago

note : it seems that the json-midi-encoder lib allows to do that with a representation similar to midi-json-parser

NyuBlara commented 1 year ago

Though I understand the benefit of it being an "automatic" recording, how would we detect the "end" of an interpretation ? I.e., how would we deem an interpretation to be complete and ready for download (taking into account the fact that the user is free to loop any section of the piece) ?

josephlarralde commented 1 year ago

Indeed, "automatic" doesn't sound like the best idea to implement. Let's discuss this with Jean

rblard commented 11 months ago

Discussions with Jean led to the following model :

IMG_0581