diff options
Diffstat (limited to 'src/server/internals/Trigger.hpp')
-rw-r--r-- | src/server/internals/Trigger.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/server/internals/Trigger.hpp b/src/server/internals/Trigger.hpp index a9a561ee..f9953718 100644 --- a/src/server/internals/Trigger.hpp +++ b/src/server/internals/Trigger.hpp @@ -42,12 +42,12 @@ namespace Internals { class TriggerNode : public NodeImpl { public: - TriggerNode(InternalPlugin* plugin, - BufferFactory& bufs, - const std::string& path, - bool polyphonic, - PatchImpl* parent, - SampleRate srate); + TriggerNode(InternalPlugin* plugin, + BufferFactory& bufs, + const Raul::Symbol& symbol, + bool polyphonic, + PatchImpl* parent, + SampleRate srate); void process(ProcessContext& context); |