csound / csound

Main repository for Csound
https://csound.com
GNU Lesser General Public License v2.1
1.24k stars 191 forks source link

skip initialization for pvs #1718

Open tjingboem opened 1 year ago

tjingboem commented 1 year ago

For the pvsynth and other pvs opcodes, the skip initialization option (for tied notes) is not implemented: ares pvsynth fsrc, [iinit] ---- iinit -- not yet implemented. ares pvsadsyn fsrc, inoscs, kfmod [, ibinoffset] [, ibinincr] [, iinit]

Sometimes i read in the manual: This is not currently implemented for any of these opcodes, and it remains to be seen if it is even practical.

tjingboem commented 1 year ago

@vlazzarini skipping initialization for all pvs opcodes that convert a f-signal to an a-signal, would that make sense?