aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Driver.hpp')
-rw-r--r--src/engine/machina/Driver.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/machina/Driver.hpp b/src/engine/machina/Driver.hpp
index 814f041..508430e 100644
--- a/src/engine/machina/Driver.hpp
+++ b/src/engine/machina/Driver.hpp
@@ -37,7 +37,7 @@ public:
SharedPtr<UpdateBuffer> update_sink() { return _updates; }
void set_update_sink(SharedPtr<UpdateBuffer> b) { _updates = b; }
-
+
virtual void set_bpm(double bpm) = 0;
virtual void set_quantization(double q) = 0;
@@ -56,7 +56,6 @@ protected:
SharedPtr<UpdateBuffer> _updates;
};
-
} // namespace Machina
#endif // MACHINA_JACKDRIVER_HPP