Skip to content

Commit

Permalink
Merge pull request #3140 from mbrickn/patch-1
Browse files Browse the repository at this point in the history
Updated older links to avoid redirects
  • Loading branch information
lasconic committed Apr 17, 2017
2 parents f264716 + 18e5547 commit 5a42b38
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MuseScore: Music notation and composition software

MuseScore is an open source and free music notation software.
For support, contribution, bug reports, visit [MuseScore.org](http://musescore.org). Fork and make pull requests!
For support, contribution, bug reports, visit [MuseScore.org](https://musescore.org). Fork and make pull requests!

## Features

Expand All @@ -17,9 +17,9 @@ For support, contribution, bug reports, visit [MuseScore.org](http://musescore.o
* print or create pdf files

## More info
* [MuseScore Homepage](http://musescore.org)
* [MuseScore Homepage](https://musescore.org)
* [MuseScore Git workflow instructions](http://musescore.org/en/developers-handbook/git-workflow).
* [How to compile MuseScore?](http://musescore.org/en/developers-handbook/compilation)
* [How to compile MuseScore?](https://musescore.org/en/developers-handbook/compilation)
* Build status: [![Build Status](https://secure.travis-ci.org/musescore/MuseScore.png)](http://travis-ci.org/musescore/MuseScore)

## License
Expand All @@ -30,7 +30,7 @@ MuseScore is licensed under GPL version 2.0. See LICENSE.GPL in the same directo
Disabled by default in the stable releases. See http://dev-list.musescore.org/Aeolus-Organ-Synth-td7578364.html
Kept as an example of how to integrate with a complex synthesizer.

* **assets** Graphical assets, use them if you need a MuseScore icon. For logo, color etc... see http://musescore.org/en/about/logos-and-graphics
* **assets** Graphical assets, use them if you need a MuseScore icon. For logo, color etc... see https://musescore.org/en/about/logos-and-graphics

* **awl** Audio Widget Library, from the MusE project

Expand All @@ -40,7 +40,7 @@ Kept as an example of how to integrate with a complex synthesizer.

* **demos** A few MuseScore files to demonstrate what can be done

* **fluid** Clone of [FluidSynth](http://sourceforge.net/apps/trac/fluidsynth/), ported to C++ and customized
* **fluid** Clone of [FluidSynth](https://sourceforge.net/projects/fluidsynth/), ported to C++ and customized

* **fonts** Contains fontforge source (sfd) + ttf/otf fonts. MuseScore includes the "Emmentaler" font from the Lilypond project.

Expand Down Expand Up @@ -68,24 +68,25 @@ Kept as an example of how to integrate with a complex synthesizer.
Used for capella import

* **thirdparty/diff**
Not used currently. [Diff, Match and Patch Library](http://code.google.com/p/google-diff-match-patch/)
Not used currently. [Diff, Match and Patch Library](https://code.google.com/p/google-diff-match-patch/)

* **thirdparty/ofqf**
OSC server interface. Based on [OSC for Qt4](http://www.arnoldarts.de/ofqf.html)
OSC server interface. Based on [OSC for Qt4](http://www.arnoldarts.de/projects/ofqf/)

* **thirdparty/singleapp**
Clone from [Qt Single Application](http://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtsingleapplication)
<!--Gitourious is now archived, and this link no longer works.-->

* **thirdparty/portmidi**
Clone from [PortMidi](http://portmedia.sourceforge.net/)
Clone from [PortMidi](https://sourceforge.net/projects/portmedia/)

* **thirdparty/beatroot**
It's a core part of BeatRoot Vamp Plugin by Simon Dixon and Chris Cannam,
used in MIDI import for beat detection. (http://code.soundsoftware.ac.uk/projects/beatroot-vamp/repository)
used in MIDI import for beat detection. (https://code.soundsoftware.ac.uk/projects/beatroot-vamp/repository)


## Building
**Read the developer handbook for a [complete build walkthrough](http://musescore.org/en/developers-handbook/compilation) and a list of dependencies.**
**Read the developer handbook for a [complete build walkthrough](https://musescore.org/en/developers-handbook/compilation) and a list of dependencies.**

### Getting sources
If using git to download repo of entire code history, type:
Expand Down

0 comments on commit 5a42b38

Please sign in to comment.