MS3 code for generating mp3 and uploading to musescore.com
Whereabouts in the source code can I find the programming for the above?
Whereabouts in the source code can I find the programming for the above?
Do you still have an unanswered question? Please log in first to post your question.
Comments
audio/exports/exportmp3.cpp
In reply to audio/exports/exportmp3.cpp by Jojo-Schmitz
also
https://github.com/fp22june/MuseScoreTag362/blob/master/mscore/musescor…
https://github.com/fp22june/MuseScoreTag362/blob/master/mscore/cloud/lo…
could be wrong, not familiar with the repo or cpp
In reply to also https://github.com… by msfp
That's not even the MuseScore repo
In reply to audio/exports/exportmp3.cpp by Jojo-Schmitz
Is that for 3.7.0? (Sorry, I forgot to specify).
In reply to Is that for 3.7.0? (Sorry, I… by yonah_ag
Same there
In reply to Is that for 3.7.0? (Sorry, I… by yonah_ag
https://github.com/Jojo-Schmitz/MuseScore/blob/3.x/audio/exports/export…
In reply to https://github.com/Jojo… by Jojo-Schmitz
Thanks. The comment, "Oh well, just give up" made me smile!
This code seems to do the mp3 encoding but not the upload to musescore.com so does the encode return the mp3 in a variable? Where is the code that uploads this mp3 to .com?
My plan is to replace the mp3 generated here with one achieved by exporting the MIDI and processing it through a VST for better quality than a soundfont. So, use MS3.7.0 for MS4 quality audio without moving to MS4 with all its regressions and no need for MuseHub.
In reply to Thanks. The comment, "Oh… by yonah_ag
mscore/file.cpp
mscore/cloud/uploadscoredialog.cpp
In reply to mscore/file.cpp mscore/cloud… by Jojo-Schmitz
Thanks
In reply to Thanks. The comment, "Oh… by yonah_ag
「
My plan is to replace the mp3 generated here with one achieved by exporting the MIDI and processing it through a VST for better quality than a soundfont. So, use MS3.7.0 for MS4 quality audio without moving to MS4 with all its regressions and no need for MuseHub.
」
It's a very interesting plan.
I will support you with testing, development, etc.
In reply to 「 My plan is to replace the… by knoike
Could be a while as I'm just starting C++ and it's a bit different from other languages that I know.
In reply to Could be a while as I'm just… by yonah_ag
That is OK. I have expectation for a long-term perspective.