Running musescore under Qt debug, no sound when playing
Hi,
I've got the program running under Qt IDE platform in debug mode. All looks well but when I play the promenade_Example there is no sounds. If I run the binary version of musescore directly downloaded from the website, there is sound though.
Thanks,
William
Comments
The path to the soundfont is probably not right. Check Preferences and View -> Synthesizer.
In reply to The path to the soundfont is by [DELETED] 5
Thanks lasconic,
I checked the preference and I have for the soundfont path:
C:/Development/music_recognition/MuseScore/build.qtc/sound
and
C:/Users/william/Documents/MuseScoreDevelopment/Soundfonts
but when I go to view -> Synthesizer there is nothing there, when I try "add" there is no items in the box
I checked the directories and:
C:/Users/william/Documents/MuseScoreDevelopment/ don't have Soundfonts folder
and
C:/Development/music_recognition/MuseScore/build.qtc/ don't have sound folder either.
Any ideas why?
Thanks
WIlliam
In reply to checked the path and there is a problem by William Pagnon
I think that QtCreator does not perform "install" or "installdebug" step and run the executable created with the "make debug" instruction in the MuseScore\mscore folder. Indeed, the default folder for soundfonts when "install" is performed is win32install\sound, so relative to mscore.exe (which in that case is in win32install\bin) is ..\sound, as it is trying to find in your case.
The MuseScoreDevelopment folder is created for user personalizations (for example, it contains the default folder to which MuseScore first tries to save score when prompted) and does not contain soundfonts unless you copy them in.
You can find the soundfont in MuseScore\share\sound. You can add this folder to the preferences, or simply copy the soundfont in one of the already present addresses (for example, create the folder Soundfonts in MuseScoreDevelopment and copy it there).
Ciao,
ABL
In reply to QtCreator does not perform "install" step by ABL
Indeed. It doesn't perform the install step. But you can instruct him to do so if you want. In the Projects tab on the left, choose Execute, add a deployment step (mingw32-make install). And in the Execute panel, create a new target and pick the mscore.exe from the win32install directory.
In reply to Indeed. It doesn't perform by [DELETED] 5
... change the Soundfont directory in "Edit | Preferences" to an existing folder actually containg some sound font.
M.