summaryrefslogtreecommitdiffstats
path: root/src/server/mix.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 17:51:16 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commitd13e41341f687b9f526887aba7e664d71ae34aec (patch)
tree2f68f12e6c182169ad840b1710fa3e376c47ed00 /src/server/mix.hpp
parent95ceaf902f95baa431cdda972c0ebb48293e2022 (diff)
downloadingen-d13e41341f687b9f526887aba7e664d71ae34aec.tar.gz
ingen-d13e41341f687b9f526887aba7e664d71ae34aec.tar.bz2
ingen-d13e41341f687b9f526887aba7e664d71ae34aec.zip
Use consistent naming for context parameters
Diffstat (limited to 'src/server/mix.hpp')
-rw-r--r--src/server/mix.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mix.hpp b/src/server/mix.hpp
index 1878200c..75e139d3 100644
--- a/src/server/mix.hpp
+++ b/src/server/mix.hpp
@@ -26,7 +26,7 @@ class Buffer;
class RunContext;
void
-mix(const RunContext& context,
+mix(const RunContext& ctx,
Buffer* dst,
const Buffer*const* srcs,
uint32_t num_srcs);