musescore / MuseScore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
https://musescore.org
Other
12.39k stars 2.68k forks source link

Muse Sounds: tremolo speed is incorrect #13913

Open diedeno opened 2 years ago

diedeno commented 2 years ago

Describe the bug (Edited by @bkunda on 20Feb24) Tremolo speeds on single notes now appear to be correct. What remains an issue is an extra repetition (at twice the speed) of the last repetition on a given note. See video.

(Edited by @Tantacrul) With Muse Sounds, the speed of tremolos are incorrect for longer durations (using piano rather than violin which shows up the issue with three stroke tremolo). This problem is not present for MS Basic or VSTi.

For example:

Platform information

cbjeukendrup commented 2 years ago

MuseScore really renders the tremolo notes fine (as separate note events for each "actual" note), but MuseSampler then does strange things with them.

cbjeukendrup commented 2 years ago

This also seems related to multi-note chords. In this example:

Scherm­afbeelding 2022-10-30 om 14 01 41

The first measure sounds good, the second one is wrong.

SamYeh commented 2 years ago

I noticed that, with the nightly build of Nov. 2, 2022, the following is correctly with MS Basic, but still has the same problem with Muse Sounds. image

Tantacrul commented 2 years ago

@diedeno - is this still an issue for you?

Tantacrul commented 2 years ago

I've just updated the issue to show where the Muse Sounds problems still lie.

Laurelin commented 1 year ago

Came to report this, found the issue open. When I place longer notes - half or wholes - with a two dash(16th note) tremolo, it's playing eighth notes.

SteveBlower commented 1 year ago

There is also a problem in Muse Sounds (but not with MS Basic sounds) with tremolo on dotted notes other than on strings. e.g dotted quarter with single stroke tremolo plays as two dotted eighths - should be three undotted eighths; dotted half with single stroke tremolo plays as two dotted quarters - should be six undotted eighths.

[Edited to clarify the problem only occurs with Muse Sounds and not with MS Basic]

Tantacrul commented 1 year ago

other than on Muse Sound strings

For anyone confused by the message, this is a Muse Sounds issues. It doesn't happen with MS Basic

bkunda commented 9 months ago

@iamtesch @matthewreadbass I believe this issue is somewhat out of date. Repetitions on single notes now seem to play back correctly. What remains incorrect is an extra repetition (at twice the speed) of the final repetition on a given note. Hopefully this video makes this clear.

Test score: measured-tremolo-test-20Feb24.mscz.zip

rgreen5 commented 9 months ago

To my ears it sounds as if the tremolo is also being arpeggiated in error.

matthewreadbass commented 9 months ago

@bkunda Thanks for the video. These tremolos are being synthesised so that they line up with the tempo and therefore aren't using any sampled tremolos. This means that it isn't a Muse Sounds issue and I imagine is either to do with the Sampler or the MuseSamplerWrapper. @iamtesch would be best placed to advise on this

bkunda commented 5 months ago

@konradglas When you get time could you please have a look at this one?

konradglas commented 4 months ago

I can take a look. This does look like a MuseSamplerWrapper issue exactly like @matthewreadbass mentioned. @RomanPudashkin ?

RomanPudashkin commented 4 months ago

This does look like a MuseSamplerWrapper issue

@konradglas I'll look into it, thanks