I'd like to be able to successfully run Jerobean Fenderson's Nuclear Black Noise patch on my Pi, but I'm missing tabletool, and I can't find it for my platform. Has anyone compiled tabletool for Linux/Raspbian?
-
Tabletool for PD on Raspbian?
-
@henrybirdseye It is very easy to compile from source in Linux.
Go to https://github.com/wbrent/timbreID and click the green "Clone or Download" button.
One you have it all unzipped on your Pi read the Install.txt file so you know how to install it for Pd.
Then open a terminal.
CD into the new TimbreID-master folder and type....
make
then enter, and it will compile the library for your system.
David. -
@whale-av I copied tID/ to /usr/lib/puredata/extra entered the tID folder, typed 'make' got a whole bunch of stuff in the console.
Where did the output of that make go to?
-
@henrybirdseye Not sure, but it should have gone to Pd/extra/timbreIDLib
If not then do a search for timbreIDLib and then move it to the extra folder.
It looks like timbreIDLib will contain files like "help/attackTime~-help.pd" and "help/bark-help.pd"
David. -
No results for that search, searching from "/". Do you mean "/usr/lib/pd/extra"? Nothing in there either.
-
@henrybirdseye Strange. I shall have to read all of "makefile" and "install.txt" and try to understand what it has done. Were there any errors during make?
David. -
@henrybirdseye I have read the "install.txt" file that I mentioned above and it is more complex. Did you install pd-lib-builder and fftw.....? The instructions are all in the "install.txt" file and need to be followed.
But just a thought.
Often other people have made libraries available through Deken...... In the Pd console "help" "Find Externals".... and you could be lucky.
David. -
@whale-av I got fftw compiled, and proceeding to do pd-lib-builder. the install.txt file pd-lib-builder completely lost me.
I did not get lucky in any way with "Find Externals".