/libmapper-arduino

An Arduino library for using libmapper

Primary LanguageCGNU General Public License v3.0GPL-3.0

libmapper-arduino

  • An Arduino library for using libmapper.
  • Works with ESP32 only.
  • Tested with arduino-esp32 v1.0.6.

Installation

  • Clone or download this repository as zip into libraries folder

C++ API

  • To use the C++ API, add #include <mapper_cpp.h> to .ino file
  • A tutorial for libmapper C++ API is found here

C API

  • To use the C API, add #include <mapper.h> to .ino file
  • A tutorial for libmapper C API is found here

Updating the library

  • Run ./update-library.sh