Changeset 72741f4 in buchla-68k for ram/wdfield.c
- Timestamp:
- 11/15/2017 07:28:55 PM (7 years ago)
- Branches:
- master
- Children:
- 00c31a2
- Parents:
- 7c5def4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/wdfield.c
r7c5def4 r72741f4 198 198 ip = &vbufs[curvce]; /* instrument definition */ 199 199 200 ov = curwslt ? &ip->idhwvbo /* offsets in definition */201 : &ip->idhwvao;200 ov = curwslt ? ip->idhwvbo /* offsets in definition */ 201 : ip->idhwvao; 202 202 203 203 cwnp = wdcurct[curwdth][0]; /* number of points effected */ … … 271 271 272 272 ip = &vbufs[curvce]; 273 ov = curwslt ? &ip->idhwvbo : &ip->idhwvao;273 ov = curwslt ? ip->idhwvbo : ip->idhwvao; 274 274 275 275 ov[curwpnt] = curwoff << 5; /* force current point value */ … … 411 411 case 2: /* harmonic selected */ 412 412 413 hv = curwslt ? &ip->idhwvbh : &ip->idhwvah;413 hv = curwslt ? ip->idhwvbh : ip->idhwvah; 414 414 415 415 curwhrv = abs(hv[curwhrm]) - cyrate; … … 514 514 515 515 ip = &vbufs[curvce]; 516 hv = curwslt ? &ip->idhwvbh : &ip->idhwvah;516 hv = curwslt ? ip->idhwvbh : ip->idhwvah; 517 517 518 518 if (hitbox EQ 0) { /* waveshape area */
Note:
See TracChangeset
for help on using the changeset viewer.