Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/core/_locales/core-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"music._playDefaultBackground|block": "play $toPlay $playbackMode",
"music.beat|block": "%fraction|beat",
"music.builtInMelody|block": "%melody",
"music.builtInPlayableMelody|block": "melody $melody",
"music.builtInPlayableMelody|block": "melody|$melody",
"music.builtinPlayableSoundEffect|block": "$soundExpression",
"music.builtinSoundEffect|block": "$soundExpression",
"music.changeTempoBy|block": "change tempo by (bpm)|%value",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ namespace music {
* @param melody the melody name
*/
//% weight=60 help=music/built-in-playable-melody
//% blockId=device_builtin_melody_playable block="melody $melody"
//% blockId=device_builtin_melody_playable block="melody|$melody"
//% toolboxParent=music_playable_play_default_bkg
//% toolboxParentArgument=toPlay
//% duplicateShadowOnDrag
Expand Down