objective c - architcture 86_64 error -
getting error:

which seems connected this, have no idea why:
// inline inline float onsetsds_phase_rewrap(float phase); inline float onsetsds_phase_rewrap(float phase){ return (phase>minuspi && phase<pi) ? phase : phase + twopi * (1.f + floorf((minuspi - phase) * inv_twopi)); } any ideas?
Comments
Post a Comment