[PD] 0.48-1 final release? (was: no more compiled version for raspberry pi?)

2017-12-25 Thread Alexandre Torres Porres
2017-12-25 19:23 GMT-02:00 Miller Puckette : > Ah, OK, I'll start putting them out again. (I'm trying to get a bugfix > release together these days, will wait til that's ready.) > You mean the final release, right? Shahrokh was promising a new version of expr 'til the end of the year. My main c

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

2017-12-25 Thread Alexandre Torres Porres
I'm sure it's easy, and It's also easy to build for mac. It's easy to build my externals for the pi, but I like to provide it for all platforms on deken anyway, cause... it's easier. cause there are people out there that need this, that would benefit from it. And there are people here, if Miller c

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

2017-12-25 Thread Fede Camara Halac
Totally agree with Dan here, it's really simple and straightforward. All one really needs is the dependencies, and that could be very easily obtained. cheers!! Fede fdch.github.io/tv > On Dec 25, 2017, at 4:55 PM, Dan Wilcox wrote: > > Also, Merry Christmas! > > Didn't mean sound negati

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

2017-12-25 Thread Alexandre Torres Porres
2017-12-25 20:00 GMT-02:00 katja : > (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 th

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

2017-12-25 Thread katja
(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 relevant warning at all? Katja On Mon, De

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

2017-12-25 Thread Dan Wilcox
Also, Merry Christmas! Didn't mean sound negative. Maybe what I meant to say was more like: "YOU have the tools to build it, too. It's not that hard." :) > On Dec 25, 2017, at 10:32 PM, Dan Wilcox wrote: > > That's why there is a long and detailed INSTALL.txt. > > I'd say it might be more hel

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

2017-12-25 Thread Alexandros
On 25/12/2017 11:40 μμ, Dan Wilcox wrote: Hr maybe it saved in your preferences file somewhere? You could try clearing the prefs. Dunno beyond that. Didn't think about that! It did get saved in .pdsettings (there was a verbose: 1 there, I changed it to 0). Thanks for the hint! __

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

2017-12-25 Thread Dan Wilcox
Hr maybe it saved in your preferences file somewhere? You could try clearing the prefs. Dunno beyond that. > On Dec 25, 2017, at 10:39 PM, Alexandros wrote: > > > > On 25/12/2017 11:37 μμ, Dan Wilcox wrote: >> Setting the -verbose flag adds it to the startup flags and if you *save* the >> se

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

2017-12-25 Thread Alexandros
On 25/12/2017 11:37 μμ, Dan Wilcox wrote: Setting the -verbose flag adds it to the startup flags and if you *save* the settings the flag is saved as well. Open the Startup preferences and remove the flag. I opened an issue on Github about changing the behavior of the startup flags like this

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

2017-12-25 Thread Dan Wilcox
Setting the -verbose flag adds it to the startup flags and if you *save* the settings the flag is saved as well. Open the Startup preferences and remove the flag. I opened an issue on Github about changing the behavior of the startup flags like this. > On Dec 25, 2017, at 10:26 PM, pd-list-req

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

2017-12-25 Thread Alexandros
On 25/12/2017 11:35 μμ, Alexandre Torres Porres wrote: 2017-12-25 19:33 GMT-02:00 Alexandros >: Then why don't you think that apt-get doesn't always give the latest Pd version? I don't get the question. I thought we were agreeing not seeing apt-get giving us

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

2017-12-25 Thread Alexandre Torres Porres
2017-12-25 19:33 GMT-02:00 Alexandros : > > Then why don't you think that apt-get doesn't always give the latest Pd > version? > I don't get the question. I thought we were agreeing not seeing apt-get giving us the latest Pd version. Anyway, I'm actually just REALLY clueless on linux, and my linu

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

2017-12-25 Thread Alexandros
On 25/12/2017 11:31 μμ, Alexandre Torres Porres wrote: 2017-12-25 19:26 GMT-02:00 Alexandros >: On 25/12/2017 11:24 μμ, Alexandre Torres Porres wrote: 2017-12-25 19:15 GMT-02:00 Alexandros mailto:adr...@gmail.com>>: On 25/12/2017 10:40 μμ, Mi

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

2017-12-25 Thread Dan Wilcox
That's why there is a long and detailed INSTALL.txt. I'd say it might be more helpful if the *community* could wrangle providing Pd builds for smaller platforms like RPI then perhaps expecting Miller to provide *all* the builds in addition to the other stuff he does. > On Dec 25, 2017, at 10:30

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

2017-12-25 Thread Alexandre Torres Porres
2017-12-25 19:23 GMT-02:00 Miller Puckette : > I'm trying to get a bugfix release togetehr these days, will wait til > that's ready. > HO HO HO ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/lis

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

2017-12-25 Thread Alexandros
I just put together some pieces of Pd's source code to make an external, and even though it compiles without a problem (using Katja's Makefile.pdlibbuilder), Pd just can't load it. Using verbose mode I see that Pd tries a bunch of directories, and even though this line is included: tried /hom

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

2017-12-25 Thread Alexandre Torres Porres
2017-12-25 19:26 GMT-02:00 Alexandros : > > > On 25/12/2017 11:24 μμ, Alexandre Torres Porres wrote: > > > > 2017-12-25 19:15 GMT-02:00 Alexandros : > >> >> >> On 25/12/2017 10:40 μμ, Miller Puckette wrote: >> >>> I don't know that anyone's using them... probably most people will >>> download >>>

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

2017-12-25 Thread Alexandre Torres Porres
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 thing :) ___ Pd-list@lists.

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

2017-12-25 Thread Alexandros
On 25/12/2017 11:24 μμ, Alexandre Torres Porres wrote: 2017-12-25 19:15 GMT-02:00 Alexandros >: On 25/12/2017 10:40 μμ, Miller Puckette wrote: I don't know that anyone's using them... probably most people will download via apt-get.

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

2017-12-25 Thread Dan Wilcox
Or they can build and install as it should be relatively easy... > On Dec 25, 2017, at 10:15 PM, pd-list-requ...@lists.iem.at wrote: > > From: Miller Puckette mailto:m...@ucsd.edu>> > To: Alexandre Torres Porres mailto:por...@gmail.com>> > Cc: Pd-List mailto:pd-list@lists.iem.at>> > Subject: Re:

[PD] How to get off verbose mode?

2017-12-25 Thread Alexandros
I started Pd with the verbose flag via the terminal, and since then it just launches in verbose mode, even if I don't use the flag, or if I launch it via its launcher icon. Why is this happening? I'm on Ubuntustudio 17.10 and Pd-0.48-0. Happy holidays everyone! _

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

2017-12-25 Thread Alexandre Torres Porres
2017-12-25 19:15 GMT-02:00 Alexandros : > > > On 25/12/2017 10:40 μμ, Miller Puckette wrote: > >> I don't know that anyone's using them... probably most people will >> download >> via apt-get. >> > I was using it... apt-get doesn't always gives the latest version, right? I don't think so ___

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

2017-12-25 Thread Miller Puckette
Ah, OK, I'll start putting them out again. (I'm trying to get a bugfix release togetehr these days, will wait til that's ready.) cheers Miller On Mon, Dec 25, 2017 at 11:15:06PM +0200, Alexandros wrote: > > > On 25/12/2017 10:40 μμ, Miller Puckette wrote: > > I don't know that anyone's using t

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

2017-12-25 Thread Pagano, Patrick
MIller! I am please continue if it's not too much trouble there is a whol eocmmunity forming around the pisound device and we would be VERY grateful Happy Holidays!! Patrick Patrick Pagano B.S, M.F.A Assistant Professor in Residence Digital Media & Design Web & Interactive Technologies

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

2017-12-25 Thread Alexandros
On 25/12/2017 10:40 μμ, Miller Puckette wrote: I don't know that anyone's using them... probably most people will download via apt-get. I was using it... apt-get doesn't always gives the latest version, right? ___ Pd-list@lists.iem.at mailing list U

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

2017-12-25 Thread Miller Puckette
I don't know that anyone's using them... probably most people will download via apt-get. cheers M On Mon, Dec 25, 2017 at 05:19:19PM -0200, Alexandre Torres Porres wrote: > Hi, any reason why there's not versions for raspberry at > http://msp.ucsd.edu/software.html ? > > cheers > __

[PD] no more compiled version for raspberry pi?

2017-12-25 Thread Alexandre Torres Porres
Hi, any reason why there's not versions for raspberry at http://msp.ucsd.edu/software.html ? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list