#include "synth/synth.h" void Synth::noteOn(int note, int velocity) { } void Synth::noteOff(int note) { } void Synth::control(int code, int value) { }