Hi All,
In the Christmas break I’ve been building a prototype arduino shield based controller with a couple of knobs, 4 footswitches and a couple of expresssion pedal inputs, with OLED displays (one at the moment but hoping to have one above each footswitch).
The control side is working OK so far but I’m getting an error trying to read the control labels to put on the display. Interestingly I get the same error when trying to compile the “Displays” example code, so either something has broken in recent releases or I’m running with an old library or something?
The code breaks on this line in the Displays example:
writeNames(assignment->actuator_id, assignment->label.size, 0);
with this error:
‘cc_assignment_t’ has no member named ‘label’
Any thoughts?
Thanks
Ian