summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-01-15 22:37:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-01-15 22:37:18 +0000
commitb3c6c4a6d589760de476ec4fef4c027be1023718 (patch)
treefcee6df4b7246faac056bdfefe5657b44c0ec144 /libs/surfaces
parent16556bb182b19e6baae34543768668b5eeb3cd45 (diff)
remove "Use OSC" from options menu; make OSC optional rather than a mandatory protocol
git-svn-id: svn://localhost/ardour2/branches/3.0@4412 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/osc/interface.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/surfaces/osc/interface.cc b/libs/surfaces/osc/interface.cc
index 042dac1ded..de9154c80d 100644
--- a/libs/surfaces/osc/interface.cc
+++ b/libs/surfaces/osc/interface.cc
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2006 Paul Davis
- * Copyright (C) 2007 Michael Taht
+ * Copyright (C) 2009 Paul Davis
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -50,7 +49,7 @@ static ControlProtocolDescriptor osc_descriptor = {
id : "uri://ardour.org/surfaces/osc:0",
ptr : 0,
module : 0,
- mandatory : 1,
+ mandatory : 0,
supports_feedback : true,
probe : probe_osc_protocol,
initialize : new_osc_protocol,