diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2016-03-23 17:01:45 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2016-03-23 17:01:45 +0100 |
commit | e52892418239c02aef92ebd55213dd6e9d0fbcc0 (patch) | |
tree | 551adf9bf6e82330ac50933cb1c6457178625263 | |
parent | 9da33388ff0f0c09667820faed3c6e3fb7d168cd (diff) |
Added test input to enginefactory.
-rw-r--r-- | drumgizmo/enginefactory.cc | 3 |
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 |