diff options
author | David Robillard <d@drobilla.net> | 2013-02-02 15:34:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-02 15:34:04 +0000 |
commit | 277164fd43de165ab559224d6f9218f9121e612f (patch) | |
tree | de36d9bbeb84868b159c4bf0b4fe1334b55ce1fd /src/gui | |
parent | adf98290561ff2564913fdd845f47a605db098fb (diff) | |
download | machina-277164fd43de165ab559224d6f9218f9121e612f.tar.gz machina-277164fd43de165ab559224d6f9218f9121e612f.tar.bz2 machina-277164fd43de165ab559224d6f9218f9121e612f.zip |
Make 1 beat notes by default.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@5022 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/machina.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/machina.ui b/src/gui/machina.ui index d251ce2..89404fc 100644 --- a/src/gui/machina.ui +++ b/src/gui/machina.ui @@ -1121,7 +1121,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">4</property> + <property name="value">1</property> <property name="step_increment">1</property> <property name="page_increment">8</property> </object> |