Use the current method to set the coefficients

This commit is contained in:
Holger Vogt 2020-08-01 16:43:04 +02:00
parent 3d82891a87
commit f6c78d8e9e
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ VSRCparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
case VSRC_SOUND: {
here->VSRCfunctionType = SOUND;
here->VSRCfuncTGiven = TRUE;
here->VSRCcoeffs = value->v.vec.rVec;
copy_coeffs(here, value);
here->VSRCcoeffsGiven = TRUE;
vsjack_open(-1); // initialize
if (jfile) {