Csound & Raspberry Pi & Bela Sensors

Hello! I wrote a Csound waveguide instrument and had it successfully run on the Raspberry Pi. I want to build a pocket synthesizer that uses a Bela trill flex sensor to control the pitch of the instrument. I tried to run the trill opcode example on the Raspberry Pi but it didn’t work. Any ideas on how I can send the i2c data to have the sensor communicate with the Csound? Any suggestions are appreciated!

hi -

not sure what your sensor sends, but usually OSC (Open Sound Control) is
the way to communicate with Csound in this field.

j

Following the thread, how does Csound usually work with Bela trill sensors? Are there any materials that I could check out? Currently seems that the trill opcode is the only way to get trill pad values in Csound, right?