summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Trigger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Trigger.hpp')
-rw-r--r--src/server/internals/Trigger.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/internals/Trigger.hpp b/src/server/internals/Trigger.hpp
index 0508b615..17ae12e3 100644
--- a/src/server/internals/Trigger.hpp
+++ b/src/server/internals/Trigger.hpp
@@ -50,10 +50,10 @@ public:
GraphImpl* parent,
SampleRate srate);
- void run(RunContext& context) override;
+ void run(RunContext& ctx) override;
- bool note_on(RunContext& context, uint8_t note_num, uint8_t velocity, FrameTime time);
- bool note_off(RunContext& context, uint8_t note_num, FrameTime time);
+ bool note_on(RunContext& ctx, uint8_t note_num, uint8_t velocity, FrameTime time);
+ bool note_off(RunContext& ctx, uint8_t note_num, FrameTime time);
void learn() override { _learning = true; }