#include "common.hh" #include "looper.hh" // static uint8_t const Looper::EV_READ = 1 << 0; // static uint8_t const Looper::EV_WRITE = 1 << 2; // static uint8_t const Looper::EV_ERR = 1 << 3;