summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2016-03-23 17:01:45 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2016-03-23 17:01:45 +0100
commite52892418239c02aef92ebd55213dd6e9d0fbcc0 (patch)
tree551adf9bf6e82330ac50933cb1c6457178625263
parent9da33388ff0f0c09667820faed3c6e3fb7d168cd (diff)
Added test input to enginefactory.
-rw-r--r--drumgizmo/enginefactory.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.cc b/drumgizmo/enginefactory.cc
index 5d59ac3..36c79c5 100644
--- a/drumgizmo/enginefactory.cc
+++ b/drumgizmo/enginefactory.cc
@@ -46,6 +46,9 @@ EngineFactory::EngineFactory()
#ifdef HAVE_INPUT_JACKMIDI
input.push_back("jackmidi");
#endif
+#ifdef HAVE_INPUT_TEST
+ input.push_back("test");
+#endif
// list available output engines
#ifdef HAVE_OUTPUT_DUMMY