From 2dbd0cd81dff72aea42344188d20f7d7f6d20e1a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 18 Jul 2006 05:46:24 +0000 Subject: Removed globals (Om.h) git-svn-id: http://svn.drobilla.net/lad/ingen@96 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/SetPortValueEvent.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/engine/events/SetPortValueEvent.h') diff --git a/src/libs/engine/events/SetPortValueEvent.h b/src/libs/engine/events/SetPortValueEvent.h index 0fbc354e..4aca1aaf 100644 --- a/src/libs/engine/events/SetPortValueEvent.h +++ b/src/libs/engine/events/SetPortValueEvent.h @@ -34,10 +34,10 @@ class Port; class SetPortValueEvent : public Event { public: - SetPortValueEvent(CountedPtr responder, samplecount timestamp, const string& port_path, sample val); - SetPortValueEvent(CountedPtr responder, samplecount timestamp, size_t voice_num, const string& port_path, sample val); + SetPortValueEvent(CountedPtr responder, SampleCount timestamp, const string& port_path, Sample val); + SetPortValueEvent(CountedPtr responder, SampleCount timestamp, size_t voice_num, const string& port_path, Sample val); - void execute(samplecount offset); + void execute(SampleCount offset); void post_process(); private: -- cgit v1.2.1