aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-14 05:29:34 +0000
committerDavid Robillard <d@drobilla.net>2013-01-14 05:29:34 +0000
commitd7352e95ff6f833bc1a2594bbe1954d939ab9898 (patch)
tree665b8e09e820dde3df96149bac0aa77e0d5f5f42 /src
parent27553e15e188f7a43903a0d3eb95389b0efcd1d6 (diff)
downloadmachina-d7352e95ff6f833bc1a2594bbe1954d939ab9898.tar.gz
machina-d7352e95ff6f833bc1a2594bbe1954d939ab9898.tar.bz2
machina-d7352e95ff6f833bc1a2594bbe1954d939ab9898.zip
Set default step/quantize to quarter node.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4982 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/machina.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/machina.ui b/src/gui/machina.ui
index de14906..dc138b9 100644
--- a/src/gui/machina.ui
+++ b/src/gui/machina.ui
@@ -1108,7 +1108,7 @@ selection to many nodes.</property>
<object class="GtkAdjustment" id="quantize_adjustment">
<property name="lower">1</property>
<property name="upper">256</property>
- <property name="value">8</property>
+ <property name="value">4</property>
<property name="step_increment">1</property>
<property name="page_increment">8</property>
</object>