diff options
author | David Robillard <d@drobilla.net> | 2007-12-07 17:41:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-07 17:41:47 +0000 |
commit | 8b186d26598af398c6bd8f21933b548eccff1edd (patch) | |
tree | 2d2f5d517c865082a4f740ffff0f1bb078668d3e /src | |
parent | b9289b950fbfe6d72ca97e5710ab5f8b3fb926af (diff) | |
download | machina-8b186d26598af398c6bd8f21933b548eccff1edd.tar.gz machina-8b186d26598af398c6bd8f21933b548eccff1edd.tar.bz2 machina-8b186d26598af398c6bd8f21933b548eccff1edd.zip |
Twiddle the other default node duration...
git-svn-id: http://svn.drobilla.net/lad/machina@965 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/machina/Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Node.hpp b/src/engine/machina/Node.hpp index 04e7c07..324ec29 100644 --- a/src/engine/machina/Node.hpp +++ b/src/engine/machina/Node.hpp @@ -44,7 +44,7 @@ class Node : public Raul::Stateful { public: typedef std::string ID; - Node(BeatCount duration=1/4.0, bool initial=false); + Node(BeatCount duration=1/2.0, bool initial=false); Node(const Node& copy); void set_enter_action(SharedPtr<Action> action); |