[Mscore-developer] Web Developer for Musescore Project

2016-05-06 Thread naltamur
Dear developer, Dear team of Musescore, My name is Nicolò Altamura, I'm a student and I am from Italy. I speak Italian and English Languages. I know CSS and HTML and now I'm learning Drupal 8. I want (if possible) to join to your fantastic team as a web developer because I love this project :) I DO

Re: [Mscore-developer] Jack headers

2016-05-06 Thread Lasconic
I think it would be fine in the current code. However, I'm a bit worried about going full msys2, especially with the drawbacks you mentioned. Current nightlies are built with a known set of dependencies and we know they work (like the old portaudio dll). If we use a package manager, we will need t

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

2016-05-06 Thread Ien Cheng
Hi ABL - Thanks for the tip. I haven't done this and am not familiar with those tools -- will check them out. Meanwhile, two further notes: 1. I realized I references fluid->get_num_channels() which is an addition by me -- it simply returned channel.size() 2. I have found a brute-force workarou

[Mscore-developer] Jack headers

2016-05-06 Thread ABL
Hi all, I have one question about the Jack dependency. As I see in the Windows build, only the headers inside the includes\jack folder are needed for the compilation of MuseScore (I tried to delete everything else of Jack folder: the build completed and the executable was able to talk with Jack). I

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 -- Vi