summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Note.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Note.hpp')
-rw-r--r--src/server/internals/Note.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/internals/Note.hpp b/src/server/internals/Note.hpp
index 5c1b24c4..fb935179 100644
--- a/src/server/internals/Note.hpp
+++ b/src/server/internals/Note.hpp
@@ -45,10 +45,10 @@ public:
GraphImpl* parent,
SampleRate srate);
- bool prepare_poly(BufferFactory& bufs, uint32_t poly);
- bool apply_poly(RunContext& context, uint32_t poly);
+ bool prepare_poly(BufferFactory& bufs, uint32_t poly) override;
+ bool apply_poly(RunContext& context, uint32_t poly) override;
- void run(RunContext& context);
+ void run(RunContext& context) override;
void note_on(RunContext& context, uint8_t note_num, uint8_t velocity, FrameTime time);
void note_off(RunContext& context, uint8_t note_num, FrameTime time);