Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: add bang methods to atan2 and math ops
Initial Comment:
Added bang methods to:
atan2 cos sin atan tan sqrt log exp abs
Added arg to:
atan2
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-02-07 10:54
Message:
true.
but i would go for the "none" route, if somebody asked me :-)
anyhow, i'm not aware of any math "unop" that can be banged (but i haven't
dug deep in my memory)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-07 07:45
Message:
objects with a cold inlet store the last value, by definition, so any
object with a cold inlet keeps an internal state. the majority of the math
objects with a cold inlet respond to a bang by using that stored value to
run the calculation again. Either all of the math objects or none of the
math objects should respond to the bang. Its totally arbitrary and
inconsistent to have some that respond and some that don't
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-02-07 00:12
Message:
i understand the argument to [atan2], but why would you need to [bang( all
those messages?
i think it is very nice that they don't have an internal state (and
actually more objects should not be bangable, just because you can)
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-06 20:53
Message:
Well, this patch should cover everything in x_arithmetic.c.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-06 20:11
Message:
For consistency's sake, all of the math objects should respond to the bang
message and accept arguments when they have a second inlet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: add bang methods to atan2 and math ops
Initial Comment:
Added bang methods to:
atan2 cos sin atan tan sqrt log exp abs
Added arg to:
atan2
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-07 07:45
Message:
objects with a cold inlet store the last value, by definition, so any
object with a cold inlet keeps an internal state. the majority of the math
objects with a cold inlet respond to a bang by using that stored value to
run the calculation again. Either all of the math objects or none of the
math objects should respond to the bang. Its totally arbitrary and
inconsistent to have some that respond and some that don't
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-02-07 00:12
Message:
i understand the argument to [atan2], but why would you need to [bang( all
those messages?
i think it is very nice that they don't have an internal state (and
actually more objects should not be bangable, just because you can)
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-06 20:53
Message:
Well, this patch should cover everything in x_arithmetic.c.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-06 20:11
Message:
For consistency's sake, all of the math objects should respond to the bang
message and accept arguments when they have a second inlet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: add bang methods to atan2 and math ops
Initial Comment:
Added bang methods to:
atan2 cos sin atan tan sqrt log exp abs
Added arg to:
atan2
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-02-07 00:12
Message:
i understand the argument to [atan2], but why would you need to [bang( all
those messages?
i think it is very nice that they don't have an internal state (and
actually more objects should not be bangable, just because you can)
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-06 20:53
Message:
Well, this patch should cover everything in x_arithmetic.c.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-06 20:11
Message:
For consistency's sake, all of the math objects should respond to the bang
message and accept arguments when they have a second inlet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Comment added) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miller Puckette (millerpuckette)
Summary: add bang methods to atan2 and math ops
Initial Comment:
Added bang methods to:
atan2 cos sin atan tan sqrt log exp abs
Added arg to:
atan2
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-06 20:53
Message:
Well, this patch should cover everything in x_arithmetic.c.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-06 20:11
Message:
For consistency's sake, all of the math objects should respond to the bang
message and accept arguments when they have a second inlet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: puredata
>Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Miller Puckette (millerpuckette)
>Summary: add bang methods to atan2 and math ops
Initial Comment:
Added bang methods to:
atan2 cos sin atan tan sqrt log exp abs
Added arg to:
atan2
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-06 20:11
Message:
For consistency's sake, all of the math objects should respond to the bang
message and accept arguments when they have a second inlet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: atan2 and math ops bang methods
Initial Comment:
Added bang methods to:
atan2 cos sin atan tan sqrt log exp abs
Added arg to:
atan2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3603652&group_…
Bugs item #3603622, was opened at 2013-02-06 13:55
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3603622&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: language problem
Initial Comment:
I accidantly installed pure data in slovak language, but after next instalation in english, it still is slovak. After system restoring, and new instalation (pd instaler for windows) I choosed english language, and its still in slovak. Can you please somehow help me to have it in english? I have win 7 64bit operation system. Thank you,
sincerely Ondrej Vozarik
odroprod(a)gmail.com
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3603622&group_…
Hey IOhannes,
I don't know if you know about the 'flatgui' library, which includes a
maintained version of entry. You're welcome to maintain the version in
externals/bbogart/entry if you want, but its redundant.
.hc
On 02/06/2013 06:00 AM, pd-cvs-request(a)iem.at wrote:
> Send Pd-cvs mailing list submissions to
> pd-cvs(a)iem.at
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.puredata.info/listinfo/pd-cvs
> or, via email, send a message with subject or body 'help' to
> pd-cvs-request(a)iem.at
>
> You can reach the person managing the list at
> pd-cvs-owner(a)iem.at
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pd-cvs digest..."
>
>
> Today's Topics:
>
> 1. SF.net SVN: pure-data:[17025]
> trunk/externals/bbogart/popup/popup.c (zmoelnig(a)users.sourceforge.net)
> 2. SF.net SVN: pure-data:[17026]
> trunk/externals/bbogart/popup/popup.c (zmoelnig(a)users.sourceforge.net)
> 3. autobuild: pd-extended macosx105-i386 2013-02-06 03.15.20
> (Pd Build User)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 05 Feb 2013 14:06:32 +0000
> From: zmoelnig(a)users.sourceforge.net
> Subject: [PD-cvs] SF.net SVN: pure-data:[17025]
> trunk/externals/bbogart/popup/popup.c
> To: pd-cvs(a)iem.at
> Message-ID: <E1U2jAO-0006yw-S5(a)sfp-svn-4.v30.ch3.sourceforge.com>
> Content-Type: text/plain; charset=UTF-8
>
> Revision: 17025
> http://pure-data.svn.sourceforge.net/pure-data/?rev=17025&view=rev
> Author: zmoelnig
> Date: 2013-02-05 14:06:29 +0000 (Tue, 05 Feb 2013)
> Log Message:
> -----------
> compat with Pd>=0.43
>
> after the GUI rewrite, pd-gui uses 'pdsend' to send messages back
> to Pd, rather than 'pd' (as with Pd<=0.42)
> LATER: check about PdX
>
> Modified Paths:
> --------------
> trunk/externals/bbogart/popup/popup.c
>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 05 Feb 2013 14:25:08 +0000
> From: zmoelnig(a)users.sourceforge.net
> Subject: [PD-cvs] SF.net SVN: pure-data:[17026]
> trunk/externals/bbogart/popup/popup.c
> To: pd-cvs(a)iem.at
> Message-ID: <E1U2jSO-0007U9-TE(a)sfp-svn-4.v30.ch3.sourceforge.com>
> Content-Type: text/plain; charset=UTF-8
>
> Revision: 17026
> http://pure-data.svn.sourceforge.net/pure-data/?rev=17026&view=rev
> Author: zmoelnig
> Date: 2013-02-05 14:25:05 +0000 (Tue, 05 Feb 2013)
> Log Message:
> -----------
> enable sys_getversion for Pd>=0.42
>
> sys_getversion() was introduced with 0.42.0
>
> Modified Paths:
> --------------
> trunk/externals/bbogart/popup/popup.c
>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 6 Feb 2013 04:14:06 -0500 (EST)
> From: pd(a)macosx105-i386.pdlab.puredata.info (Pd Build User)
> Subject: [PD-cvs] autobuild: pd-extended macosx105-i386 2013-02-06
> 03.15.20
> To: pd-cvs(a)iem.at
> Message-ID:
> <20130206091406.CFAEA4F67375(a)macosx105-i386.pdlab.puredata.info>
>
> last 20 errors ----------------------------------------
> rsync error: syntax or usage error (code 1) at /SourceCache/rsync/rsync-35.2/rsync/main.c(1166) [receiver=2.6.9]
> last 15 lines ----------------------------------------
> --bwlimit=KBPS limit I/O bandwidth; KBytes per second
> --write-batch=FILE write a batched update to FILE
> --only-write-batch=FILE like --write-batch but w/o updating destination
> --read-batch=FILE read a batched update from FILE
> --protocol=NUM force an older protocol version to be used
> -E, --extended-attributes copy extended attributes
> -4, --ipv4 prefer IPv4
> -6, --ipv6 prefer IPv6
> --version print version number
> (-h) --help show this help (-h works with no other options)
>
> Use "rsync --daemon --help" to see the daemon-mode command-line options.
> Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.
> See http://rsync.samba.org/ for updates, bug reports, and answers
> rsync error: syntax or usage error (code 1) at /SourceCache/rsync/rsync-35.2/rsync/main.c(1166) [receiver=2.6.9]
>
> the full logfile - if it has been succesfully uploaded - can be viewed at:
> http://autobuild.puredata.info/auto-build/2013-02-06/logs/2013-02-06_03.15.…
>
>
>
> ------------------------------
>
> _______________________________________________
> Pd-cvs mailing list
> Pd-cvs(a)iem.at
> http://lists.puredata.info/listinfo/pd-cvs
>
>
> End of Pd-cvs Digest, Vol 96, Issue 6
> *************************************
>
Bugs item #3603475, was opened at 2013-02-05 15:57
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3603475&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: v0.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [oggread~] not providing patch's relative path
Initial Comment:
Pd version 0.42.5-extended
Mac OS X 10.5.8/Intel
built-in sound
[oggread~] provides it's own external locate relative path when openning a file instead of providing the relative to the patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3603475&group_…