Re: [PD] Can't load external I put together and want to test

2017-12-26 Thread Alexandros
On 26/12/2017 12:00 πμ, katja wrote: (on top of my head) even when an executable is found by pd, some things can still go wrong; - a symbol is not found - required arguments aren't supplied If a (function) symbol is not found, I think that pd would mention that in verbose mode. Is there no re

Re: [PD] Can't load external I put together and want to test

2017-12-26 Thread Claude Heiland-Allen
On 26/12/17 16:33, Alexandros wrote: load_object: Symbol "sync_phasor_tilde_setup" not found There is a sync_phasor_tilde_setup() method in my code though. It's this: void sync_phasor_tilde_setup(void) Maybe this should be: extern void sync_phasor_tilde_setup(void) For Windows there may be

Re: [PD] Can't load external I put together and want to test

2017-12-26 Thread Alexandros
On 26/12/2017 06:40 μμ, Claude Heiland-Allen wrote: On 26/12/17 16:33, Alexandros wrote: load_object: Symbol "sync_phasor_tilde_setup" not found There is a sync_phasor_tilde_setup() method in my code though. It's this: void sync_phasor_tilde_setup(void) Maybe this should be: extern void

Re: [PD] no more compiled version for raspberry pi?

2017-12-26 Thread IOhannes m zmölnig
On 12/25/2017 10:30 PM, Alexandre Torres Porres wrote: > 2017-12-25 19:25 GMT-02:00 Dan Wilcox : > >> Or they can build and install as it should be relatively easy... >> > > Agree, it should! But I see many clueless people trying out raspberry pi > without much clue on how to do that sort of thin

Re: [PD] no more compiled version for raspberry pi?

2017-12-26 Thread IOhannes m zmölnig
On 12/25/2017 10:26 PM, Alexandros wrote: >> I don't think so > I guess it depends on the Linux flavor and whatever software it has in > its repositories. I remember with Raspbian getting older Pd versions > with apt-get. then you should just enable backports in your apt sources¹. since Debian/st

Re: [PD] How to get off verbose mode?

2017-12-26 Thread Antoine Rousseau
> > Setting the -verbose flag adds it to the startup flags and if you *save* > the settings the flag is saved as well In fact, on Linux at least, you don't even need to *save* the settings: clicking "Apply" or "OK" buttons of Path and Startup dialogs "auto"-saves (all) the settings. to pd-devs: