M(ason's)E(SP32)A(udio)P(rototyping system)

Getting Started setting up your MEAP environment
MEAP Library software documentation
Hardware hardware documentation
GitHub Repo software repository
Tutorials learning to use your MEAP
FAQ Frequently Asked Questions
In-browser tools converting audio/midi etc. for meap
Projects a gallery of MEAP in the wild

What is MEAP?

a self-contained computer music device

a platform for quickly building electronic instruments

Ok but actually what IS MEAP?

MEAP is a glorified microcontroller development board. Think Arduino, or Teensy but with all of the wiring for basic musical applications already done for you. MEAP also provides a set of library functions for working with sound.

MEAP contains the following:

How do I program my MEAP?

You could technically program your MEAP using any libraries, IDE, languages so long as you can get it compiled for an ESP32-S3, however...

for simplicities sake, all resources on this website assume you are...