Using the API on M1 Macs

just a quick update: I managed to build the M1 version natively on my mac by

  1. installing the provided package (which installs an X86-based version of LibSenselDecompress.dylib into /usr/local/lib
  2. compile the XCode project without the SENSEL_PRESSURE flag (default setting).
  3. move the resulting libSensel.dylib from the Products/Debug folder to /usr/local/lib.

I am unsure what “The sensel-lib directory builds without forces by default.” from the README means; So far, everything seems to work with my senselosc app… but I also do not use the raw data in it (which I guess is what is meant with “forces”).

I added an issue on the github page