summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/NoteOnEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/NoteOnEvent.h')
-rw-r--r--src/libs/engine/events/NoteOnEvent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/engine/events/NoteOnEvent.h b/src/libs/engine/events/NoteOnEvent.h
index 91b6d3ac..b0a20b04 100644
--- a/src/libs/engine/events/NoteOnEvent.h
+++ b/src/libs/engine/events/NoteOnEvent.h
@@ -34,10 +34,10 @@ class Node;
class NoteOnEvent : public Event
{
public:
- NoteOnEvent(CountedPtr<Responder> responder, samplecount timestamp, Node* patch, uchar note_num, uchar velocity);
- NoteOnEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& node_path, uchar note_num, uchar velocity);
+ NoteOnEvent(CountedPtr<Responder> responder, SampleCount timestamp, Node* patch, uchar note_num, uchar velocity);
+ NoteOnEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& node_path, uchar note_num, uchar velocity);
- void execute(samplecount offset);
+ void execute(SampleCount offset);
void post_process();
private: