added channel link to ladspa controls

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@329 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-15 15:11:54 +00:00
parent 5ca5da40b1
commit 833080071d
5 changed files with 116 additions and 36 deletions

View File

@@ -3,6 +3,15 @@
added deletion of the control view to the dtor to make it clean
up after itself
* include/automatable_object.h:
* include/ladspa_control.h:
* include/ladspa_control_dialog.h:
* src/core/ladspa_control_dialog.cpp:
* src/core/ladspa_control.cpp:
- added a link channels option to the ladspa controls
- unlinking the channels will currently break automation for all
but the first channel
* All of the effects related files:
reformatted to respect the 80 characters per line convention