SHA256
1
0
forked from pool/musescore
Go to file
Cor Blom d7c09b199c Accepting request 1103548 from home:cornelisbb:branches:multimedia:apps
- Update tp 4.1.1
  New features in 4.1:
  * New engraving and playback support for ornaments, including the
    ability to set custom alterations for trills, turns and mordents
  * A major improvement to the app's performance, allowing larger
    scores to play back up to 60% more efficiently
  * A dedicated new default reverb, which can be adjusted for each
    instrument track as well as globally across the entire mix
  * New auxiliary sends in the mixer, allowing instrument tracks to
    be routed to dedicated auxiliary channel strips for applying
    audio effects
  * New engraving and playback support for capos on guitar staves
  * New feature for displaying harp pedal diagrams
  * Dynamics and expression text now automatically combine, plus new
    controls for scaling and positioning dynamics
  * New live Braille module, including a panel that displays
    selected measures as Braille music notation (enabling more
    efficient score reading on Braille displays)
  * Upload audio directly to audio.com, allowing you to build a 
    portfolio of your audio content to share with the world 
  * View and open your online scores from musescore.com directly
    from the desktop app 
  Other updates:
  * Save to cloud: option to make a score "unlisted"
  * Publish to musescore.com: option to either replace the existing
    published score, or publish the score as a new file
  * New loading screen when opening multiple instances of the app on
    macOS 
  * Fixed syllable-based pasting of lyrics
  * A more reliable VST scanning process

OBS-URL: https://build.opensuse.org/request/show/1103548
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=134
2023-08-11 22:07:23 +00:00
_constraints Accepting request 1068680 from home:krop:branches:multimedia:apps 2023-03-02 13:50:52 +00:00
.gitattributes - Add soundfont and related files that cmake tries to 2022-08-27 20:31:01 +00:00
.gitignore Accepting request 635735 from Education 2018-09-14 11:47:32 +00:00
MuseScore_General_Changelog.md - Add soundfont and related files that cmake tries to 2022-08-27 20:31:01 +00:00
MuseScore_General_License.md - Add soundfont and related files that cmake tries to 2022-08-27 20:31:01 +00:00
MuseScore_General_Readme.md - Add soundfont and related files that cmake tries to 2022-08-27 20:31:01 +00:00
MuseScore_General.sf3 - Add soundfont and related files that cmake tries to 2022-08-27 20:31:01 +00:00
MuseScore-4.1.1.tar.gz Accepting request 1103548 from home:cornelisbb:branches:multimedia:apps 2023-08-11 22:07:23 +00:00
musescore.changes Accepting request 1103548 from home:cornelisbb:branches:multimedia:apps 2023-08-11 22:07:23 +00:00
musescore.spec Accepting request 1103548 from home:cornelisbb:branches:multimedia:apps 2023-08-11 22:07:23 +00:00
README.SUSE Accepting request 1045926 from home:frispete:musescore 2022-12-31 16:07:13 +00:00
use-qtmake-qt5.patch first run for update to 4.0. Needs more work 2022-12-15 16:00:39 +00:00

## Get Muse Hub working

MuseScore4 is much more fun if you can use the Muse-Hub extensions. Hopefully,
the instructions presented here will soon be obsolete, but until they are, they
serve as a step-by-step guide to activating Muse-Hub.


1. Fetch debian package

   At the time of this writing, this is version 1.0.0.392, available at:

   `wget https://pub-c7a32e5b5d834ec9aeef400105452a42.r2.dev/Muse_Hub.deb`


2. Convert to rpm

    `sudo alien -r --scripts Muse_Hub.deb`
    

3.  For Tumbleweed, you need an additional library `lttng-ust0`, the distribution
    went on to `lttng-ust1` already. A build is available in `home:frispete:musescore`.


4.  Install rpm

    `sudo zypper in muse-hub-1.0.0.392-2.x86_64.rpm`
    

5.  Create a compatibility symlink

    `sudo ln -s /var/lib/ca-certificates/ca-bundle.pem /etc/ssl/certs/ca-certificates.crt`
    

6.  Restart the muse-hub service

    `sudo systemctl restart muse-hub`
    

Now, the muse-hub client should work, but the musescore sampler does not yet.
Install one of the muse-sounds at least. This will also install the necessary
library `libMuseSamplerCoreLib.so` behind the scenes. But unfortunately in the
wrong directory: `/usr/lib`. The easiest work around for this is creating a
compatibility symlink again:

`ln -s /usr/lib/libMuseSamplerCoreLib.so /usr/lib64/libMuseSamplerCoreLib.so`


## Get VSTs working

Only available for the -git build. Install the `vst3sdk` package. Again, you
need to provide a compatibility symlink to make it work:

`ln -s /usr/lib64/VST3 /usr/lib/`

Now, some standard `VSTs` should be available in the git build of MS4.

## Happy composing!