JW de Jong

Results 12 comments of JW de Jong

This feature (menu in flamegraph) would be very cool to have. Could one of you @vancem or @adamsitnik please take another attempt at merging this PR? I really like PerfView...

I have upgraded (on Windows) to wxPython 4.2.1 but there the issue is not reproducable. According to the documentation (https://wxpython.org/Phoenix/docs/html/wx.MenuItem.html#wx.MenuItem.__init__) the second argument is supposed to be an int. So...

If you don't mind missing out on the very latest features you could just install the latest released version with installer. https://sourceforge.net/projects/easyabc/files/EasyABC/1.3.8/EasyABC-1.3.8.exe/download Then you will also get rid of the...

I am no Linux expert but are you using the latest version of libfluidsynth (2.1.5 I believe)? Have you installed jackd as described in using_EasyABC_in_Linux.txt: sudo apt install libfluidsynth2 fluid-soundfont-gm...

Yes I found that page too, but that was about another matter: the warning about SDL2 not found used to be reported as an error. That issue was resolved as...

If you edit easy_abc.py you can find some commented code. If you remove the 6 # (see code below) it might give you some clues. try:     import faulthandler  # pip ...

You could experiment with putting the line in comment (put an # at the beginning) and see how that goes. Setting the gain is not essential so you could give...

On Linux EasyABC now uses pulseaudio as audio driver for FluidSynth. Does that solve this issue perhaps?

To be able to use FluidSynth as audio player you should indeed leave the midi player field blank and select a sound font. Some good SoundFonts are [freely available](https://archive.org/download/free-soundfonts-sf2-2019-04).

Since your FluidSynth is working as an external player you probably have done: sudo apt install libfluidsynth2 fluid-soundfont-gm The SoundFont is not used straight away. It requires a restart. If...