Csound Csound-dev Csound-tekno Search About

[Csnd-dev] Help requested

Date2018-10-28 15:25
FromJohn
Subject[Csnd-dev] Help requested
The opcode clear writes to its inputs (arguments).  Do you know any
other opcodes that do this?  I need to adjust for parallel execution.

Date2018-10-28 16:26
FromMichael Gogins
SubjectRe: [Csnd-dev] Help requested
The linear algebra opcodes do this as I recall.

On Sun, Oct 28, 2018, 11:25 John <jpff@codemist.co.uk wrote:
The opcode clear writes to its inputs (arguments).  Do you know any
other opcodes that do this?  I need to adjust for parallel execution.
==John ffitch

Date2018-10-28 19:52
FromMauro Giubileo
SubjectRe: [Csnd-dev] Help requested

The "fini" opcode writes values in its inputs:

fini ifilename, iskipframes, iformat, in1 [, in2] [, in3] [, ...]

Regards,
Mauro

Il 2018-10-28 16:25 John ha scritto:

The opcode clear writes to its inputs (arguments).  Do you know any
other opcodes that do this?  I need to adjust for parallel execution.
==John ffitch