Skip to content

Commit

Permalink
ToneStackLT -> ToneStack
Browse files Browse the repository at this point in the history
ToneStackLT was removed in 0.9.24. It's an emulation of the tonestack in the
1959 Bassman 5F6-A amp and corresponds to ToneStack model number 0 (defaul).
They do differ however but on bass/mid/treble set to all low or all high a
pattern upgraded from lmms-1.2 to 1.3 will be identical.
  • Loading branch information
zonkmachine committed May 27, 2024
1 parent 703442f commit f63ec84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/DataFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,13 @@ void DataFile::upgrade_1_3_0()
};
iterate_ladspa_ports(effect, fn);
}

else if( attribute.attribute( "name" ) == "plugin" &&
attribute.attribute( "value" ) == "ToneStackLT" )
{
attribute.setAttribute( "value", "ToneStack" );
}

/*
SWH
*/
Expand Down

0 comments on commit f63ec84

Please sign in to comment.