add class controllerConnection to model link between models and controllers

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1023 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-05-26 06:16:49 +00:00
parent f3168bac1b
commit 79905590da
10 changed files with 334 additions and 19 deletions

View File

@@ -1,3 +1,22 @@
2008-05-26 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/automatable_model.h:
* include/automatable_model_templates.h:
* include/controller.h:
* include/controller_connection.h:
* src/gui/widgets/knob.cpp:
* src/core/song.cpp:
* src/core/controller.cpp:
* src/core/controller_connection.cpp:
* Makefile.am:
- add controller connection class for storing controller links. Used to
specify linkage for loading/saving as well as a model for all the options
in the dialog (mapping function, smoothing, etc..)
- add dummyController for unfinalized or missing controllers. Faster than
adding a branch to value() or currentValue()
- save controller links to project
- incomplete, experimental, most likely buggy!
2008-05-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/singerbot/singerbot.cpp: