add multiplier to LFO controller and fix temposync

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1162 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-23 17:15:48 +00:00
parent 66f98a3017
commit 053feaba8f
12 changed files with 176 additions and 79 deletions

View File

@@ -1,3 +1,23 @@
2008-06-23 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/lfo_controller.h:
* src/gui/lfo_controller_dialog.cpp:
* src/core/lfo_controller.cpp:
* data/themes/default/lfo_d100_active.png:
* data/themes/default/lfo_d100_inactive.png:
* data/themes/default/lfo_x100_active.png:
* data/themes/default/lfo_x100_inactive.png:
* data/themes/default/lfo_x1_active.png:
* data/themes/default/lfo_x1_inactive.png:
Add multiplier to lfo-controller and fix tempo-sync knob. Breaks old
projects that use LFO, but shouldn't matter since 0.4 hasn't been released
* src/gui/widgets/tempo_sync_knob.cpp:
Allow tempo-sync knob to work with ranges other than [0..1]
* src/core/envelope_and_lfo_parameters.cpp:
Remove hardcoded literal, use already defined const int instead
2008-06-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/automatable_model_view.h: