More controller improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@903 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-04-08 08:33:25 +00:00
parent 78f0a045cc
commit 3b191ecc2c
7 changed files with 134 additions and 66 deletions

View File

@@ -1,3 +1,5 @@
2008-04-08 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/engine.h:
* src/core/engine.cpp:
add static accessor to the controller rack. I'm sure this won't be it's
@@ -19,8 +21,8 @@
* src/gui/widgets/visualization_widget.cpp:
drop back from 40 to an arbitrary 24fps
* include/lfo_controller_dialog.h:
* include/lfo_controller.h:
* src/gui/lfo_controller.cpp:
* src/gui/lfo_controller_dialog.cpp:
- add beginnings of an LFO controller and dialog
- don't mind the unoptimized code, it will be fixed