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
self.statusbar.SetStatusText(_('This is the status bar. Check it occasionally.'))
3856
-
execmessages=_('You are running {0} on {1}\nYou can get the latest version on http://sourceforge.net/projects/easyabc/\n'.format(program_name, wx.Platform))
3856
+
execmessages=_('You are running {0} on {1}\nYou can get the latest version on https://sourceforge.net/projects/easyabc/\n'.format(program_name, wx.Platform))
3857
3857
3858
3858
defupdate_controls_using_settings(self):
3859
3859
# p09 Enable the play button if midiplayer_path is defined. 2014-10-14 [SS]
# make sure that any currently played/loaded midi file is released by the media control
@@ -8112,8 +8112,8 @@ class AboutFrame(wx.Dialog):
8112
8112
<center><img src="img/abclogo.png"/>
8113
8113
</center>
8114
8114
<p><b>{0}</b><br/>
8115
-
an open source ABC editor for Windows, OSX and Linux. It is published under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU Public License</a>. </p>
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>
<li><a href="http://www.scintilla.org/">scintilla</a> for the text editor used for ABC code</li>
8148
-
<li><a href="http://www.mxm.dk/products/public/pythonmidi">python midi package</a> for the initial parsing of midi files to be imported</li>
8149
-
<li><a href="http://www.pygame.org/download.shtml">pygame</a> (which wraps <a href="http://sourceforge.net/apps/trac/portmedia/wiki/portmidi">portmidi</a>) for real-time midi input</li>
8150
-
<li><a href="http://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>
8142
+
<li><a href="https://moinejf.free.fr/">abcm2ps</a> for converting ABC code to note images (developed/maintained by Jean-François Moine)</li>
8143
+
<li><a href="https://abc.sourceforge.net/abcMIDI/">abc2midi</a> for converting ABC code to midi (by James Allwright, maintained by Seymour Shlien)</li>
8144
+
<li><a href="https://wim.vree.org/svgParse/xml2abc.html">xml2abc</a> for converting from MusicXML to ABC (by Willem Vree)</li>
8145
+
<li><a href="https://sites.google.com/site/juria90/nwc">nwc2xml</a> for converting from Noteworthy Composer format to ABC via XML (by James Lee)</li>
<li><a href="https://www.scintilla.org/">scintilla</a> for the text editor used for ABC code</li>
8148
+
<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>
8149
+
<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>
8150
+
<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>
8151
8151
<li>Thanks to Guido Gonzato for providing the fields and command reference.
8152
8152
<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) and Jan Wybren de Jong (dutch).</li>
8153
8153
<li>Universal binaries of abcm2ps and abc2midi for OSX are available thanks to Chuck Boody.</li>
0 commit comments