XX CMake Package
Loading...
Searching...
No Matches
XXMidiInterfaceInput.h
Go to the documentation of this file.
1#ifndef XXMidiInterfaceInputH
2#define XXMidiInterfaceInputH
3
4#include "XXMidiParser.h"
5#include "XXMusicExportDef.h"
6
7namespace XX
8{
9 namespace Midi
10 {
11 namespace Interface
12 {
13 class Output;
14
17
19 {
20 public:
22 virtual ~Input();
23
24 public:
25 virtual void open();
26 virtual void close();
27 virtual bool isOpen() const;
28
30
31 protected:
32 QList<Interface::Output*> passthroughList;
33 };
34 } // namespace Interface
35 } // namespace Midi
36} // namespace XX
37
38#endif // NOT XXMidiInterfaceInputH
#define XXMUSIC_DECLSPEC
Definition XXMusicExportDef.h:11
QList< Interface::Output * > passthroughList
Definition XXMidiInterfaceInput.h:32
virtual bool isOpen() const
void addPassThroughInterface(Interface::Output *passthrough)
midi output
Definition XXMidiInterfaceOutput.h:19
Definition XXMidiInterfaceInput.h:12
Definition XXMidiCommon.h:17
Definition XXPopulatedAbstract.h:11