Re: [Csnd] [EXTERNAL] Re: [Csnd] Naive question about the API
Date | 2023-01-11 17:05 |
From | Victor Lazzarini |
Subject | Re: [Csnd] [EXTERNAL] Re: [Csnd] Naive question about the API |
Those API functions are not used to set Csound global variables, they are used to set C variables/memory in the Csound object. Csound code does not have access to them.
As Giovanni said, the only way to set global variables is via compilation, or through Csound
events (using pfields to instruments), or try chnexport
You can also use function tables to pass data from and to a host.
Prof. Victor Lazzarini
Maynooth University
Ireland
On 11 Jan 2023, at 14:25, Dave Seidel <dave.seidel@gmail.com> wrote:
|