[Csnd] chnget works but invalue does not?
Date | 2017-12-03 09:00 |
From | Richard |
Subject | [Csnd] chnget works but invalue does not? |
In my python Csound server I pass a value from a slider with: def setChan(self, chan, valu): self.csound.SetChannel(str(chan), float(valu)) in the running csd I noticed that invalue does not work: kpit invalue "pitch"
but chnget does work: kpit chnget "pitch"
Am I missing something? Richard
|
Date | 2017-12-03 09:05 |
From | Victor Lazzarini |
Subject | Re: [Csnd] chnget works but invalue does not? |
yes, for invalue you need to set a callback.
http://csound.com/docs/api/group__CONTROLEVENTS.html
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|