-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20529 from cbjeukendrup/porting/4.2.0/termolo_tic…
…k_position_offset Fix timestamps of tremolos during and after repeats
- Loading branch information
Showing
8 changed files
with
1,926 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/engraving/tests/playbackmodel_data/repeat_and_tremolo/META-INF/container.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<container> | ||
<rootfiles> | ||
<rootfile full-path="score_style.mss"/> | ||
<rootfile full-path="repeat_and_tremolo.mscx"/> | ||
<rootfile full-path="Thumbnails/thumbnail.png"/> | ||
<rootfile full-path="audiosettings.json"/> | ||
<rootfile full-path="viewsettings.json"/> | ||
</rootfiles> | ||
</container> |
Binary file added
BIN
+3.41 KB
src/engraving/tests/playbackmodel_data/repeat_and_tremolo/Thumbnails/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions
119
src/engraving/tests/playbackmodel_data/repeat_and_tremolo/audiosettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
{ | ||
"activeSoundProfile": "Muse Sounds", | ||
"aux": [ | ||
{ | ||
"out": { | ||
"balance": 0, | ||
"fxChain": { | ||
"0": { | ||
"active": true, | ||
"chainOrder": 0, | ||
"resourceMeta": { | ||
"attributes": { | ||
}, | ||
"hasNativeEditorSupport": true, | ||
"id": "Muse Reverb", | ||
"type": "muse_plugin", | ||
"vendor": "Muse" | ||
}, | ||
"unitConfiguration": { | ||
} | ||
} | ||
}, | ||
"volumeDb": 0 | ||
}, | ||
"soloMuteState": { | ||
"mute": false, | ||
"solo": false | ||
} | ||
}, | ||
{ | ||
"out": { | ||
"balance": 0, | ||
"fxChain": { | ||
}, | ||
"volumeDb": 0 | ||
}, | ||
"soloMuteState": { | ||
"mute": false, | ||
"solo": false | ||
} | ||
} | ||
], | ||
"master": { | ||
"balance": 0, | ||
"fxChain": { | ||
}, | ||
"volumeDb": 0 | ||
}, | ||
"tracks": [ | ||
{ | ||
"in": { | ||
"resourceMeta": { | ||
"attributes": { | ||
"museCategory": "Muse Woodwinds", | ||
"museName": "Flute 1", | ||
"museUID": "118", | ||
"playbackSetupData": "winds.flute.primary" | ||
}, | ||
"hasNativeEditorSupport": false, | ||
"id": "Muse Woodwinds\\Flute 1\\118", | ||
"type": "muse_sampler_sound_pack", | ||
"vendor": "Muse Woodwinds" | ||
}, | ||
"unitConfiguration": { | ||
} | ||
}, | ||
"instrumentId": "flute", | ||
"out": { | ||
"auxSends": [ | ||
{ | ||
"active": true, | ||
"signalAmount": 0.4000000059604645 | ||
}, | ||
{ | ||
"active": true, | ||
"signalAmount": 0.30000001192092896 | ||
} | ||
], | ||
"balance": 0, | ||
"fxChain": { | ||
}, | ||
"volumeDb": 0 | ||
}, | ||
"partId": "1", | ||
"soloMuteState": { | ||
"mute": false, | ||
"solo": false | ||
} | ||
}, | ||
{ | ||
"in": { | ||
"resourceMeta": { | ||
"attributes": { | ||
"playbackSetupData": "last.last.last", | ||
"soundFontName": "MS Basic" | ||
}, | ||
"hasNativeEditorSupport": false, | ||
"id": "MS Basic", | ||
"type": "fluid_soundfont", | ||
"vendor": "Fluid" | ||
}, | ||
"unitConfiguration": { | ||
} | ||
}, | ||
"instrumentId": "metronome", | ||
"out": { | ||
"balance": 0, | ||
"fxChain": { | ||
}, | ||
"volumeDb": 0 | ||
}, | ||
"partId": "999", | ||
"soloMuteState": { | ||
"mute": false, | ||
"solo": false | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.