summaryrefslogtreecommitdiffstats
path: root/ingen/AtomSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomSink.hpp')
-rw-r--r--ingen/AtomSink.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ingen/AtomSink.hpp b/ingen/AtomSink.hpp
index 789b7d61..8228001e 100644
--- a/ingen/AtomSink.hpp
+++ b/ingen/AtomSink.hpp
@@ -30,9 +30,13 @@ public:
virtual ~AtomSink() {}
/** Write an Atom to the sink.
+ *
+ * @param default_id The default response ID to use if no
+ * patch:sequenceNumber property is present on the message.
+ *
* @return True on success.
*/
- virtual bool write(const LV2_Atom* msg) = 0;
+ virtual bool write(const LV2_Atom* msg, int32_t default_id=0) = 0;
};
} // namespace Ingen