Changeset 25 for branches/zorg/src/synth_filter.c
- Timestamp:
- 09/17/06 20:10:29 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/zorg/src/synth_filter.c
r18 r25 335 335 V -= 64; 336 336 Calculate_New_V ( Y, V ); 337 if(OutData) 337 338 { 338 339 MPC_SAMPLE_FORMAT * Data = OutData; … … 366 367 367 368 Synthese_Filter_float_internal( 368 OutData ,369 OutData? OutData +1: NULL, 369 370 (MPC_SAMPLE_FORMAT *)(d->V_L + MPC_V_MEM), 370 371 (MPC_SAMPLE_FORMAT *)(d->Y_L [0])); … … 374 375 375 376 Synthese_Filter_float_internal( 376 OutData + 1,377 OutData? OutData +1: NULL, 377 378 (MPC_SAMPLE_FORMAT *)(d->V_R + MPC_V_MEM), 378 379 (MPC_SAMPLE_FORMAT *)(d->Y_R [0]));
Note: See TracChangeset
for help on using the changeset viewer.