From ea8521743717a0027f497c416ab3f08fc407a406 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 2 Jun 2016 22:02:37 +0200 Subject: session-utils tweaks * emulate 256 i/o (don't loose connections) * allow "silent" start --- session_utils/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'session_utils/common.h') diff --git a/session_utils/common.h b/session_utils/common.h index 5263e84b5a..9077fbe928 100644 --- a/session_utils/common.h +++ b/session_utils/common.h @@ -16,7 +16,7 @@ class TestReceiver : public Receiver namespace SessionUtils { /** initialize libardour */ - void init (); + void init (bool print_log = true); /** clean up, stop Processing Engine * @param s Session to close (may me NULL) -- cgit v1.2.3