Load/save automationPattern position. Allow dragging autoViews directly onto automationTrack

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1204 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-29 10:12:02 +00:00
parent 30aea72c9c
commit 8a5f5f9fdf
6 changed files with 51 additions and 18 deletions

View File

@@ -42,7 +42,6 @@ peakControllerEffectControls( peakControllerEffect * _eff ) :
void peakControllerEffectControls::loadSettings( const QDomElement & _this )
{
printf("peakControllerEffect loadSettings\n");
m_baseModel.setValue( _this.attribute( "base" ).toFloat() );
m_amountModel.setValue( _this.attribute( "amount" ).toFloat() );
m_muteModel.setValue( _this.attribute( "mute" ).toFloat() );