aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Driver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-17 03:31:06 +0000
committerDavid Robillard <d@drobilla.net>2010-12-17 03:31:06 +0000
commit7d2d23dc6a2b20c99021da81f0e0b33429df442a (patch)
tree02565c9c21ab48b04a7aac01d4dcf360675cc354 /src/engine/machina/Driver.hpp
parent7b61e7ac1fe67528c99efc2ff9fa5a6fed627978 (diff)
downloadmachina-7d2d23dc6a2b20c99021da81f0e0b33429df442a.tar.gz
machina-7d2d23dc6a2b20c99021da81f0e0b33429df442a.tar.bz2
machina-7d2d23dc6a2b20c99021da81f0e0b33429df442a.zip
Step recording.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2733 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/Driver.hpp')
-rw-r--r--src/engine/machina/Driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Driver.hpp b/src/engine/machina/Driver.hpp
index 1fca75e..f1251ae 100644
--- a/src/engine/machina/Driver.hpp
+++ b/src/engine/machina/Driver.hpp
@@ -42,7 +42,7 @@ public:
virtual void stop() {}
virtual bool recording() { return false; }
- virtual void start_record() {}
+ virtual void start_record(bool step) {}
virtual void finish_record() {}
protected: