Re: [PD] See "-d" flag's output on windows console

2018-10-05 Thread Miller Puckette
I'm not sure, but I think you can say "pd.com" instead of "pd.exe" to get the output on the terminal window. Also, you can then use "-stderr" to reroute Pd console printout there. cheers Miller On Fri, Oct 05, 2018 at 04:29:16PM +, Henri Augusto Bisognini wrote: > Hi > > I'm trying to use

[PD] See "-d" flag's output on windows console

2018-10-05 Thread Henri Augusto Bisognini
Hi I'm trying to use the windows console to get PD's debug output when using the "-d" flag. The only way i've managed to do that is by using pd.exe -d 3 1>log.txt 2>&1 But this writes the output to a file. Is there any way to see this output on the console itself? (like when running $ pd -d

Re: [PD] trouble enabling Jack on Ubuntu compile

2018-10-05 Thread Dan Wilcox
As a followup: https://github.com/pure-data/pure-data/blob/master/INSTALL.txt#L165 All other steps are very common for the autotools/make paradigm which is explained, more or less, step by step for beginners in the

Re: [PD] trouble enabling Jack on Ubuntu compile

2018-10-05 Thread Roman Haefeli
On Fri, 2018-10-05 at 08:58 +0200, Max wrote: > On 04.10.2018 23:58, Antoine Rousseau wrote: > > maybe there is a way that the configure gives a better hint at > > what's missing? > > > > > > there is (at least) one: > > https://github.com/pure-data/pure-data/pull/507 > > ;-) > >

Re: [PD] trouble enabling Jack on Ubuntu compile

2018-10-05 Thread Max
On 04.10.2018 23:58, Antoine Rousseau wrote: maybe there is a way that the configure gives a better hint at what's missing? there is (at least) one: https://github.com/pure-data/pure-data/pull/507 ;-) Awesome! Jokes aside, the installation has become a lot easier and streamlined in

Re: [PD] weird error when choosing alsa midi linux

2018-10-05 Thread Antoine Rousseau
It seems you were not actually using 0.49, as this was fixed a month ago, before 0.49 release (and AFAICT you already reported it in august). See https://github.com/pure-data/pure-data/issues/407 Le ven. 5 oct. 2018 à 03:42, pat pagano a écrit : > when configuring alsa midi on 0.49 linux > >