Re: [PD] Windows nightly builds are back

2011-12-14 Thread katja
On Tue, Dec 13, 2011 at 10:41 PM, Hans-Christoph Steiner h...@at.or.at wrote: I finally got into the secret room to reboot the Windows build server.  There is a Pd-extended build going right now, hopefully it'll be successful and post here: http://autobuild.puredata.info/auto-build/ I

[PD] sending command lines with pd (windows)

2011-12-14 Thread Patrice Colet
hello, I'm trying to get rtsp streams that would be processed with pd. One simple solution is about using mplayer through command line from pd. with popen: I had to get an old popen external for doing this because the last release doesn't work on windows vista. The problem I'm getting is

[PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Alexandre Torres Porres
Hi there, just noticed that [cartopol~] outputs phases that are negative when they should be positive and vice versa. this is in comparison to [cartopol] and even [atan2~] or [expr~ atan2($v2, $v1)] cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Alexandre Torres Porres
I made a report as nobody 2011/12/14 Alexandre Torres Porres por...@gmail.com Hi there, just noticed that [cartopol~] outputs phases that are negative when they should be positive and vice versa. this is in comparison to [cartopol] and even [atan2~] or [expr~ atan2($v2, $v1)] cheers

Re: [PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Mathieu Bouchard
Le 2011-12-14 à 14:20:00, Alexandre Torres Porres a écrit : Hi there, just noticed that [cartopol~] outputs phases that are negative when they should be positive and vice versa. this is in comparison to [cartopol] and even [atan2~] or [expr~ atan2($v2, $v1)] Looking at the source code of

Re: [PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Mathieu Bouchard
Le 2011-12-14 à 14:36:00, Alexandre Torres Porres a écrit : nevertheless, output here is different, as I described Wait, I missed an unexpected minus sign on a different line. Yes, the result is different, because [cyclone/cartopol~] does this instead :  [expr~ hypot($v1,-$v2) ;

Re: [PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Alexandre Torres Porres
I dont have hypot in expr, by the way... cheers 2011/12/14 Mathieu Bouchard ma...@artengine.ca Le 2011-12-14 à 14:36:00, Alexandre Torres Porres a écrit : nevertheless, output here is different, as I described Wait, I missed an unexpected minus sign on a different line. Yes, the result

Re: [PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Mathieu Bouchard
Le 2011-12-14 à 14:42:00, Alexandre Torres Porres a écrit : I dont have hypot in expr, by the way...cheers Oh, sorry. It's a standard libm function. It's also in [#expr]. But in [expr] or [expr~], you can also do it easily : [expr~ sqrt($v1*$v1+$v2*$v2)]

Re: [PD] cartopol~ outputs inverted phases (bug report)

2011-12-14 Thread Alexandre Torres Porres
by the way, [poltocar~] needs to be revised as well, since it's synchronized to [cartopol~]'s inverted phases. cheers 2011/12/14 Mathieu Bouchard ma...@artengine.ca Le 2011-12-14 à 14:42:00, Alexandre Torres Porres a écrit : I dont have hypot in expr, by the way...cheers Oh, sorry. It's

[PD] Add or subtract the number 1 from number box

2011-12-14 Thread Sebastian Valenzuela
Hi, Fairly simple idea, but my teacher and I can't wrap our heads around it. I'd like to change the value in a number box by pressing a button to subtract 1 and another button to add 1 to a number. I know i can just click and drag the number in a number box, but i'd like the individual step-wise

Re: [PD] Add or subtract the number 1 from number box

2011-12-14 Thread i go bananas
[1 ( | [+ ]x [nbx ) see attached patch if that's not clear. On Thu, Dec 15, 2011 at 1:01 PM, Sebastian Valenzuela svalenzuelamu...@gmail.com wrote: Hi, Fairly simple idea, but my teacher and I can't wrap our heads around it. I'd like to change the value in a number box by pressing a

Re: [PD] Add or subtract the number 1 from number box

2011-12-14 Thread Jonathan Wilkes
See attached, as well as doc/2.control.examples (esp. 05.counter.pd) -Jonathan From: Sebastian Valenzuela svalenzuelamu...@gmail.com To: Pure Data Forum pd-list@iem.at Sent: Wednesday, December 14, 2011 11:01 PM Subject: [PD] Add or subtract the number 1

Re: [PD] Windows nightly builds are back

2011-12-14 Thread Hans-Christoph Steiner
On Dec 14, 2011, at 5:31 AM, katja wrote: On Tue, Dec 13, 2011 at 10:41 PM, Hans-Christoph Steiner h...@at.or.at wrote: I finally got into the secret room to reboot the Windows build server. There is a Pd-extended build going right now, hopefully it'll be successful and post here:

Re: [PD] Add or subtract the number 1 from number box

2011-12-14 Thread tim vets
alternatively, see [accum] (cyclone) gr, Tim 2011/12/15 Jonathan Wilkes jancs...@yahoo.com See attached, as well as doc/2.control.examples (esp. 05.counter.pd) -Jonathan -- *From:* Sebastian Valenzuela svalenzuelamu...@gmail.com *To:* Pure Data Forum