diff options
Diffstat (limited to 'src/libs/engine/events/AllNotesOffEvent.h')
-rw-r--r-- | src/libs/engine/events/AllNotesOffEvent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/engine/events/AllNotesOffEvent.h b/src/libs/engine/events/AllNotesOffEvent.h index fbdd8e14..a994daae 100644 --- a/src/libs/engine/events/AllNotesOffEvent.h +++ b/src/libs/engine/events/AllNotesOffEvent.h @@ -33,10 +33,10 @@ class Patch; class AllNotesOffEvent : public Event { public: - AllNotesOffEvent(CountedPtr<Responder> responder, samplecount timestamp, Patch* patch); - AllNotesOffEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& patch_path); + AllNotesOffEvent(CountedPtr<Responder> responder, SampleCount timestamp, Patch* patch); + AllNotesOffEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& patch_path); - void execute(samplecount offset); + void execute(SampleCount offset); void post_process(); private: |