You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: easy_abc.py
+7-5
Original file line number
Diff line number
Diff line change
@@ -8565,7 +8565,8 @@ class AboutFrame(wx.Dialog):
8565
8565
</center>
8566
8566
<p><b>{0}</b><br/>
8567
8567
an open source ABC editor for Windows, OSX and Linux. It is published under the <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU Public License</a>. </p>
<p><b>EasyABC</b> is maintained by <b>Jan Wybren de Jong</b>, <b>Seymour Shlien</b> and by <b>Frédéric Aupépin</b> for Mac adaptation</p>
8592
8594
<p><b>Credits</b> - software components used by EasyABC:</p>
8593
8595
<ul class="nicelist">
8594
8596
<li><a href="http://moinejf.free.fr/">abcm2ps</a> for converting ABC code to note images (developed/maintained by Jean-François Moine)</li>
@@ -8599,10 +8601,10 @@ class AboutFrame(wx.Dialog):
8599
8601
<li><a href="https://www.scintilla.org/">scintilla</a> for the text editor used for ABC code</li>
8600
8602
<li><a href="https://www.mxm.dk/products/public/pythonmidi">python midi package</a> for the initial parsing of midi files to be imported</li>
8601
8603
<li><a href="https://www.pygame.org/download.shtml">pygame</a> (which wraps <a href="https://sourceforge.net/apps/trac/portmedia/wiki/portmidi">portmidi</a>) for real-time midi input</li>
8602
-
<li><a href="https://www.fluidsynth.org/">FluidSynth</a> for playing midi (and made fit for Python by <a href="https://wim.vree.org/svgParse/index.html">Willem Vree</a>)</li>
8603
-
<li>Thanks to Guido Gonzato for providing the fields and command reference.
8604
+
<li><a href="https://www.fluidsynth.org/">FluidSynth</a> for playing midi (and made fit for Python with a <a href="https://wim.vree.org/svgParse/testplayer.html">player</a> by <a href="https://wim.vree.org/svgParse/">Willem Vree</a>)</li>
8605
+
<li>Thanks to Guido Gonzato for providing the fields and command reference extracted from his <a href="https://abcplus.sourceforge.net/#ABCGuide">Making music with ABC guide</a>.</li>
8604
8606
<li><br>Many thanks to the translators: Valerio Pelliccioni, Guido Gonzato (italian), Bendix Rødgaard (danish), Frédéric Aupépin (french), Bernard Weichel (german), Jan Wybren de Jong (dutch) and Wu Xiaotian (chinese).</li>
8605
-
<li>Universal binaries of abcm2ps and abc2midi for OSX are available thanks to Chuck Boody.</li>
8607
+
<li>Universal binaries of <a href="https://abcplus.sourceforge.net/#abcm2ps">abcm2ps</a> and <a href="https://abcplus.sourceforge.net/#abcmidi">abc2midi</a> for OSX are available thanks to Chuck Boody and Guido Gonzato</li>
8606
8608
</ul>
8607
8609
8608
8610
<p><b>Links</b></p>
@@ -8611,7 +8613,7 @@ class AboutFrame(wx.Dialog):
<li><a href="http://www.folkwiki.se/">folkwiki.se - Swedish folk music</a> (my involvement here is the reason why I implemented the program)</li>
8616
+
<li><a href="http://www.folkwiki.se/">folkwiki.se - Swedish folk music</a> (initial involvement of Nils here is the reason why he implemented the program)</li>
0 commit comments