Download free music MP3s on genuine quality, the world’s largest online music catalogue, powered by your scrobbles. Free listening, videos, photos, The world’s largest online music catalogue, powered by your scrobbles. Free listening, videos, photos, stats, charts, biographies and concerts. stats, charts, biographies and concerts.
Monday, April 7, 2025
MT32-Pi on my EuroRack MiniDexed PCB
This is great. I was asked by Michael (mragutlich) if I knew how to build MT32-Pi to configure it for my MiniDexed EuroRack PCB but I don't and there isn't a lot of information apparently on how to build it from source. So I offered my Rebuilding my…
This is great. I was asked by Michael (mragutlich) if I knew how to build MT32-Pi to configure it for my MiniDexed EuroRack PCB but I don't and there isn't a lot of information apparently on how to build it from source.
So I offered my Rebuilding my Ability to Build MiniDexed post which talks about getting to the point of being able to build MiniDexed and as both synths run on circle, figured that would be a pretty good starting point.
And then Michael came back to me with a complete set of instructions for Ubuntu and I've just run through them - and they work great.
So massive thanks to Michael, this is how you could get MT32-Pi running on my MiniDexed EuroRack PCB.
Warning! I strongly recommend using old or second hand equipment for your experiments. I am not responsible for any damage to expensive instruments!
If you are new to microcontrollers and single board computers, see the Getting Started pages.
If everything goes well you will have a kernel8.img file in your directory.
Now hook up a microSD cardreader to your Linux environment and insert a blank microSD card
Goto the ~/scripts dir and start mt32pi_installer.sh , this will install all the needed bare metal files
sudo ./mt32pi_installer.sh
When ready copy the kernel8.img file to the SD card
Change in the mt32-pi.cfg file the line 'encoder_reversed = off' to 'on', now the volume knob will increase when turned clockwise
Copy the MT32 roms to to the rom dir
Copy some Sf2 soundfont files tot the soundfont dir
Thats it…unmount the sd card , put it in your Zero 2 W…and boot it.. the MT32pi logo should appear on the oled screen and the buttons and rotary encoder should work properly
The first button switches between m32 and soundfont mode.
The second button will switch to the next rom or soundfont file
The rotary encoder will change the master volume.
The encoder switch only displays a message that the button is pressed
There were a couple of tweaks I needed. First of, the mt32_inistaller.sh script has to be run as root. This will go through and ask you to choose the SD card to format and install and so on.
In addition to the aforementioned "encoder_reversed" setting in the mt32-pi.cfg file there are a couple of other options I find used (many of these were already set up by the installer):
[system] default_synth = mt32 or soundfount
output_device = i2s
[control] scheme = simple_encoder encoder_reversed = on mister = off
I installed a single "new" ROM and a PCM ROM. The default soundfont is already installed. And that was essentially that.
The first time I tried it, I'd forgotten to copy over the kernel8.img file, so that took a moment to figure out! But apart from that it was all pretty straight forward for me. Many of the packages to install at the start were already there and up to date, so that didn't take too long and the build itself was again fairly straight forward.
Closing Thoughts
A big thanks to Michael for asking the question, then figuring out the answer, and most importantly sending me the instructions and permission to post them here.
This is a great additional option for my PCB 🙂
The video shows the MT32-Pi in Soundfont mode playing a MIDI file of Khachaturian's Masquerade Waltz.
It is great to have a full General MIDI Soundfont device in EuroRack format.
No comments:
Post a Comment