Hi,
I'm trying to find the version of pure data BELA is running, because I want to compile an external for it.
https://github.com/porres/pd-else is nearing it's 1.0 version (scheduled date April 9th) And it would be great to have it on BELA. It needs at least Pd 0.56.2
I'm running a BELA GEM, with the stock firmware and recent updates. I tried to find the version, by ssh-ing into the bela, running PS aux and looking for the Pd binary, so I could do a "pd -version" which on my laptop prints the version.
I found a nice forum post here on how to to compile externals, so I'll try that, but curious anyway how this works.
My project files seem to be turned into a binary file, no idea how that is connected to pd, but I'm guessing it is some sort of wrapper for libpd? If so I still need to know the libpd version? I tried looking in ~/Bela/libraries/libpd/build but It does not contain any version info