You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load score, performance MIDIs, or match files currently works by providing local paths.
I suggest also supporting loading files directly from URLs such as raw content from GitHub.
This could be easily done with no additional dependencies by using urllib. This is the two functions that we will need to validate the source of a input path and load the data:
Load score, performance MIDIs, or match files currently works by providing local paths.
I suggest also supporting loading files directly from URLs such as raw content from GitHub.
This could be easily done with no additional dependencies by using
urllib
. This is the two functions that we will need to validate the source of a input path and load the data:This method could be useful for managing the Partitura test files, as well as scraping scores from repositories and online sources.
The text was updated successfully, but these errors were encountered: