mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
26 lines
454 B
C++
26 lines
454 B
C++
#include "us2400_control_protocol.h"
|
|
|
|
#include "midi_byte_array.h"
|
|
#include "surface_port.h"
|
|
|
|
#include "pbd/pthread_utils.h"
|
|
#include "pbd/error.h"
|
|
|
|
#include "midi++/types.h"
|
|
#include "midi++/port.h"
|
|
#include "midi++/manager.h"
|
|
#include "pbd/i18n.h"
|
|
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
using namespace std;
|
|
using namespace US2400;
|
|
using namespace PBD;
|
|
|