Re: [Mscore-developer] Questions about implementing keyboard shortcuts

2017-05-31 Thread ABL
When installing linux Mint or Ubuntu there is a procedure which asks the user if there are some specific characters on the keyboard, and to press some specific keys (for example, if I remember correctly w or y or z), so that after a couple of passages it automatically identifies the keyboard

Re: [Mscore-developer] Master crashes when opening most dialogue boxes

2017-04-20 Thread ABL
, or both combined. Ciao, ABL dialog_log.txt <http://dev-list.musescore.org/file/n7580228/dialog_log.txt> -- View this message in context: http://dev-list.musescore.org/Master-crashes-when-opening-most-dialogue-boxes-tp7580224p7580228.html Sent from the MuseScore Developer mailing list a

[Mscore-developer] Jack headers

2016-05-06 Thread ABL
-KS, instead of MME, Windows DirectSound, ASIO and skeleton implementation as it is now for MuseScore 2.0.3) What do you think? Would it break something in the other OS (Linux, Mac)? Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Jack-headers-tp7579896.html Sent from

Re: [Mscore-developer] Odd non-deterministic behavior getting synth info in command-line mode

2016-05-06 Thread ABL
Hi. Have you tried to run the executable under a memory check tool like, for example, Valgrind, AddressSanitizer, Dr. Memory (or whatever you prefer more)? If there is an unitialized variable being used or a memory corruption, such a tool could help in pinning down the problem. Ciao, ABL

Re: [Mscore-developer] FluidR3Mono_GM.sf3

2015-10-19 Thread ABL
something like this, we could reduce the problem of engulfing the git history with huge files, and we could also update the "released" version of the soundfont if we find a problem after the release of a new MuseScore version. Ciao, ABL -- View this message in context: http://dev-list.mus

Re: [Mscore-developer] can't compile musescore perhaps because missing MacOSX10.10.sdk

2015-10-05 Thread ABL
ess, maybe it is trying to use dependencies compiled in the old OS: Can you try to re-install the dependencies (via Homebrew or MacPorts, as you prefer)? When exactly does the error appear? Ciao, ABL -- View this message in context: http://dev-list.musescore.org/can-t-compile-musescore-perhaps-becau

Re: [Mscore-developer] Preparing MuseScore 2.0.2

2015-05-20 Thread ABL
@lasconic: Is there a plan of the features planned to be included / developed for MuseScore 2.1? Another question: if we keep two branches next release and stable release, which will be the target of the PR? If we take the Qt model as an example: they have a tree of branches and they suggest to

Re: [Mscore-developer] newline missing in test output

2015-05-13 Thread ABL
I think it is a byproduct of my PR for verbose output: https://github.com/musescore/MuseScore/commit/83bf16bb7 Probably a simple \n at the end of the QString QString( diff -u %1 %2 failed) could give a better readibility. Ciao, ABL -- View this message in context: http://dev

Re: [Mscore-developer] freetype for scorefonts

2015-05-06 Thread ABL
I managed to compile under Windows. I installed FreeType binaries from here (Complete package, except sources): http://gnuwin32.sourceforge.net/packages/freetype.htm Then set inside MuseScore\build\mingw32.mingw.cmake I added the line: set (ENV{FREETYPE_DIR} $ENV{PROGRAMFILES(x86)}/GnuWin32) The

Re: [Mscore-developer] running tests on mac via xcode

2015-04-26 Thread ABL
@Jojo-Schmitz : Yes, using %hhd instead of %d returns the expected -1 instead of 255. %c gives strange results. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199p7579219.html Sent from the MuseScore Developer mailing list archive

Re: [Mscore-developer] running tests on mac via xcode

2015-04-25 Thread ABL
if the result gets right. Thank you. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199p7579213.html Sent from the MuseScore Developer mailing list archive at Nabble.com

Re: [Mscore-developer] running tests on mac via xcode

2015-04-24 Thread ABL
. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/running-tests-on-mac-via-xcode-tp7579199p7579205.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -- One dashboard

Re: [Mscore-developer] need help with xcode

2015-02-03 Thread ABL
Are you compiling from inside XCode? Have you tried to set custom C flags (see here, for example: http://stackoverflow.com/questions/14134064/how-to-set-include-path-in-xcode-project )? Ciao, ABL -- View this message in context: http://dev-list.musescore.org/need-help-with-xcode

[Mscore-developer] TPC1 TPC2 ?

2015-01-14 Thread ABL
. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/TPC1-TPC2-tp7579075.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -- New Year. New Location. New Benefits. New

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-15 Thread ABL
export QT_PLUGIN_PATH=/home/antonio/Qt5.3.1_renamed/5.3/gcc_64/plugins These should work also for you, provided, of course, that you adjust the PATHs according to your installation(s). Let me know if this solves the problem (...finger crossed...) Ciao, ABL -- View this message in context: http

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-15 Thread ABL
to do it again (or just make a script which replaces the mscore.desktop file after the make install). Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578997.html Sent from the MuseScore Developer mailing list archive

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-13 Thread ABL
slightly different names than the one listed in that page, for example libX11-xcb is actually libX11-xcb1. I hope this helps, I'm starting to run out of ideas. Ciao, ABL -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578989.html Sent from

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-12 Thread ABL
Hello Robert, I have seen that the 32bit compilation works again. Great! What about the 64bits: do you have other compilation / runtime errors? Did you try to install the libegl1-mesa-dev; did it solve the compilation problem? Ciao, ABL -- View this message in context: http://dev

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-09-03 Thread ABL
The paths from qmake seem ok :-) I think that make is failing because of missing EGL dependencies. You can try to install the following packages: libegl1-mesa libegl1-mesa-dev and possibly also this one: libegl1-mesa-drivers Ciao, ABL -- View this message in context: http://dev

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-29 Thread ABL
...h... Maybe something went actually wrong during Qt installation. I think you can try to re-install it. -- View this message in context: http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578948.html Sent from the MuseScore Developer mailing list archive at

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-28 Thread ABL
Dear Robert, can you please upload somewhere one of the builds which fails during startup? I'd like to test it in my Linux Mint 17. My builds work for me, but I am using gcc 4.9.1 and Qt 5.3.1, here is one of the latest build (release mode):

Re: [Mscore-developer] Linux Mint 64 compilation fails

2014-08-28 Thread ABL
Another guess: did you maybe rename the Qt folder? You could try to create and add a file named qt.conf inside your Qt bin folder ( /home/leleu/Qt5/5.3/gcc_64/bin)with the following content: [Paths] Prefix = /home/leleu/Qt5/5.3/gcc_64/bin Plugins = /home/leleu/Qt5/5.3/gcc_64/plugins -- View

Re: [Mscore-developer] PDF to MusicXML

2013-12-06 Thread ABL
failed (in case of failure). Ciao, ABL -- View this message in context: http://dev-list.musescore.org/OMR-features-tp7578496p7578516.html Sent from the MuseScore Developer mailing list archive at Nabble.com

[Mscore-developer] Compile options; compilation flags

2013-10-15 Thread ABL
, ABL -- View this message in context: http://dev-list.musescore.org/Compile-options-compilation-flags-tp7578429.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -- October Webinars: Code

Re: [Mscore-developer] The State of MuseScore (2)

2013-09-18 Thread ABL
, ABL -- View this message in context: http://dev-list.musescore.org/The-State-of-MuseScore-2-tp7578349p7578350.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -- LIMITED TIME SALE - Full Year

[Mscore-developer] Can't login (old skool user)

2013-08-01 Thread ABL
A few minutes ago I tried to login to my musescore.org account with the Old skool musescore.org user link, but it bounces me back to the front page. The same happens with Firefox 22.0 and Internet Explorer 10, under Windows 8. Is there a problem with the site? -- View this message in context: