From 698c38587bd4f0133a132dc363098ff8298ec47b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 May 2009 18:05:24 +0000 Subject: * New ontology. * Display human names on patch ports on creation, if enabled. * Fix copy/paste of subpatches. * Split properties into "properties" (class properties) and "variables" (instance properties). * Names are kind of a legacy leftover... * Remove special set poly / enable / etc events in favour of just setting properties (less API, extensible, RDF compatible). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1973 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ControlPanel.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/ControlPanel.hpp') diff --git a/src/gui/ControlPanel.hpp b/src/gui/ControlPanel.hpp index c43d59ac..ef73ea16 100644 --- a/src/gui/ControlPanel.hpp +++ b/src/gui/ControlPanel.hpp @@ -72,7 +72,8 @@ private: void all_voices_selected(); void specific_voice_selected(); - void property_changed(const std::string& predicate, const Raul::Atom& value, bool parent); + void variable_changed(const std::string& predicate, const Raul::Atom& value); + void parent_property_changed(const std::string& predicate, const Raul::Atom& value); bool _callback_enabled; -- cgit v1.2.1