Use the current method to set the coefficients
This commit is contained in:
parent
3a1269519f
commit
4a3e09be26
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue