#include <AH/Error/Error.hpp>
#include "BLEMIDI/BLEMIDIPacketBuilder.hpp"
#include "BLEMIDI/MIDIMessageQueue.hpp"
#include "MIDI_Interface.hpp"
#include "Util/ESP32Threads.hpp"
#include <MIDI_Parsers/BLEMIDIParser.hpp>
#include <MIDI_Parsers/SerialMIDI_Parser.hpp>
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <thread>
Go to the source code of this file.
Classes | |
class | BluetoothMIDI_Interface |
Bluetooth Low Energy MIDI Interface for the ESP32. More... | |