summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/TypeMap.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-29 20:50:21 +0000
committerDavid Robillard <d@drobilla.net>2008-09-29 20:50:21 +0000
commit03f188cc8b17edc7c727f62b22b4577a2fdbfbe8 (patch)
treeabdd6c28a83c1de0317b96c9cee1a9f6a8bb1cc2 /libs/evoral/evoral/TypeMap.hpp
parent80608f7594a2eafb19e7c2fc8d29a58605b820b0 (diff)
Remove ARDOUR::Parameter::is_integer.
git-svn-id: svn://localhost/ardour2/branches/3.0@3837 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/evoral/TypeMap.hpp')
-rw-r--r--libs/evoral/evoral/TypeMap.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/evoral/evoral/TypeMap.hpp b/libs/evoral/evoral/TypeMap.hpp
index 3ab8066f70..91986e0dcb 100644
--- a/libs/evoral/evoral/TypeMap.hpp
+++ b/libs/evoral/evoral/TypeMap.hpp
@@ -45,6 +45,9 @@ public:
/** The type ID for a MIDI event with the given status byte
*/
virtual uint32_t midi_event_type(uint8_t status) const = 0;
+
+ /** Return true iff parameter should be locked to integer boundaries */
+ bool is_integer(const Evoral::Parameter& param) const;
};
} // namespace Evoral