Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion firmware/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ void loop() {
mpr_sig_set_value(lm.touch, 0, capsense.touchStripsSize, MPR_INT32, &capsense.data);
#endif

// when finished updating libmapper signal values
mpr_dev_update_maps(lm_dev);

// Sending continuous OSC messages
if (puara.IP1_ready()) {

Expand Down Expand Up @@ -846,4 +849,4 @@ void initIMU() {
imu.settings.mag.operatingMode = 0; // Continuous mode

imu.begin();
}
}