Displaying 1 result from an estimated 1 matches for "psy_look".
Did you mean:
lsp_look
2010 Mar 04
1
Lost residue modifications
...d receive the [1,2,3,4] vector. The problem is that, after adding
the +1, I still receive the vector [0,1,2,3].
I'm making this +1 to each element in a simple for loop for each
channel, immediatly before the line number 700 of mapping0.c (just
before calling _vp_couple):
for(count=0; count<psy_look->n; count++) {
vb->pcm[i][count] += 1;
}
Obviously, there is some place after in the code where my changes are
being overwritten or somehow discarded, but I am being unable to find it
(I thought it would be where a comment line says "couple_bundle is
destructively overwritten by the c...