summaryrefslogtreecommitdiffstats
path: root/src/engine/Driver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 05:05:32 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 05:05:32 +0000
commit987710474b824cb92d83ff6fa7a090f50e10756f (patch)
treef9d9ac7d52f046e284e03f9ab2de70b1ab76b97e /src/engine/Driver.hpp
parent2b04af0ab5d18d3116290fab7febac86f41068c9 (diff)
downloadingen-987710474b824cb92d83ff6fa7a090f50e10756f.tar.gz
ingen-987710474b824cb92d83ff6fa7a090f50e10756f.tar.bz2
ingen-987710474b824cb92d83ff6fa7a090f50e10756f.zip
Hide process slave stuff from Engine.hpp.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3151 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/Driver.hpp')
-rw-r--r--src/engine/Driver.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/engine/Driver.hpp b/src/engine/Driver.hpp
index c744b54f..6951d357 100644
--- a/src/engine/Driver.hpp
+++ b/src/engine/Driver.hpp
@@ -97,15 +97,17 @@ public:
virtual void add_port(DriverPort* port) = 0;
/** Remove a system visible port. */
- virtual Raul::Deletable* remove_port(const Raul::Path& path, Ingen::DriverPort** port=NULL) = 0;
+ virtual Raul::Deletable* remove_port(const Raul::Path& path,
+ Ingen::DriverPort** port=NULL) = 0;
/** Return true iff this driver supports the given type of I/O */
- virtual bool supports(Shared::PortType port_type, Shared::EventType event_type) = 0;
+ virtual bool supports(Shared::PortType port_type,
+ Shared::EventType event_type) = 0;
virtual void set_root_patch(PatchImpl* patch) = 0;
virtual PatchImpl* root_patch() = 0;
- /** Return the audio buffer size in frames (i.e. the maximum length of a process cycle) */
+ /** Return the audio buffer size in frames */
virtual SampleCount block_length() const = 0;
/** Return the sample rate in Hz */