From 4d440f54870cd3934a49bab1ae98fad3f13f00d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 13 Oct 2007 18:01:56 +0000 Subject: Send polyphonic state on object creation. git-svn-id: http://svn.drobilla.net/lad/ingen@881 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/SetPolyphonicEvent.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/engine/events/SetPolyphonicEvent.hpp') diff --git a/src/libs/engine/events/SetPolyphonicEvent.hpp b/src/libs/engine/events/SetPolyphonicEvent.hpp index 5922d443..9079d49f 100644 --- a/src/libs/engine/events/SetPolyphonicEvent.hpp +++ b/src/libs/engine/events/SetPolyphonicEvent.hpp @@ -46,6 +46,7 @@ private: const string _path; GraphObjectImpl* _object; bool _poly; + bool _success; }; -- cgit v1.2.1