Skip to content

Commit 475efff

Browse files
1 parent f7c29c5 commit 475efff

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
url: "https://github.com/UnsignedArduino/MIDI-to-MakeCode-Arcade"
2+
url: 'https://github.com/UnsignedArduino/MIDI-to-MakeCode-Arcade'
33
project: UnsignedArduino/MIDI-to-MakeCode-Arcade
44
isNotWebsite: true
55
links:
66
- title: GitHub repo
7-
url: "https://github.com/UnsignedArduino/MIDI-to-MakeCode-Arcade"
7+
url: 'https://github.com/UnsignedArduino/MIDI-to-MakeCode-Arcade'
88
- title: Forum post
9-
url: "https://forum.makecode.com/t/new-song-format/17763/11?u=unsignedarduino"
10-
- title: Demos
11-
url: "https://forum.makecode.com/t/piano-synthesia/22138?u=unsignedarduino"
9+
url: >-
10+
https://forum.makecode.com/t/midi-to-makecode-arcade-converter-again/44655?u=unsignedarduino
1211
---
1312

14-
I have written a Python script that will turn MIDI files into MakeCode Arcade songs! Note that this tools requires at least Python 3.11 on a computer, and command line knowledge is highly recommended!
13+
This is a simple Python CLI tool that converts MIDI files into a MakeCode Arcade song ready to play! This version supports the base 128 melodic instruments in MIDI and drum notes, allowing for rich-sounding symphony/orchestra-level/DAW-level music directly in your MakeCode Arcade games without any extra extensions or complex code - just a long song buffer! It supports lyric import as well! Follow the instructions in the GitHub README to set up the Python tool, and check out the Forum post for more information and demos (scroll down further to see some demos with lyrics)!

0 commit comments

Comments
 (0)