#include "MIDIDevice.hxx"
#include <string>
#include <vector>
#include "Err.hxx"
#include "InControl.hxx"
#include "MIDIIn.hxx"
#include "MIDIOut.hxx"
#include "MIDIClocker.hxx"
#include "MIDIEnums.hxx"
#include <algorithm>
Go to the source code of this file.