Use the current method to set the coefficients

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

View File

@ -297,7 +297,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) {