Choose how you want to get started. You can begin a fresh tracker project, open an existing .utmf file, or see how to wire the UTM extension into your MakeCode game.
Step 1:
Paste this code into a custom.ts file within your project. This will create an editable UTM extension you can add songs to from the tracker.
Step 2:
Use the tracker to compose songs with custom instruments and a tracker-style workflow.
Step 3:
When you are done composing, click Export in UTM. Copy the code from your existing UTM extension file into the merge box, click “Merge Song Into Extension”, and then replace the contents of your extension file with the merged code shown. Your updated project will now have a single play UTM song block with a dropdown for all your songs.
This flow is not completely finished, but it is solid and already more flexible than the built-in editor. Try it out and experiment with some unique songs.
Paste your utmMusic extension code below to extract and load songs. You can select which song to import if multiple songs are found.