On 9/3/18 7:55 PM, Matt Davey wrote:
static void tabwrite2_tilde_setup(void)
if you want your setup-function to be visible for Pd (so it can find and call it), it must not be static.
you should also run "pd -verbose" AND raise the verbosity in the Pd-console to maximum AND watch the terminal for spurious outputs. chances are, there was an error message saying "unable to find tabwrite2_tilde_setup".
mgfasdr IOhannes
PS: source code is best sent as attachment (and a link to a repository).