// dsp-L8 Latin Perc Chip (c) DSP Synthesizers 2015
// Free for non commercial use
// http://janostman.wordpress.com
// modified by G.Zoll, 04/2020 for miditrigger, multiple kits, teensy2++, ...
#include <avr/interrupt.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <MIDI.h>...