summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/LV2Node.hpp')
-rw-r--r--src/libs/engine/LV2Node.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/LV2Node.hpp b/src/libs/engine/LV2Node.hpp
index 361df02e..8a6847f1 100644
--- a/src/libs/engine/LV2Node.hpp
+++ b/src/libs/engine/LV2Node.hpp
@@ -36,7 +36,7 @@ class LV2Node : public NodeBase
public:
LV2Node(const Plugin* plugin,
const string& name,
- size_t poly,
+ uint32_t poly,
Patch* parent,
SampleRate srate,
size_t buffer_size);
@@ -50,7 +50,7 @@ public:
void process(SampleCount nframes, FrameTime start, FrameTime end);
- void set_port_buffer(size_t voice, size_t port_num, Buffer* buf);
+ void set_port_buffer(uint32_t voice, uint32_t port_num, Buffer* buf);
protected:
//void get_port_vals(ulong port_index, PortInfo* info);