aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 03:03:54 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 03:03:54 +0000
commitd4e2d2945b7f63580803168901f64e70c66310d4 (patch)
tree7f4b789fd0b0bf8cb5c33430b10ea81db6edd261 /src/engine
parent17bedcd4fa7b02630afe2baef367c48b551973ef (diff)
downloadmachina-d4e2d2945b7f63580803168901f64e70c66310d4.tar.gz
machina-d4e2d2945b7f63580803168901f64e70c66310d4.tar.bz2
machina-d4e2d2945b7f63580803168901f64e70c66310d4.zip
Fix BPM and quantize spinbuttons.
Remove pointless clock checkbox. Add tooltips. Update glade file. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4949 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SMFDriver.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/SMFDriver.hpp b/src/engine/SMFDriver.hpp
index c67186a..df726e8 100644
--- a/src/engine/SMFDriver.hpp
+++ b/src/engine/SMFDriver.hpp
@@ -32,8 +32,7 @@ namespace machina {
class Node;
class Machine;
-class SMFDriver
- : public Driver
+class SMFDriver : public Driver
{
public:
SMFDriver(Raul::Forge& forge, Raul::TimeUnit unit);