mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
Functor-based MIDI command receiving
This commit is contained in:
12
lib/audiodev/MIDICommon.cpp
Normal file
12
lib/audiodev/MIDICommon.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "MIDICommon.hpp"
|
||||
#include "boo/audiodev/IMIDIPort.hpp"
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
IMIDIPort::~IMIDIPort() {}
|
||||
IMIDIIn::~IMIDIIn() {}
|
||||
IMIDIOut::~IMIDIOut() {}
|
||||
IMIDIInOut::~IMIDIInOut() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user