Csound Csound-dev Csound-tekno Search About

Re: operating on the samples

Date1999-07-05 23:05
Fromrasmus ekman
SubjectRe: operating on the samples
pete moss wrote:
> 
> gint init 1
> /.../
> gint = gint + 1
> 
> i am having the problem in that gint is never changing. 

gint is a (g)lobal (i)nit-time variable. The name must start
with "gk..." for the switch to work.