Hey all,

Been trying to figure out if it is possible to use a library such as iemmatrix with PDParty (iOS). I was looking into compiling the source myself, as it seems that when you install this library from PureData it detects what system you are on and gives you specific library files (dll on win, dylib on Mac, etc) unlike other libraries I have installed which seem to just dump compiled binaries for multiple system configurations. I'm assuming I will have to build this library myself somehow (or find a way to fetch the appropriate compiled library from wherever PureData externals fetches from) in order for it to be compatible.

Has anybody dealt with this much? I am not very familiar with iOS development so I am shooting in the dark a bit here.

Thanks in advance!