esp32_projects
Arduino-AppleMIDI-Library
esp32_projects | Arduino-AppleMIDI-Library | |
---|---|---|
2 | 7 | |
1 | 314 | |
- | 1.3% | |
2.0 | 2.4 | |
over 1 year ago | 10 months ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
esp32_projects
-
Need help!
There are a couple of ways to address this. Due to the constraints of memory available in the Arduino you probably want to use an approach similar to one that I tried out when experimenting with an ESP32 to implement a test of a web server and a test of multiple blinking LEDs. See RichardChambers/esp32_projects: various projects with an ESP32 microcontroller using various sensors and breadboards (github.com) and especially see the Lib source folder which contains the library I wrote to allow pseudo multi-threading.
-
How Do I Combine Two Separate Sketch's Into One And Run Them Simultaneously?
RichardChambers/esp32_projects: various projects with an ESP32 microcontroller using various sensors and breadboards (github.com)
Arduino-AppleMIDI-Library
-
Arduino Array Issue
I'll post the whole thing in a separate message. I've already modified it a little, because there seems to be a quirk in the rtpMIDI implementation that seems to not send a second MIDI message if two of the same type are sent in sequence in the program. Even a few milliseconds delay between them seems to fix it. Here's the github link to the original.
-
When using my personal FastLED program on ESP8266, the first LED constantly flashes green; but it works perfectly with WLED. How has WLED solved the issue?
Changing the order of libraries didn't change anything. BUT with that in mind, I tried disabling one of the libraries I wasn't using at the moment: AppleMIDI. The flashing mostly stopped. It flashed for a few times in the beginning, and then stopped almost completely.
-
The prototype for my multi layer fader based on Deej volume mixers.
Just a thought, in a future build you could go totally wireless (theoretically) if you use: - an ESP8266 or ESP32 with wireless MIDI and - MIDI mixer on Windows.
-
I made these festive MIDI LED Christmas Trees! RGB colours linked to notes. A little bit of fun to brighten up our music! Based on ATMEGA328.
Just FYI, network MIDI is a thing and you may want to look into it if you haven't before.
-
MIDI-controlled LED strip on keyboard (WS2812B controlled by ESP8266)
As a bonus, the controller I'm using (ESP-01) also has Wi-Fi, so I added on the AppleMIDI library for receiving wireless MIDI (and sending, too, if I so choose). As a final touch I added VirtuinoCM to switch between 3 modes: - MIDI-response - some generic animations - manual colour control.
-
After 2 decades of this, I finally bought the one and only piece of hardware that could turn me into an elite veteran, old man engineer..... TRACKBALL MOUSE
This is the sketch that worked for me pretty much out of the box. Mac OS has built-in support for Wi-Fi MIDI, but in Windows you'll need to install rtpMIDI. Once the Arduino sketch is loaded and running, rtpMIDI is installed, and both the computer and ESP32 are connected to the same network, the ESP32 should show up in the rtpMIDI control panel.
What are some alternatives?
cspot - A Spotify Connect player targeting, but not limited to embedded devices (ESP32).
Control-Surface - Arduino library for creating MIDI controllers and other MIDI devices.
P01.12V-2021.11 - Access Pro Hardware and Sample Code
arduino-midi-recorder - Let's build an Arduino-based MIDI recorder!
ESP32Marauder - A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
rtpmidid - RTP MIDI (AppleMIDI) daemon for Linux
HomeSpan - HomeKit Library for the Arduino-ESP32
TaskScheduler - Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
IRremoteESP8266 - Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Arduino-USBMIDI - Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer
EmbeddedProto - Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for microcontrollers. It is small, reliable and easy to use.
AUnit - Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with EpoxyDuino for continuous builds.