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/MidiDriver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/MidiDriver.h') diff --git a/src/libs/engine/MidiDriver.h b/src/libs/engine/MidiDriver.h index 7dc2383f..aa3a73ee 100644 --- a/src/libs/engine/MidiDriver.h +++ b/src/libs/engine/MidiDriver.h @@ -34,7 +34,7 @@ class MidiDriver : public Driver { public: /** Prepare events (however neccessary) for the specified block (realtime safe) */ - virtual void prepare_block(const samplecount block_start, const samplecount block_end) = 0; + virtual void prepare_block(const SampleCount block_start, const SampleCount block_end) = 0; }; @@ -68,7 +68,7 @@ public: DriverPort* create_port(DuplexPort* patch_port) { return NULL; } - void prepare_block(const samplecount block_start, const samplecount block_end) {} + void prepare_block(const SampleCount block_start, const SampleCount block_end) {} }; -- cgit v1.2.1