[PD] [PD-announce] pd 0.48-0 released

2017-08-13 Thread Miller Puckette
To Pd-announce: Pd version 0.48-0 is available on http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data cheers Miller ___ Pd-announce mailing list pd-annou...@lists.iem.at

[PD] bad window path name error on dynamic patching

2017-08-13 Thread Zack Lee
Hi, I created a simple patch that creates & destroys objects by dynamic patching. But when I send the message "vis 1, editmode 1, mouse 0 0 0 0, cut, vis 0" to a sub patch, suddenly, an error message pops up saying "Error: bad window path name ".x10031fa80.c" And if I hit 'details' button, it

Re: [PD] weird slider zooming

2017-08-13 Thread Miller Puckette
I should give this a look - but for now had better limit myself to trying to patch it u pthe way it currently works. thanks Miller On Sun, Aug 13, 2017 at 09:16:34AM +0200, Fred Jan Kraan wrote: > > On 12-08-17 22:34, Miller Puckette wrote: > >That was a bug - thanks for reporting it. Should

Re: [PD] tri function in [expr~]

2017-08-13 Thread Matt Davey
>when is it necessary to force expr~ to consider a number as a float by using a decimal? If you divide an integer by another integer, it will only output an integer, so you need to add the decimal in that case. i think it only matters for division, as addition subtraction and multiplication of

Re: [PD] tri function in [expr~]

2017-08-13 Thread Claude Heiland-Allen
Hi Derek, On 2017-08-13 17:33, Derek Holzer via Pd-list wrote: Dear list, I am transcribing some code from C to Pd expressions, and I am wondering how I might best get the tri function working since it's not native to expr. My favourite triangle function is more expensive (division,

[PD] tri function in [expr~]

2017-08-13 Thread Derek Holzer via Pd-list
Dear list, I am transcribing some code from C to Pd expressions, and I am wondering how I might best get the tri function working since it's not native to expr. I have been using this expression as my triangle function: (min($v1, 1- $v1) - 0.25) * 4 So for this example: wave_x =

[PD] pd-csound on raspbian

2017-08-13 Thread Dirk Stromberg
Dear List, I am having issues getting csound6~ to work on raspbian. I have managed to get it to work on ubuntu mate, but there seems to be an issue with the installation on raspbian. The error is flagged in the pd console: "undefined symbol: canvas_dspstate" not sure why the installation of

Re: [PD] weird slider zooming

2017-08-13 Thread Fred Jan Kraan
On 12-08-17 22:34, Miller Puckette wrote: That was a bug - thanks for reporting it. Should be fixed on gihub now. Some time ago I fixed this issue and all the others I could find (numbox, label font size, x-let position and size) and posted this at pd-dev. The approach is a bit different