summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automatable.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-21 18:07:31 +0000
committerDavid Robillard <d@drobilla.net>2008-05-21 18:07:31 +0000
commit96384d65a67648fcbf617d2cea1fdd47b907c112 (patch)
treec9580da1bd5956b1ce37308ee0470eb5f4bbaf05 /libs/ardour/ardour/automatable.h
parent23c6936f433bfd07437b157eda4f36210819f2cf (diff)
More petty clean ups of MIDI stuff.
Use more complete header I had laying around for MIDI controller names / depollute Automatable. git-svn-id: svn://localhost/ardour2/branches/3.0@3378 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/automatable.h')
-rw-r--r--libs/ardour/ardour/automatable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/automatable.h b/libs/ardour/ardour/automatable.h
index 5efa4f7b8d..a2c1d98ae7 100644
--- a/libs/ardour/ardour/automatable.h
+++ b/libs/ardour/ardour/automatable.h
@@ -66,7 +66,6 @@ public:
virtual bool find_next_event(nframes_t start, nframes_t end, ControlEvent& ev) const;
virtual string describe_parameter(Parameter param);
- static string get_name_for_cc_number (uint32_t cc_number);
virtual float default_parameter_value(Parameter param) { return 1.0f; }
virtual void clear_automation();