musescore:musescore_backend_22

Last commit made on 2018-04-24
Get this branch:
git clone -b musescore_backend_22 https://git.launchpad.net/musescore

Branch merges

Branch information

Name:
musescore_backend_22
Repository:
lp:musescore

Recent commits

ecfd7fd... by anatoly-os <email address hidden>

fix #271707: MusicXML export: crash when exporting hairpins

Cherry-picked changes from https://github.com/musescore/MuseScore/pull/3643

51b8386... by lasconic

update translations

5327b30... by Anatoly-os <email address hidden>

Mark build as stable, update GUID

f86d007... by lasconic

Merge pull request #3588 from mirabilos/midi-270878

fix #270878: improve restriking

749bd06... by lasconic

Merge pull request #3579 from mirabilos/fix-270783

Fix #270783

6176688... by Eric Fontaine <email address hidden>

help allow build without PortMidi

a410932... by mirabilos <email address hidden>

fix #270783: issue note on event before corresponding note off, always

d3bd3a2... by mirabilos <email address hidden>

fix #270878: improve restriking

• hoist the temporary noteoff event created for restriking to the
  same track as the corresponding noteon event
• use the restriking track for the “real” noteoff events

Note: staffIdx can be 0, so the + 1

30bf058... by lasconic

fix crash reported in #270748

88990bd... by anatoly-os <email address hidden>

fix #270803 messed playback for specific sounds

The reason was not updated minimal frames count and desync between different voices in playback as a result.