diff options
author | Goran Mekić <meka@tilda.center> | 2017-12-29 23:36:55 +0100 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-12-30 15:18:26 +0100 |
commit | a6343737453b34335a7a5494c8ac6b393d15604c (patch) | |
tree | 73fb775a93302909e269205d443516e51359309c /drumgizmo/enginefactory.h | |
parent | 476a82d1c431c26f71286a2d904144bfa5468101 (diff) |
Open midi device in non-blocking mode
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index 327c326..0b37c6e 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -78,6 +78,11 @@ #endif +#ifdef HAVE_INPUT_OSSMIDI +#include "input/ossmidi.h" +#endif + + //! Factory for various input- and output engines class EngineFactory { |