initial controllers code

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@883 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-04-04 06:39:00 +00:00
parent 20b949274d
commit 3541af29df
12 changed files with 315 additions and 7 deletions

View File

@@ -1,3 +1,32 @@
2008-04-04 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/controller.h:
* src/core/controller.cpp:
* Makefile.am:
Add controller class to LMMS
* include/knob.h:
* src/gui/widgets/knob.cpp:
Add Connect to Controller item to context menu for future dialog
* include/automatable_model.h:
* include/automatable_model_templates.h:
- add controller pointer to class
- add value(int offset) function for sample-exact value fetching
- use controller in value() if set
* src/tracks/pattern.cpp:
Change brightness of note volume-lines according to volume
* src/core/mixer.cpp:
trigger controller's frame counter
* data/themes/llama/background_artwork.png:
* data/themes/llama:
* data/themes/Makefile.am:
start a theme with my preferences
2008-04-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/song.h: