sensel-api
sensel-api copied to clipboard
Sensel C API on iOS?
I am able to build the sensel API for iOS and connect the Sensel Morph via bluetooh and with a wired connection, but the API is unable to opendir("\dev\") to find the device.
Here is a permalink to the relevant line: https://github.com/sensel/sensel-api/blob/0b117e17c0c9c2eaf62366892dec4773e1a73de0/sensel-lib/src/sensel_serial_linux.c#L303
I assume the path is either different on iOS or is safeguarded by the OS itself. Is it at all possible to access the Sensel Morph on iOS? Since the notes application, the OS, and other MIDI applications respond to Sensel input, I would think there would be some way.