Bewelge / MIDIano

:musical_note: A JavaScript MIDI-Player/ Piano-learning webapp
https://midiano.com
118 stars 22 forks source link

use creative common music score #39

Open mahumt opened 8 months ago

mahumt commented 8 months ago

User creative common music score. another site playalongpiano.com uses musescore's creative common score to get music on the fly. If its there and its un-copyrighted it can be played in the site. This will bump up your library without adding in extra score all the time

Bewelge commented 8 months ago

Hm I checked it out and theres two issues:

  1. The site doesn't seem to be loading the scores from musescore directly. Whether they load it indirectly through some service or store the files somewhere manually - it's definitely not automatic / free.
  2. The scores seem to be in a musescore format, which isn't MIDI. And Midiano currently only accepts MIDI files. I've played with the thought of also allowing different formats but that would be quite a large task and I'm not currently planning on doing that.