use tempoSyncKnob with time ports in ladspa

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@343 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-16 21:15:50 +00:00
parent 471f97334c
commit a584a00bc9
3 changed files with 113 additions and 24 deletions

View File

@@ -1,4 +1,17 @@
2006-08-16 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* src/widgets/tempo_sync_knob.cpp:
changed context menu to only display possible note length
options based on the knob's max value
* include/ladspa_effect.h:
* src/core/ladspa_effect.cpp:
- added a new port data type TIME for port names containing
"(ms)", "(S)", or "(Seconds)"
- converts units to milliseconds for TIME ports
* src/widgets/ladspa_control.cpp:
use a tempoSyncKnob for TIME ports
* src/widgets/automatable_button.cpp:
remove toggled signal sent from method toggle--it's also sent
from setValue, and the double signal was wreaking havoc with