Csound Csound-dev Csound-tekno Search About

how works updateValuesFromCsound?

Date2017-05-05 12:17
FromAndrea Strappa
Subjecthow works updateValuesFromCsound?
Hi list,

In a java file of Android studio, I would get a value from Csound to change an imageView. I can't receive k-rate (or i-rate) change.

This code:
float imageValue =  csoundObj.getCsound().GetChannel("setImage");

send always 0.

Do you give me a little snippet to receive a k-rate stream?

I tried also with "CsoundBinding interface Definition", updateValueFromCsound(), but I do know how to juggle.

All the best.

Andrea S.