- Edited
Hi,
When I use a simple mic test example, the electret microphone I use works, with live monitoring and all. When I add the
- render.cpp file, the
- I2C_MPR121.cpp
- I2C_MPR121.h
for the mpr121 Touch chip to this _main.pd patch, my microphone does not come through.
Same for a simple osc patch. No sound when the cpp's and .h files are added.
In the Console output from Bela I get:
Building project ...
Building render.cpp...
...done
Building I2C_MPR121.cpp...
...done
Extracting dependencies of library Midi
Extracting dependencies of library Scope
Extracting dependencies of library UdpServer
Linking...
...done
Build finished
Running project ...
Running Pd 0.48-2
No MIDI device enabled
bonk version 1.5
fiddle version 1.1 TEST4
pique 0.1 for PD version 23
sigmund~ version 0.07
root@bela ~/Bela#
---> Could it be midi related? I have no idea how to solve this. The render.cpp file for running the mpr121 is full of code around midi, but I don't know how they interact with the chip's being. In fact I have tried to take it out, but that was totally dramatic..
My patches with these files worked in August 2019
Here they are: