1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465
|
/*
harmon.c:
Copyright (C) 1996 Barry Vercoe
This file is part of Csound.
The Csound Library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
Csound is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Csound; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
*/
#include "csoundCore.h"
#include "interlocks.h"
#include <math.h>
typedef struct {
MYFLT *srcp;
int32 cntr;
} PULDAT;
typedef struct {
MYFLT *kfrq;
int32 phase, phsinc;
} VOCDAT;
#define PULMAX 8
#define VOCMAX 4
typedef struct {
OPDS h;
MYFLT *ar, *asig, *koct, *kfrq1, *kfrq2;
MYFLT *kfrq3, *kfrq4, *icpsmode, *ilowest, *ipolarity; //4
// or MYFLT *kfrq3, *icpsmode, *ilowest, *ipolarity, *dummy; //3
// or MYFLT *icpsmode, *ilowest, *ipolarity, *dummy, *dummy1; //2
//Local
int16 nbufsmps, n2bufsmps, period, cpsmode, polarity, poslead;
MYFLT prvoct, minoct, sicvt;
MYFLT *bufp, *midp, *inp1, *inp2;
MYFLT *pulsbuf[4], *sigmoid, *curpuls;
MYFLT vocamp, vocinc, ampinc;
PULDAT puldat[PULMAX], *endp, *limp;
VOCDAT vocdat[VOCMAX], *vlim;
int16 pbufcnt, maxprd, pulslen, switching;
AUXCH auxch;
int32_t hmrngflg;
} HARM234;
/* static void print32_t32_t32_t_data(HARM234* p, int32_t x) */
/* { */
/* printf("DATA %d\n=======\n", x); */
/* printf("nbufsmps, n2bufsmps, period, cpsmode, polarity, poslead " */
/* "= (%d,%d,%d,%d,%d,%d\n", */
/* p->nbufsmps, p->n2bufsmps, p->period, p->cpsmode, p->polarity, */
/* p->poslead); */
/* printf("prvoct, minoct, sicvt = %f, %f, %f\n", */
/* p->prvoct, p->minoct, p->sicvt); */
/* //MYFLT *bufp, *midp, *inp1, *inp2; */
/* //MYFLT *pulsbuf[4], *sigmoid, *curpuls; */
/* printf("vocamp, vocinc, ampinc = %f, %f, %f\n", */
/* p->vocamp, p->vocinc, p->ampinc); */
/* //PULDAT puldat[PULMAX], *endp, *limp; */
/* //VOCDAT vocdat[VOCMAX], *vlim; */
/* printf("pbufcnt, maxprd, pulslen, switching = %d, %d, %d, %d, %d\n", */
/* p->pbufcnt, p->maxprd, p->pulslen, p->switching, p->hmrngflg); */
/* //AUXCH auxch; */
/* //int32_t hmrngflg; */
/* printf("pulse: %p %p %p %p; %d %d %d %d\n", */
/* p->puldat[0].srcp, p->puldat[1].srcp, */
/* p->puldat[2].srcp, p->puldat[3].srcp, */
/* p->puldat[0].cntr, p->puldat[1].cntr, */
/* p->puldat[2].cntr, p->puldat[3].cntr); */
/* printf("voc: (%p %d %d) (%p %d %d) (%p %d %d) (%p %d %d)\n", */
/* p->vocdat[0].kfrq, p->vocdat[0].phase, p->vocdat[0].phsinc, */
/* p->vocdat[1].kfrq, p->vocdat[1].phase, p->vocdat[1].phsinc, */
/* p->vocdat[2].kfrq, p->vocdat[2].phase, p->vocdat[2].phsinc, */
/* p->vocdat[3].kfrq, p->vocdat[3].phase, p->vocdat[3].phsinc); */
/* printf("output: %f %f %f %f ...\n", */
/* p->ar[0], p->ar[1], p->ar[2], p->ar[3]); */
/* } */
#define PBUFS 4
#define PBMSK 0x3
#define SLEN 256
#define LCNT 75
static int32_t hm234set(CSOUND *csound, HARM234 *p)
{
MYFLT minoct = p->minoct;
p->hmrngflg = 0;
/*if (p->auxch.auxp == NULL || minoct < p->minoct ) */ {
MYFLT minfrq = POWER(FL(2.0), minoct) * ONEPT;
int16 nbufs = (int16)(csound->ekr * 3 / minfrq) + 1;/* recalc max pulse prd */
int16 nbufsmps = nbufs * CS_KSMPS;
int16 maxprd = (int16)(csound->esr * 2 / minfrq); /* incl sigmoid ends */
int16 cnt;
int32 totalsiz = nbufsmps * 2 + maxprd * 4 + (SLEN+1);
MYFLT *pulsbuf, *sigp; /* & realloc buffers */
csound->AuxAlloc(csound, totalsiz * sizeof(MYFLT), &p->auxch);
p->bufp = (MYFLT *) p->auxch.auxp;
p->midp = p->bufp + nbufsmps; /* each >= maxprd * 3 */
pulsbuf = p->midp + nbufsmps;
p->pulsbuf[0] = pulsbuf; pulsbuf += maxprd;
p->pulsbuf[1] = pulsbuf; pulsbuf += maxprd;
p->pulsbuf[2] = pulsbuf; pulsbuf += maxprd;
p->pulsbuf[3] = pulsbuf; pulsbuf += maxprd; /* cnt must = PBUFS */
p->sigmoid = sigp = pulsbuf;
for (cnt = 0; cnt < SLEN+1; cnt++) /* make sigmoid inplace */
*sigp++ = (FL(1.0) - COS(PI_F * cnt / SLEN)) * FL(0.5);
p->maxprd = maxprd;
p->nbufsmps = nbufsmps;
p->n2bufsmps = nbufsmps * 2;
}
//p->minoct = minoct;
p->sicvt = FL(65536.0) * csound->onedsr;
//printf("sicvt = %f\n", p->sicvt);
// p->polarity = (int16)*p->ipolarity;
p->poslead = 0;
p->inp1 = p->bufp;
p->inp2 = p->midp;
p->endp = p->puldat; /* nothing in PULDAT array */
p->limp = p->puldat + PULMAX;
p->prvoct = FL(0.0);
p->period = 0;
p->curpuls = NULL;
p->pbufcnt = 0;
p->vocamp = FL(0.0); /* begin unvoiced */
p->ampinc = FL(10.0) * csound->onedsr; /* .1 sec lin ramp for uv to v */
//printf("ampinc = %f\n", p->ampinc);
p->switching = 0;
return OK;
}
static int32_t harmon234(CSOUND *csound, HARM234 *p)
{
MYFLT *outp, *dirp;
MYFLT *inp1, *inp2;
MYFLT koct, vocamp, diramp;
PULDAT *endp;
VOCDAT *vdp;
int16 nsmps = CS_KSMPS, oflow = 0;
uint32_t offset = p->h.insdshead->ksmps_offset;
uint32_t early = p->h.insdshead->ksmps_no_end;
//print_data(p, 1);
if ((koct = *p->koct) != p->prvoct) { /* if new pitch estimate */
if (koct >= p->minoct) { /* above requested low */
MYFLT cps = POWER(FL(2.0), koct) * ONEPT; /* recalc pulse period */
p->period = (int16) (CS_ESR / cps);
if (!p->cpsmode)
p->sicvt = cps * FL(65536.0) * csound->onedsr; /* k64dsr;*/
}
p->prvoct = koct;
}
inp1 = p->inp1;
inp2 = p->inp2;
if (UNLIKELY(offset)) {
memset(inp1, '\0', offset*sizeof(MYFLT));
memset(inp2, '\0', offset*sizeof(MYFLT));
}
if (UNLIKELY(early)) {
nsmps -= early;
memset(&inp1[nsmps], '\0', early*sizeof(MYFLT));
memset(&inp2[nsmps], '\0', early*sizeof(MYFLT));
}
memcpy(&inp1[offset], &p->asig[offset], sizeof(MYFLT)*(nsmps-offset));
memcpy(&inp2[offset], &p->asig[offset], sizeof(MYFLT)*(nsmps-offset));
inp1 += nsmps-offset; inp2 += nsmps-offset;
//for (srcp = q->asig, nsmps = CS_KSMPS; nsmps--; )
// *inp1++ = *inp2++ = *srcp++; /* dbl store the wavform */
//print_data(p, 2);
if (koct >= p->minoct) { /* PERIODIC: find the pulse */
MYFLT val0, *buf0, *p0, *plim, *x;
int16 period, triprd, xdist;
period = p->period; /* set srch range of 2 periods */
triprd = period * 3;
p0 = inp2 - triprd; /* btwn 3 prds back & 1 prd back */
plim = inp2 - period;
buf0 = p->bufp;
if (UNLIKELY(p0 < buf0))
p0 = buf0;
x = p0; /* locate first zero crossing */
if ((val0 = *x++) == FL(0.0))
while (*x == FL(0.0) && ++x < plim); /* if no signal in this range */
else if (val0 > FL(0.0))
while (*x > 0. && ++x < plim); /* or unipolar with no z-crossing */
else while (*x < FL(0.0) && ++x < plim);
if (x >= plim) goto nonprd; /* then non-periodic */
if (p->polarity > 0) {
MYFLT pospk = FL(0.0); /* POSITIVE polarity: */
MYFLT *posp = NULL;
for ( ; x < plim; x++) { /* find ensuing max val */
MYFLT val = *x;
if (val > pospk) { pospk = val; posp = x; }
}
if (posp == NULL)
goto nonprd;
for (x = posp;
x >= buf0 && *x > FL(0.0); x--); /* & its preceding z-crossing */
xdist = posp - x;
} else if (p->polarity < 0) {
MYFLT negpk = FL(0.0); /* NEGATIVE polarity: */
MYFLT *negp = NULL;
for ( ; x < plim; x++) { /* find ensuing min val */
MYFLT val = *x;
if (val < negpk) { negpk = val; negp = x; }
}
if (negp == NULL)
goto nonprd;
for (x = negp;
x >= buf0 && *x < FL(0.0); x--); /* & its preceding z-crossing */
xdist = negp - x;
}
else {
MYFLT pospk, negpk, *posp, *negp; /* NOT SURE: */
MYFLT *poscross, *negcross;
int16 posdist, negdist;
pospk = negpk = FL(0.0);
posp = negp = NULL;
for ( ; x < plim; x++) { /* find ensuing max & min vals */
MYFLT val = *x;
if (val > FL(0.0)) {
if (val > pospk) { pospk = val; posp = x; }
} else
if (val < negpk) { negpk = val; negp = x; }
}
if (posp == NULL || negp == NULL)
goto nonprd;
for (x = posp; x >= buf0 &&
*x > FL(0.0); x--); /* & their preceding z-crossings */
posdist = posp - x;
poscross = x;
for (x = negp; x >= buf0 && *x < FL(0.0); x--);
negdist = negp - x;
negcross = x;
if (pospk / posdist > -negpk / negdist) {
/* find z-cross with grtst slope to peak */
if (UNLIKELY(p->poslead < LCNT)) { /* and consistent polarity */
if (p->poslead == 1)
csound->Warning(csound, Str("harm signal has positive lead\n"));
p->poslead += 1;
}
}
else {
if (UNLIKELY(p->poslead > -LCNT)) {
if (p->poslead == -1)
csound->Warning(csound, Str("harm signal has negative lead\n"));
p->poslead -= 1;
}
}
if (p->poslead >= 0) { /* use this as pulse beginning */
x = poscross;
xdist = posdist;
}
else {
x = negcross;
xdist = negdist;
}
}
if (x != p->curpuls) { /* if pulse positn is new */
int16 nn, pulslen, sigdist, ndirect;
MYFLT *bufp, signdx, siginc;
MYFLT *z, zval;
p->curpuls = x; /* record this new positn */
z = x + period; /* and from estimated end */
if ((zval = *z) != FL(0.0)) {
int16 n, nlim = inp2 - z;
for (n = 1; n < nlim; n++) {
if (zval * *(z+n) <= FL(0.0)) { /* find nearest zcrossing */
z += n;
break;
} else if (zval * *(z-n) <= FL(0.0)) {
z -= n;
break;
} /* (true period is now z - x) */
}
}
x -= xdist; /* now extend for sig ris-dec */
z += xdist;
if (x < buf0)
x = buf0; /* truncated if necessary */
else if (z > inp2)
z = inp2; /* by input limits */
pulslen = z - x;
if (pulslen > p->maxprd)
pulslen = p->maxprd; /* & storage limits */
sigdist = xdist * 2;
ndirect = pulslen - sigdist*2;
if (ndirect < 0) goto nostor;
p->pbufcnt++; /* select a new puls buffr */
p->pbufcnt &= PBMSK;
bufp = p->pulsbuf[p->pbufcnt];
signdx = FL(0.0); /* & store extended pulse */
siginc = (MYFLT)SLEN / sigdist;
for (nn = sigdist; nn--; signdx += siginc) {
MYFLT *sigp = p->sigmoid + (int32_t)signdx;
*bufp++ = *x++ * *sigp; /* w. sigmoid-envlpd ends */
}
//memcpy(bufp, x, sizeof(MYFLT)*ndirect);
while (ndirect--)
*bufp++ = *x++;
signdx = (MYFLT)SLEN - siginc;
for (nn = sigdist; nn--; signdx -= siginc) {
MYFLT *sigp = p->sigmoid + (int32_t)signdx;
*bufp++ = *x++ * *sigp;
}
p->pulslen = pulslen;
}
nostor:
if (p->vocamp < FL(1.0)) { /* if onset */
p->vocinc = p->ampinc; /* set pos voice ramp */
p->switching = 1;
}
} else { /* NON-PERIODIC: */
nonprd:
if (p->vocamp > FL(0.0)) { /* if onset */
p->vocinc = -p->ampinc; /* set neg voice ramp */
p->switching = 1;
}
p->curpuls = NULL; /* start no new pulses */
}
//print_data(p, 3);
/* HARMONIZER */
for (vdp=p->vocdat; vdp<p->vlim; vdp++) /* get new frequencies */
vdp->phsinc = (int32)(*vdp->kfrq * p->sicvt);
outp = p->ar;
//nsmps = csound->ksmps;
vocamp = p->vocamp;
diramp = FL(1.0) - vocamp;
dirp = p->asig;
endp = p->endp;
do { /* insert pulses into output: */
MYFLT sum = FL(0.0);
PULDAT *pdp = p->puldat;
while (pdp < endp) {
addin:
sum += *pdp->srcp++; /* get any ongoing pulsdata */
if (--pdp->cntr <= 0) { /* & phase out if now done */
if (--endp == pdp)
break;
pdp->srcp = endp->srcp;
pdp->cntr = endp->cntr;
goto addin;
}
pdp++;
} /* if time to start a new one */
for (vdp=p->vocdat; vdp<p->vlim; vdp++)
if (vdp->phsinc && (vdp->phase += vdp->phsinc) & (~0xFFFF)) {
vdp->phase &= 0x0000FFFFL;
if (p->curpuls != NULL) { /* & pulses are current */
if (endp < p->limp) { /* set one up */
endp->srcp = p->pulsbuf[p->pbufcnt];
endp->cntr = p->pulslen; /* w. extended len */
endp++;
} else oflow = 1;
}
}
if (p->switching) { /* if v/uv switching */
vocamp += p->vocinc; /* do linear ramp */
if (vocamp <= FL(0.0)) {
vocamp = FL(0.0);
p->switching = 0;
} else if (vocamp >= FL(1.0)) {
vocamp = FL(1.0);
p->switching = 0;
}
diramp = FL(1.0) - vocamp;
}
*outp++ = sum * vocamp + *dirp++ * diramp; /* output combined */
} while (--nsmps);
p->endp = endp;
p->vocamp = vocamp;
if (UNLIKELY(oflow && ++p->hmrngflg > 10)) {
csound->Warning(csound, Str("harmon234: out of range\n"));
p->hmrngflg = 0;
}
if (inp1 >= p->midp) { /* if end of pq bufs */
int32 bsmps = p->nbufsmps;
p->inp1 = p->bufp; /* reset all ptrs */
p->inp2 = p->midp;
if (p->curpuls != NULL)
p->curpuls -= bsmps;
}
else {
p->inp1 = inp1;
p->inp2 = inp2;
}
//print_data(p, 4);
return OK;
}
int32_t harm2set(CSOUND *csound, HARM234 *p)
{
VOCDAT *vdp = p->vocdat;
vdp->kfrq = p->kfrq1; vdp->phase = 0; vdp++;
vdp->kfrq = p->kfrq2; vdp->phase = 0; vdp++;
p->vlim = vdp;
p->polarity = (int16)*p->icpsmode;
p->minoct = *p->kfrq4;
p->cpsmode = ((*p->kfrq3 != FL(0.0)));
return hm234set(csound, p);
}
int32_t harm3set(CSOUND *csound, HARM234 *p)
{
VOCDAT *vdp = p->vocdat;
vdp->kfrq = p->kfrq1; vdp->phase = 0; vdp++;
vdp->kfrq = p->kfrq2; vdp->phase = 0; vdp++;
vdp->kfrq = p->kfrq3; vdp->phase = 0; vdp++;
p->vlim = vdp;
//printf("mode, lowest, polar = %p,%p,%p\n",
// p->icpsmode, p->ilowest, p->ipolarity);
p->polarity = (int16)*p->ilowest;
p->minoct = *p->icpsmode;
p->cpsmode = (*p->kfrq4 != FL(0.0));
//printf("mode, lowest, polar = (%d,%f,%d)\n",
// p->cpsmode, p->minoct, p->ipolarity);
return hm234set(csound, p);
}
int32_t harm4set(CSOUND *csound, HARM234 *p)
{
VOCDAT *vdp = p->vocdat;
vdp->kfrq = p->kfrq1; vdp->phase = 0; vdp++;
vdp->kfrq = p->kfrq2; vdp->phase = 0; vdp++;
vdp->kfrq = p->kfrq3; vdp->phase = 0; vdp++;
vdp->kfrq = p->kfrq4; vdp->phase = 0; vdp++;
p->vlim = vdp;
p->polarity = (int16)*p->ipolarity;
p->minoct = *p->ilowest;
p->cpsmode = (*p->icpsmode != FL(0.0));
return hm234set(csound, p);
}
#define S(x) sizeof(x)
static OENTRY harmon_localops[] =
{
{ "harmon2",S(HARM234),0,3,"a","akkkiip", (SUBR)harm2set, (SUBR)harmon234 },
{ "harmon3",S(HARM234),0,3,"a","akkkkiip", (SUBR)harm3set, (SUBR)harmon234 },
{ "harmon4",S(HARM234),0,3,"a","akkkkkiip",(SUBR)harm4set, (SUBR)harmon234 },
};
LINKAGE_BUILTIN(harmon_localops)
|