From 3c0b3008cd3c5bd61f84dd2db4e18bc3b2f57435 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 25 Mar 2023 21:10:16 -0400 Subject: [PATCH] [-] Replace ESP32 with "development board" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d38726e..66cb4b5 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Open-KeyPrec is an open-sourced, pressure-sensitive electric keyboard percussion (mallet) MIDI instrument. It has 61 keys, spanning 5 octaves of playing range from C2 to C7 like a standard Marimba. It also has a MIDI control panel with 16 buttons, 12 knobs (8 × 280° potentiometers and 4 × 360° rotary encoders). -The sensors are controlled by an ESP32 development board, and the output is converted into a standard MIDI device. You can use audio workstation softwares like GarageBand or Reaper (or open-source alternatives like LMMS, Zrythm, or Ardour) to simulate the sounds of all kinds of different instruments. +The sensors are controlled by a development board, and the output is converted into a standard MIDI device. You can use audio workstation softwares like GarageBand or Reaper (or open-source alternatives like LMMS, Zrythm, or Ardour) to simulate the sounds of all kinds of different instruments. ## Code **Source code structure** * `/src` - PC driver written in Rust -* `/firmware` - ESP32 module firmware written in C++ +* `/firmware` - Development board firmware written in C++ * `/circuits` - Printed circuit boards * `/models` - 3D-printable models