Merge commit '25ab7260f5cc57075360c976826e13434ade058c' into ed_refac
This commit is contained in:
@@ -420,7 +420,7 @@ void VstPlugin::setParameterDump( const QMap<QString, QString> & _pdump )
|
||||
{
|
||||
( *it ).section( ':', 0, 0 ).toInt(),
|
||||
"",
|
||||
( *it ).section( ':', 1, 1 ).toFloat()
|
||||
( *it ).section( ':', 2, -1 ).toFloat()
|
||||
} ;
|
||||
m.addInt( item.index );
|
||||
m.addString( item.shortLabel );
|
||||
|
||||
Reference in New Issue
Block a user