Dave Royal

Results 36 comments of Dave Royal

I think this is quite important. I can see some potential problems for the developer if an addon is also available on AMO and people are - unknown to them...

+1 'Provider' is a bad name for this. I see it's "Fournisseur" in the authors' native language so it's a literal translation. After puzzling what it meant I too guessed...

It's just muting voices I'm interested in. My browser addon can suppress chords (with %%MIDI gchordoff) and repeats (by temporarily commenting out the colons - that's what #894 was about)....

I got v1.3.8.6 (from SF) to work on OpenSUSE 15.4 with: python 3.6 (which is still the system version) SUSE pkgs: fluidsynth 2.2.2, libfluidsynth3 2.2.2, fluid-soundfont-gm 3.1, gstreamer-plugins-bad-fluidsynth 1.20.1 pkg...

I thought I had fluidsynth working with SUSE Linux - most recently on SuSE Leap 15.5 - see #76 But when I tried some different soundfonts I discovered that it...

Video showing how to add to a selection [out.webm](https://github.com/jwdj/EasyABC/assets/3061165/0c6e9127-513f-4811-bf5f-56188e5b6145)

I tried this with this tune, which produces a 2-page score http://www.rudemex.co.uk/library/ABC/Bouchard's%20Waltz%20Quadrille%20(3-pt).abc The exported pdf is OK when displayed in my default SuSE Linux viewer (Evince). The pdf properties are...

I tried this in Windows 10, latest EasyABC snapshot and mods. The pdf displays OK using Sumatra pdf viewer. pdf properties: Application: abcm2ps-8.14.14

My understanding is that EasyABC is developed here and released on sourceforge . https://sourceforge.net/projects/easyabc/files/EasyABC/ If that's true - or if it is not - a clarification of the relationship between...

This can be fixed by deleting these lines in function select_notes() in svgrenderer.py ``` if selected_indices: selected_indices = set(range(min(selected_indices), max(selected_indices) + 1)) ``` The intention appears to be to sort...