On the piano libraries mentioned on the title, when is selected the options "soft", "medium" or"strong" through the dropdown menu of Release (Resonance section), there appear the following:
script warning: invalid menu value (assignment has no effect)! Line: 3086
The number of "Line:" will change depending the option selected, but it points to the Detail script on the 3rd slot, here is the lines that seems to cause the issue:
Code: Select all
case $RELEASE_RESO_NRPN
$Resonance_Release_helper := ($RPN_VALUE * 4) / 128
select ($Resonance_Release_helper)
case 0
$Resonance_Release := 0
case 1
$Resonance_Release := 120
case 2
$Resonance_Release := 80
case 3
$Resonance_Release := 40
end select
Cheers
