[PD-dev] [ pure-data-Bugs-3614224 ] template.pd_linux not created

2013-06-01 Thread SourceForge . net
Bugs item #3614224, was opened at 2013-06-01 10:36
Message generated for change (Tracker Item Submitted) made by funsseelen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614224group_id=55736

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: pd-devel
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Funs Seelen (funsseelen)
Assigned to: Nobody/Anonymous (nobody)
Summary: template.pd_linux not created

Initial Comment:
Using the MakefileTemplate (version 1.0.14) by H.C. Steiner on debian/ubuntu no 
.pd_linux file is created when typing `make' or `make install'. Now every 
single class has to be loaded separately. `make clean' actually does remove any 
mylibrary.pd_linux although it has never existed.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614224group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3614187 ] stdout/closing patch = Tcl INVALID COMMAND NAME

2013-05-31 Thread SourceForge . net
Bugs item #3614187, was opened at 2013-05-31 07:48
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614187group_id=55736

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: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: stdout/closing patch = Tcl INVALID COMMAND NAME

Initial Comment:
The following error is produced when saving [stdout] to a blank patch and then 
attempting to close it. Mac OS 10.8.3/Intel, Pd vanilla 0.44-3.

(Tcl) INVALID COMMAND NAME: invalid command name Pt_Start() while executing 
Pt_Start() called (uplevel body line 1) invoked from within uplevel #0 
$docmds

.x291320: no such object

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614187group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3614055 ] crash when creating an object

2013-05-28 Thread SourceForge . net
Bugs item #3614055, was opened at 2013-05-28 07:49
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614055group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: crash when creating an object

Initial Comment:
Pd-extended 0.43.4
Ubuntu Studio 13.04 64 bit
Lenovo IdeaPad N581

Pd-extended crashes when i open a patch - create an object and type in. It 
crashes always on the 4th letter when i try to create an object. 
Screen goes black, and takes me to the ubuntu login screen (lightdm). That only 
happens when i open a patch and create an object. When i create a new patch and 
create an object - no crash. Furthermore if i open a patch and paste an object  
from another patch - no crash. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614055group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3614064 ] inconsistent latency with mmio II

2013-05-28 Thread SourceForge . net
Bugs item #3614064, was opened at 2013-05-28 15:24
Message generated for change (Tracker Item Submitted) made by lucarda
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614064group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lucarda (lucarda)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: inconsistent latency with mmio II

Initial Comment:
Hi, thanks IOhannes for the previous answer but consider this:

Audiobuffer settings, in this model, is an effective way to deal with
slow hardware.

Readsf~ bangs when finishes playing a soundfile, this bang triggers the
same readsf~ to open and play a randomly chosen file (open $1.wav, 1). 

Since readsf~ has to go to that file wherever it is and start reading, the
audiobuffer setting allows gap-less playback between files.

If I give 500ms readsf~ will have half a second to go anywhere in the
hard-drive and start streaming.

5400rpm hard-drives need more time to achieve this than a Pendrive. My
netbook plays my abstractions (with more than 3 readsf~ simultaneously)
with 100ms with no problem from a Pendrive but need 500ms to do it from the
5400rpm hard-drive.

Here the point is that 500ms using ASIO is fine but 500ms in MMIO has gaps.
And as mentioned previously with the toggle and the osc~ it feels that MMIO
is computing faster than 500ms.

I think that in this situation the audiobuffer is a kind of read ahead for
readsf~ which is very useful. 

I switched back to 0.42.5-extended and using MMIO 500ms was fine both giving 
gap-less playback and the toggle in the osc~ felt more like 500ms.

It will be very cool if 0.44-extended allow 500ms or more in MMIO.

Thanx again. 

///

If I put 500 in the Delay(ms) using MMIO in the audio settings changes are 
heard faster than 500ms in ASIO. tested with a toggle to a (*~) in between osc~ 
and dac~ in 0.43.4-extended.
This didn`t happened in previous versions.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3614064group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613988 ] 2UZ4cU A round of applause for your blog post.Much thanks ag

2013-05-27 Thread SourceForge . net
Bugs item #3613988, was opened at 2013-05-27 10:22
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613988group_id=55736

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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2UZ4cU A round of applause for your blog post.Much thanks ag

Initial Comment:
2UZ4cU A round of applause for your blog post.Much thanks again. Great.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613988group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613961 ] mmio

2013-05-26 Thread SourceForge . net
Bugs item #3613961, was opened at 2013-05-26 18:59
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613961group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: mmio

Initial Comment:
If I put 500 in the Delay(ms) using MMIO in the audio settings changes are 
heard faster than 500ms in ASIO. tested with a toggle to a (*~) in between osc~ 
and dac~ in 0.43.4-extended.
This didn`t happened in previous versions.
500 ms ahead of the soundfile that is to be played is paradise in aleatory 
music and MMIO bypasses asio4all installation and configuration for listeners 
of the abstractions that I share on the net.

Pd version 0.43.4-extended
XP-sp3 / Intel PIV
built-in sound

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613961group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613962 ] bug with special characters

2013-05-26 Thread SourceForge . net
Bugs item #3613962, was opened at 2013-05-26 19:20
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613962group_id=55736

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: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug with special characters

Initial Comment:
I stumbled about this bug with special characters in Pd: If you type special 
characters in Pd it will overwrite what is already written instead of insert.
To test it on a comment do this:
1. make a new comment: this is a comment
2. place the cursor somewhere in the middle
3. add a character. It will insert, making the comment longer.
4. now try a special character like an umlaut. It will overwrite the letters 
already there instead.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613962group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3603652 ] add bang methods to atan2 and math ops

2013-05-21 Thread SourceForge . net
Patches item #3603652, was opened at 2013-02-06 19:14
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3603652group_id=55736

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: Nobody/Anonymous (nobody)
Date: 2013-05-21 03:54

Message:
Ball Gowns Prom Dresses
http://www.dressyus.com/prom-dresses-by-type/ball-gowns-prom-dresses.html 
a
href=http://www.dressyus.com/prom-dresses-by-type/ball-gowns-prom-dresses.html;
title=Ball Gowns Prom DressesBall Gowns Prom Dresses/a

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-07 13:10

Message:
It makes a lot more sense to add the bang methods where they are missing
that remove them.  Removing them will break backwards compatibility. 
Adding them will make things consistent.

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-02-07 12:53

Message:
@jonathan: don't remote the bang-methods for now

I'm not in the position to decide what will actually go into Pd, that's
miller.
it's probably wise to know what he will accept before doing the work (and i
doubt that removing the bang methods from the unops will ever make it
into Pd...just to stay compatible)

--

Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-07 12:42

Message:
I'll separate out all the changes to the unary operators into a different
patch, then revise the patch here to only add the arg to atan2 and give it
a bang method.  This will make atan2 consistent with every other binop in
arithmetic.c.

I'll also add a patch that removes the bang methods from every single class
in x_arithmetic.c.

--

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=detailatid=478072aid=3603652group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613673 ] search bar in help menu

2013-05-21 Thread SourceForge . net
Bugs item #3613673, was opened at 2013-05-21 12:01
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613673group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: search bar in help menu

Initial Comment:
search bar in help menu doesn't work...
on lion 10.7.5
(macbook pro early 2011)
in pd 0.43.4-extended
bless you!
hehe

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613673group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613672 ] search bar in help menu

2013-05-21 Thread SourceForge . net
Bugs item #3613672, was opened at 2013-05-21 12:01
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613672group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: search bar in help menu

Initial Comment:
search bar in help menu doesn't work...
on lion 10.7.5
(macbook pro early 2011)
in pd 0.43.4-extended
bless you!
hehe

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613672group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613502 ] crash at external sampe rate change

2013-05-17 Thread SourceForge . net
Bugs item #3613502, was opened at 2013-05-17 03:44
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613502group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash at external sampe rate change

Initial Comment:
Vanilla Pd 0.44.0 and Pd 0.44.0-extended-20130213 crash when the audio 
interface is set to a Fireface UCX (possibly any external interface) and in the 
Sampling rate is changed on the device. This is confirmed under OS X 10.8.
Steps to reproduce:
1. open Pd, set audio interface to Fireface UCX
2. change sample rate in Fireface USB settings
3. Pd shows this error and then quits:

(Tcl) INVALID COMMAND NAME: invalid command name Pt_Start()
while executing
Pt_Start() called
(uplevel body line 1)
invoked from within
uplevel #0 $docmds

when using -stderr  the console shows:

||PaMacCore (AUHAL)|| Error on line 2466: err='-10863', msg=Audio Unit: cannot 
do in current context
../portaudio/src/hostapi/coreaudio/pa_mac_core.c:2467: failed assertion `!err'
Pd: signal 6
closing audio...

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613502group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613503 ] freeze when changing # of channels with jack

2013-05-17 Thread SourceForge . net
Bugs item #3613503, was opened at 2013-05-17 04:20
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613503group_id=55736

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: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: freeze when changing # of channels with jack

Initial Comment:
current vanilla Pd (debian package) is freezing (tested on Linux Mint) when 
Jack is used and the number of channels are changed.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613503group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613504 ] Error message appearing when Pd is launched at boot

2013-05-17 Thread SourceForge . net
Bugs item #3613504, was opened at 2013-05-17 04:33
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613504group_id=55736

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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error message appearing when Pd is launched at boot

Initial Comment:
I'm getting an error message (below) when I launch Pd (vanilla 0.43, current 
debian package) via a shell script at boot time under Linux Mint. If i start 
the same script manually there is no such message. Pd runs fine despite the 
message.

PUREDATA selection doesn't exist or form STRING not defined
PUREDATA selection doesn't exist or form STRING not defined
while executing
selection get -selection PUREDATA
(procedure first_lost line 2)
invoked from within
first_lost

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613504group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3613539 ] viagra soft pills

2013-05-17 Thread SourceForge . net
Patches item #3613539, was opened at 2013-05-17 20:00
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3613539group_id=55736

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: abstractions
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: viagra soft pills

Initial Comment:
viagra soft pills

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3613539group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613466 ] [writesf~ ]: turning DSP on after 'open' corrupts file

2013-05-16 Thread SourceForge . net
Bugs item #3613466, was opened at 2013-05-16 15:58
Message generated for change (Tracker Item Submitted) made by reduzent
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613466group_id=55736

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: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roman Haefeli (reduzent)
Assigned to: Nobody/Anonymous (nobody)
Summary: [writesf~ ]: turning DSP on after 'open' corrupts file

Initial Comment:
Turning DSP off and on (or only on if it was already off) _after_ sending the 
'open' message to [writesf~ ] leads to a corrupt file that contains only the 
last ~1.6 seconds of the actual recording. See attached patch.

Tested on/with:
- Ubuntu 12.04
- Pd 0.44.3, Pd-extended 0.43.4

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613466group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3613277 ] In windows 8 can't move objects

2013-05-14 Thread SourceForge . net
Bugs item #3613277, was opened at 2013-05-14 01:05
Message generated for change (Tracker Item Submitted) made by olivvier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613277group_id=55736

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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Olivvier (olivvier)
Assigned to: Nobody/Anonymous (nobody)
Summary: In windows 8 can't move objects

Initial Comment:
After a few normally working object insertions,  when selected in the menu the 
objects appear at the top of the screen and can't be moved anywhere. The same 
for the already existing objects: they can't be displaced..

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3613277group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3612657 ] kamagra oral jelly avis

2013-05-04 Thread SourceForge . net
Patches item #3612657, was opened at 2013-05-04 19:15
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3612657group_id=55736

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: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: kamagra oral jelly avis

Initial Comment:
kamagra oral jelly avis

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3612657group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3612674 ] Placing an osc~ causes the computer to log out

2013-05-04 Thread SourceForge . net
Bugs item #3612674, was opened at 2013-05-04 20:57
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3612674group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Placing an osc~ causes the computer to log out

Initial Comment:
The instant that I type the ~ of osc~, all of my programs will close and log 
out to the login screen. I am using Pure Data 0.43.2, on Ubuntu Studio 13.04, 
32-bit. This did not happen before using Ubuntu Studio 13.04. It worked fine in 
12.10.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3612674group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3612577 ] Windows installation places libraries in system folder.

2013-05-03 Thread SourceForge . net
Bugs item #3612577, was opened at 2013-05-03 07:48
Message generated for change (Tracker Item Submitted) made by dougbinks
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3612577group_id=55736

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: Doug Binks (dougbinks)
Assigned to: Nobody/Anonymous (nobody)
Summary: Windows installation places libraries in system folder.

Initial Comment:
Windows installation places libraries in system folder. In particular a 
modified version of libcurl-4.dll is installed there, preventing any git 
installation from working over https.

PD should follow best practice and install dll's to it's binary location, or 
create a shared location and add this to it's path.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3612577group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611604 ] [Bug Report] PD's crashes with csoundapi~.dll

2013-04-22 Thread SourceForge . net
Bugs item #3611604, was opened at 2013-04-22 13:58
Message generated for change (Tracker Item Submitted) made by dolfo91
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611604group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rodolfo Cangiotti (dolfo91)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [Bug Report] PD's crashes with csoundapi~.dll

Initial Comment:
Software:
PD Extended v. 0.43.4
OS:
Windows XP MCE 2005 SP3
Hardware:
Intel Core 2 Duo E6400
Built-in sound card with ASIO4ALL driver

I report that the current version of PD Extended (.exe installer release) seems 
not working when I embed Csound in it through Victor Lazzarini's Csound API.
More precisely, I set ..\Csound\bin\ as external source path in PD's 
preferences; then, when I open a project with csoundapi~ as main object  (for 
ex. Victor Lazzarini's example), PD freezes. Therefore, I'm always forced to 
teminate pd.exe process and, after this, Windows crashes and reboots.
Using the zipped release, PD can't simply open csoundapi~.dll file, although I 
set the same path in PD's preferences or even I copy the .dll file itself in 
..\PD\extra folder.
This issue doensn't occur with PD Vanilla 0.44 or PD Extended 0.42.5.
I hope this report will be useful for next updates.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611604group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611288 ] apple library doesn't load

2013-04-18 Thread SourceForge . net
Bugs item #3611288, was opened at 2013-04-18 09:55
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611288group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: apple library doesn't load

Initial Comment:
I am working on a theremin-esque instrument with the multitouch functionality 
of the apple library, but the multitouch object fails to load when I start 
pd-extended. Is there a long-term solution as opposed to opening the help 
library each time I open the program?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611288group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611190 ] black screen

2013-04-17 Thread SourceForge . net
Bugs item #3611190, was opened at 2013-04-17 05:31
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611190group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: black screen

Initial Comment:
I have arrived at only a blackscreen when i open dsp. 
should it not display a grid?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611190group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611031 ] Autopatch sticky + mini-bug

2013-04-16 Thread SourceForge . net
Bugs item #3611031, was opened at 2013-04-16 01:09
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611031group_id=55736

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: João Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: Autopatch sticky + mini-bug

Initial Comment:
Hi,

was trying out autopatch, and wanted to add the following for discussion:
- unlike edit mode, autopatch is more of a general feature than a feature that 
is dependent on which canvas it gets activated. Wouldn't it make sense that 
when autopatch is on, it's active for the whole Pd environment? Just like Perf 
mode and Autotips - and btw, maybe also Magic glass should behave like that?
- when using autopatch with an object that has no outlets, the following text 
comes out in the console: audio-detect.pd 2 0 3 0 (outlet-text) connection 
failed. Would it be possible to switch it off when objects have no outlets?
- where is it possible to change the distance between autopatched objects? Does 
it involve recompiling Pd, or just editing a value in some .tk file?

And:
- Since you added alt+key combinations to access the menus, isn't is possible 
to add also key commands inside each menu, as normal? E.g. o for open, n for 
new, etc.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611031group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611032 ] GOP Canvas properties not saved correctly

2013-04-16 Thread SourceForge . net
Bugs item #3611032, was opened at 2013-04-16 01:30
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611032group_id=55736

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: Graph-On-Parent
Group: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: GOP Canvas properties not saved correctly

Initial Comment:
Hi,

when trying to make a GOP with no object name+arguments, there is a bug:
- check Graph-On-Parent and Hide object name and arguments and apply (all 
operations at once). The patch doesn't get properly saved, and you can't open it
- check Graph-On-Parent and apply; check Hide object name and arguments 
and apply (all operations separated) and it works as it should.

Tested on w7 only

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611032group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611089 ] hradio error

2013-04-16 Thread SourceForge . net
Bugs item #3611089, was opened at 2013-04-16 10:41
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611089group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: hradio error

Initial Comment:
When creating a hradio object via either put or ctrl+1 the final product is a 
red outlined object. Why is this happening? Pretty frustrating...

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611089group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3611124 ] HZEZZ9 a href=http://dvsnhwbtiwqz.com/dvsnhwbtiwqz/a,

2013-04-16 Thread SourceForge . net
Patches item #3611124, was opened at 2013-04-16 16:40
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3611124group_id=55736

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: Nobody/Anonymous (nobody)
Summary: HZEZZ9  a href=http://dvsnhwbtiwqz.com/;dvsnhwbtiwqz/a,

Initial Comment:
HZEZZ9  a href=http://dvsnhwbtiwqz.com/;dvsnhwbtiwqz/a, 
[url=http://udpzmxefmlga.com/]udpzmxefmlga[/url], 
[link=http://fqytttcfndyl.com/]fqytttcfndyl[/link], http://onzkahzqwhyi.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3611124group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3611126 ] gMh1Q7 a href=http://elawndkoqegw.com/elawndkoqegw/a,

2013-04-16 Thread SourceForge . net
Bugs item #3611126, was opened at 2013-04-16 16:51
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611126group_id=55736

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: pd-devel
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: gMh1Q7  a href=http://elawndkoqegw.com/;elawndkoqegw/a,

Initial Comment:
gMh1Q7  a href=http://elawndkoqegw.com/;elawndkoqegw/a, 
[url=http://fbkzvbozkrze.com/]fbkzvbozkrze[/url], 
[link=http://vabsrvmopptt.com/]vabsrvmopptt[/link], http://qcesbmppbwzb.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3611126group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610979 ] No object appear in GEM window

2013-04-15 Thread SourceForge . net
Bugs item #3610979, was opened at 2013-04-15 13:34
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610979group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: Yes
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: No object appear in GEM window

Initial Comment:
After follow:
1) Create-gemwin (click create = black GEM window appeared)
2) gemhead-cube (no cube appeared in GEM window)



--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610979group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610817 ] i0YiwH a href=http://sdludwvmuzln.com/sdludwvmuzln/a,

2013-04-14 Thread SourceForge . net
Bugs item #3610817, was opened at 2013-04-14 02:18
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610817group_id=55736

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: Graph-On-Parent
Group: v0.39.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: i0YiwH  a href=http://sdludwvmuzln.com/;sdludwvmuzln/a,

Initial Comment:
i0YiwH  a href=http://sdludwvmuzln.com/;sdludwvmuzln/a, 
[url=http://qjxibtbnjpzk.com/]qjxibtbnjpzk[/url], 
[link=http://tdmaljrvtdqk.com/]tdmaljrvtdqk[/link], http://jnliibhabsri.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610817group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3585461 ] [readsf~] loops some files

2013-04-14 Thread SourceForge . net
Patches item #3585461, was opened at 2012-11-08 13:09
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585461group_id=55736

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: None
Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [readsf~] loops some files

Initial Comment:
some wav-files get looped when played back via [readsf~].

it seems that the problem is dues to the soundfile fitting exactly into the 
fifobuffer, thus the EOF (signalled by the read-thread) drain never really 
starts in the perform routine.
(fifohead==fifosize, so the test for  (!x_eof  x_fifohead = x_fifotail  
x_fifohead  x_fifotail + wantbytes-1) never triggers, resulting in a 
continuous drain of the entire buffer.

the attached soundfile triggers this behaviour.

--

Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-15 14:38

Message:
applied for 0.44

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-11-08 13:11

Message:
attached is a simplistic attempt to fix the problem: if the
fifohead==fifosize, we wrap it to 0 even if we just read the last byte.
(originally this was only done if !EOF)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585461group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610751 ] Another Tcl Invalid Command Name error and frozen GOP gui

2013-04-13 Thread SourceForge . net
Bugs item #3610751, was opened at 2013-04-13 08:04
Message generated for change (Tracker Item Submitted) made by marcod2
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610751group_id=55736

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: Graph-On-Parent
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Marco Donnarumma (marcod2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Another Tcl Invalid Command Name error and frozen GOP gui 

Initial Comment:
Pd-extended 0.43.4
Linux Ubuntu Lucid 10.04
built-in sound

This error is demonstrated with a simple patch (attached) that reproduces it.
It seems related to the Hide flag for a 2nd level nested GOP patch.

it's been tested on MacOSX 10.6 and Ubuntu 12, 10

how to reproduce:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- close the subpatch
- close MAIN-graph-bug.pd

at this point Pd throws the error as below. Only the GUI freezes, the patch is  
unusable and have to kill it, by closing pd.


(Tcl) INVALID COMMAND NAME: invalid command name .x996ebd0.c
while executing
.x996ebd0.c delete graph996f4b0i0
 (uplevel body line 1)
 invoked from within
uplevel #0 $cmds_from_pd



How to avoid it:

- launch MAIN-graph-bug.pd
- click the bang to open a subpatch (if it doesn't at startup)
- open the subpatch
- open the further subpatch anlz.scope~
- flag hide object name and argument
- save
-close pd
- restart the patch and the error disappear



--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610751group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3585461 ] [readsf~] loops some files

2013-04-13 Thread SourceForge . net
Patches item #3585461, was opened at 2012-11-08 13:09
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585461group_id=55736

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: None
Status: Pending
Resolution: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [readsf~] loops some files

Initial Comment:
some wav-files get looped when played back via [readsf~].

it seems that the problem is dues to the soundfile fitting exactly into the 
fifobuffer, thus the EOF (signalled by the read-thread) drain never really 
starts in the perform routine.
(fifohead==fifosize, so the test for  (!x_eof  x_fifohead = x_fifotail  
x_fifohead  x_fifotail + wantbytes-1) never triggers, resulting in a 
continuous drain of the entire buffer.

the attached soundfile triggers this behaviour.

--

Comment By: Nobody/Anonymous (nobody)
Date: 2013-04-13 18:46

Message:
myIsHg  a href=http://creqevhcjkke.com/;creqevhcjkke/a,
[url=http://mrtigtqrprix.com/]mrtigtqrprix[/url],
[link=http://hoatsdduynpq.com/]hoatsdduynpq[/link],
http://dnmorzkkeoje.com/

--

Comment By: Miller Puckette (millerpuckette)
Date: 2012-12-15 14:38

Message:
applied for 0.44

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2012-11-08 13:11

Message:
attached is a simplistic attempt to fix the problem: if the
fifohead==fifosize, we wrap it to 0 even if we just read the last byte.
(originally this was only done if !EOF)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3585461group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610787 ] k9N4q6 a href=http://rpdkmjajyppk.com/rpdkmjajyppk/a,

2013-04-13 Thread SourceForge . net
Bugs item #3610787, was opened at 2013-04-13 19:26
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610787group_id=55736

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: v0.38.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: k9N4q6  a href=http://rpdkmjajyppk.com/;rpdkmjajyppk/a,

Initial Comment:
k9N4q6  a href=http://rpdkmjajyppk.com/;rpdkmjajyppk/a, 
[url=http://uhblmgvqdbnc.com/]uhblmgvqdbnc[/url], 
[link=http://hjrtumrbvofb.com/]hjrtumrbvofb[/link], http://inmscolywkel.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610787group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606144 ] check anything selector for float content

2013-04-12 Thread SourceForge . net
Patches item #3606144, was opened at 2013-02-26 17:42
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: check anything selector for float content

Initial Comment:
Currently, pd_defaultanything just prints out an error.  This patch passes the 
message selector through Pd's parser to see if it can be interpreted as a 
float.  If it can, then the newly converted float is forwarded to the object's 
float method.

--

Comment By: Nobody/Anonymous (nobody)
Date: 2013-04-12 07:14

Message:
LOVE these kind of genuine louboutin outlet! just cannot wait around for
getting a different match! christian louboutin men
http://www.cheapchristianlouboutinman.com/

--

Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-03-01 11:52

Message:
[symbol 02.wav(
|
[makefilename %.2s]
|
[$1(
|
[moses 3]
|
[print]

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-28 11:34

Message:
Can you give an example patch of where this would be triggered?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610461 ] asio drivers do not work with asio hammerfall dsp on Windows

2013-04-10 Thread SourceForge . net
Bugs item #3610461, was opened at 2013-04-10 05:13
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610461group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: asio drivers do not work with asio hammerfall dsp on Windows

Initial Comment:
I'm running pd on Windows 7 64-bit.  When selecting ASIO drivers in pd-extended 
0.43.4 and configuring them to use ASIO hammerfall DSP pd displays an error 
indicating that audio is not working anymore.  It definitely works with the 
microsoft input and output devices, and some of the additional hammerfall 
stereo output devices.  The behavior is as follows:

1. I click on ASIO (via portaudio) and select as the output device ASIO 
Hammerfall DSP
2. I click apply then OK.
3. Audio stops working.
4. When I click on ASIO (via portaudio) then I cannot select an input device 
or output device at all anymore.

I did some research and found that ASIO drivers do work in pd (vanilla) 0.43.1 
downloaded from http://puredata.info/downloads/pure-data/releases/0.43.1.  I 
noticed that in pd 0.43.1 there is a directory that doesn't exist in 
pd-extended 0.43.4 at pd dir/lib/asio.  If I copy this directory to my 
pd-extended 0.43.4 installation then the ASIO drivers work correctly with ASIO 
Hammerfall DSP.  I've since double-checked and the asio directory is not in 
lib in pd-extended windows installer or windows installer or windows zip 
directory.

I did not try building pd from source code, but it seems it's simply a matter 
of including this directory in the installer?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610461group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610430 ] MIDI Configuration

2013-04-09 Thread SourceForge . net
Bugs item #3610430, was opened at 2013-04-09 20:27
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610430group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: MIDI Configuration

Initial Comment:
Cannot configure MIDI output IAC BUS MacBook Pro 10.8.3

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610430group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3610269 ] wb5DJB a href=http://koxjacgzhray.com/koxjacgzhray/a,

2013-04-07 Thread SourceForge . net
Patches item #3610269, was opened at 2013-04-07 19:48
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3610269group_id=55736

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: abstractions
Group: documentation
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: wb5DJB  a href=http://koxjacgzhray.com/;koxjacgzhray/a,

Initial Comment:
wb5DJB  a href=http://koxjacgzhray.com/;koxjacgzhray/a, 
[url=http://eivoddsqmvrp.com/]eivoddsqmvrp[/url], 
[link=http://suscshgzzvjn.com/]suscshgzzvjn[/link], http://ysxlesygvaje.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3610269group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3610019 ] sudenly dont work

2013-04-04 Thread SourceForge . net
Bugs item #3610019, was opened at 2013-04-04 07:22
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610019group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: sudenly dont work

Initial Comment:
pd was working good... it startup but don't have audio output. when i start up 
it looks ok but dont work.

Pd version 0.42.5
Mac OS X 10.7.5
sound output

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3610019group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3610041 ] extra drawing instructions for data structures

2013-04-04 Thread SourceForge . net
Patches item #3610041, was opened at 2013-04-04 14:25
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3610041group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: extra drawing instructions for data structures

Initial Comment:
This patch adds four drawing commands for visualizing data structures:
[drawrectangle]
[filledrectangle]
[drawoval]
[filledoval]

Each one takes a pair of coordinates as the top left and bottom right bounding 
box for the shape.
I'm silently truncating extra coordinates.  I can easily change it to print a 
warning if that's preferable.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3610041group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3610041 ] extra drawing instructions for data structures

2013-04-04 Thread SourceForge . net
Patches item #3610041, was opened at 2013-04-04 14:25
Message generated for change (Comment added) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3610041group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: extra drawing instructions for data structures

Initial Comment:
This patch adds four drawing commands for visualizing data structures:
[drawrectangle]
[filledrectangle]
[drawoval]
[filledoval]

Each one takes a pair of coordinates as the top left and bottom right bounding 
box for the shape.
I'm silently truncating extra coordinates.  I can easily change it to print a 
warning if that's preferable.

--

Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-04-04 19:37

Message:
Changed [drawoval] and [filledoval] to [drawellipse] and [filledellipse],
respectively. I was using tk terminology which is technically inaccurate.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3610041group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609910 ] kamagra 100mg

2013-04-03 Thread SourceForge . net
Patches item #3609910, was opened at 2013-04-03 08:27
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609910group_id=55736

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: pd-extended
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: kamagra 100mg

Initial Comment:
kamagra 100mg

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609910group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3051663 ] make slipdec reassemble arbitrary packages

2013-03-28 Thread SourceForge . net
Patches item #3051663, was opened at 2010-08-23 09:45
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3051663group_id=55736

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: bugfix
Status: Closed
Resolution: Accepted
Priority: 6
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: make slipdec reassemble arbitrary packages

Initial Comment:
current slipdec doesn't work if the SLIP encoded package is not presented as a 
single list
(which kind of defeats the idea of SLIP, which is to paketize a _stream_ of 
data)

with the attached patch, [slipdec] is able to decode a stream even if it was 
[1, 192 2, 3 4, 5 192, 6, 192(

before applying and committing the patch, please have a close look at it.
for now, i just disabled the valid output (because it doesn't make so much 
sense anyhow, a SLIP stream is almost always valid)
i know think that the flag could indicate whether there is still data waiting 
in the queue (and is updated after each message received)




--

Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-29 12:30

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

--

Comment By: Martin Peach (mrpeach)
Date: 2010-08-26 13:34

Message:
Maybe it should output the size of the queue, so zero would mean a complete
packet.
Valid was supposed to mean that all the input was equivalent to bytes, i.e.
no floating point, symbols, etc.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3051663group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609350 ] prevent recursive loading of gui-plugins

2013-03-28 Thread SourceForge . net
Patches item #3609350, was opened at 2013-03-28 04:42
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609350group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: prevent recursive loading of gui-plugins

Initial Comment:
if a gui-plugin loads other plugin, we might easily encounter a recursion 
(where the plugin tries to load itself).
while the current gui-plugin loader mechanism tries to prevent re-loading of 
the same plugin (based on the filename of the plugin), it doesn't catch 
recursive loading.
the attached patch fixes this, by adding the to-be-loaded plugin to the 
::loaded_plugins list, then tries to load it and removes it from the list if 
the loading fails
(rather than adding the plugin to the list after the loading succeeded)


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609350group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609351 ] conditional auto-loading of all gui-plugins

2013-03-28 Thread SourceForge . net
Patches item #3609351, was opened at 2013-03-28 04:52
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609351group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: conditional auto-loading of all gui-plugins

Initial Comment:
currently Pd-GUI tries to load all gui-plugins it can find in any of the 
search-paths.
this can be rather annoying as it allows neither to select which plugins should 
(not) be loaded nor in which order the plugins should be loaded (a problem if 
the two plugins modify the same property).
a single solution proposed on the pd-list [1], is to define a specially named 
plugin, that - if present - is the only plugin loaded (if the plugin is not 
there, the original behaviour of loading all plugins is kept)

this specially named plugin can then implement a plugin manager, that allows 
to selectively load plugins (potentially in a defined order).

the attached patch does just this: it searches for a file named 
autoloaded-plugin.tcl in the gui-plugins search path and loads it if 
possible, instead of loading ALL plugins.



[1] http://lists.puredata.info/pipermail/pd-dev/2013-03/019346.html

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609351group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609350 ] prevent recursive loading of gui-plugins

2013-03-28 Thread SourceForge . net
Patches item #3609350, was opened at 2013-03-28 04:42
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609350group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: prevent recursive loading of gui-plugins

Initial Comment:
if a gui-plugin loads other plugin, we might easily encounter a recursion 
(where the plugin tries to load itself).
while the current gui-plugin loader mechanism tries to prevent re-loading of 
the same plugin (based on the filename of the plugin), it doesn't catch 
recursive loading.
the attached patch fixes this, by adding the to-be-loaded plugin to the 
::loaded_plugins list, then tries to load it and removes it from the list if 
the loading fails
(rather than adding the plugin to the list after the loading succeeded)


--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-03-28 05:15

Message:
forgot: the patch also makes load_plugin_script return '1' if the plugin
script has been successfully loaded, or '0' otherwise.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609350group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609351 ] conditional auto-loading of all gui-plugins

2013-03-28 Thread SourceForge . net
Patches item #3609351, was opened at 2013-03-28 04:52
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609351group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: conditional auto-loading of all gui-plugins

Initial Comment:
currently Pd-GUI tries to load all gui-plugins it can find in any of the 
search-paths.
this can be rather annoying as it allows neither to select which plugins should 
(not) be loaded nor in which order the plugins should be loaded (a problem if 
the two plugins modify the same property).
a single solution proposed on the pd-list [1], is to define a specially named 
plugin, that - if present - is the only plugin loaded (if the plugin is not 
there, the original behaviour of loading all plugins is kept)

this specially named plugin can then implement a plugin manager, that allows 
to selectively load plugins (potentially in a defined order).

the attached patch does just this: it searches for a file named 
autoloaded-plugin.tcl in the gui-plugins search path and loads it if 
possible, instead of loading ALL plugins.



[1] http://lists.puredata.info/pipermail/pd-dev/2013-03/019346.html

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-03-28 05:20

Message:
since this patch has a light dependency on #3609350 (prevent recursive
loading of gui-plugins) the latter is added here as well.

reason: we only want to stop loading ALL patches if the
autoloaded-plugin.tcl actually succeeds in loading. this is checked through
the return value of load_plugin_script (introduced in  #3609350).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609351group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609350 ] prevent recursive loading of gui-plugins

2013-03-28 Thread SourceForge . net
Patches item #3609350, was opened at 2013-03-28 04:42
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609350group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: prevent recursive loading of gui-plugins

Initial Comment:
if a gui-plugin loads other plugin, we might easily encounter a recursion 
(where the plugin tries to load itself).
while the current gui-plugin loader mechanism tries to prevent re-loading of 
the same plugin (based on the filename of the plugin), it doesn't catch 
recursive loading.
the attached patch fixes this, by adding the to-be-loaded plugin to the 
::loaded_plugins list, then tries to load it and removes it from the list if 
the loading fails
(rather than adding the plugin to the list after the loading succeeded)


--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-03-28 13:34

Message:
I haven't tested this, but the rationale and the patch make sense to me.

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-03-28 05:15

Message:
forgot: the patch also makes load_plugin_script return '1' if the plugin
script has been successfully loaded, or '0' otherwise.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609350group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3609351 ] conditional auto-loading of all gui-plugins

2013-03-28 Thread SourceForge . net
Patches item #3609351, was opened at 2013-03-28 04:52
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609351group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: conditional auto-loading of all gui-plugins

Initial Comment:
currently Pd-GUI tries to load all gui-plugins it can find in any of the 
search-paths.
this can be rather annoying as it allows neither to select which plugins should 
(not) be loaded nor in which order the plugins should be loaded (a problem if 
the two plugins modify the same property).
a single solution proposed on the pd-list [1], is to define a specially named 
plugin, that - if present - is the only plugin loaded (if the plugin is not 
there, the original behaviour of loading all plugins is kept)

this specially named plugin can then implement a plugin manager, that allows 
to selectively load plugins (potentially in a defined order).

the attached patch does just this: it searches for a file named 
autoloaded-plugin.tcl in the gui-plugins search path and loads it if 
possible, instead of loading ALL plugins.



[1] http://lists.puredata.info/pipermail/pd-dev/2013-03/019346.html

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-03-28 13:40

Message:
This is an interesting idea, but I'm not sure if its the best approach.  I
still think just ignoring folders called 'DISABLED' in any search path is
more true to how the GUI plugins work because the mechanism for managing
plugins will be the same whether its thru a GUI plugin or via file
management, as it currently works.

--

Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2013-03-28 05:20

Message:
since this patch has a light dependency on #3609350 (prevent recursive
loading of gui-plugins) the latter is added here as well.

reason: we only want to stop loading ALL patches if the
autoloaded-plugin.tcl actually succeeds in loading. this is checked through
the return value of load_plugin_script (introduced in  #3609350).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3609351group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3051663 ] make slipdec reassemble arbitrary packages

2013-03-27 Thread SourceForge . net
Patches item #3051663, was opened at 2010-08-23 09:45
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3051663group_id=55736

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: bugfix
Status: Closed
Resolution: Accepted
Priority: 6
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Martin Peach (mrpeach)
Summary: make slipdec reassemble arbitrary packages

Initial Comment:
current slipdec doesn't work if the SLIP encoded package is not presented as a 
single list
(which kind of defeats the idea of SLIP, which is to paketize a _stream_ of 
data)

with the attached patch, [slipdec] is able to decode a stream even if it was 
[1, 192 2, 3 4, 5 192, 6, 192(

before applying and committing the patch, please have a close look at it.
for now, i just disabled the valid output (because it doesn't make so much 
sense anyhow, a SLIP stream is almost always valid)
i know think that the flag could indicate whether there is still data waiting 
in the queue (and is updated after each message received)




--

Comment By: Nobody/Anonymous (nobody)
Date: 2013-03-27 19:37

Message:
I think this is one of the most important info for me. And i am glad
reading your article. But should remark on some general things, The web
site style is wonderful, the articles is really nice : D. Good job, cheers
Burberry Bags http://burberrybags118.cabanova.com

--

Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-29 12:30

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

--

Comment By: Martin Peach (mrpeach)
Date: 2010-08-26 13:34

Message:
Maybe it should output the size of the queue, so zero would mean a complete
packet.
Valid was supposed to mean that all the input was equivalent to bytes, i.e.
no floating point, symbols, etc.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3051663group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Feature Requests-3609163 ] Need Pure data transplant-aid

2013-03-26 Thread SourceForge . net
Feature Requests item #3609163, was opened at 2013-03-26 14:00
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478073aid=3609163group_id=55736

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
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Need Pure data transplant-aid

Initial Comment:
This is not a feature requenst like that I'd like you to build something, since 
I think I can do it myself, -if it's possible to me. I would just need some 
help frome the ones who are really into programming pd...
Since I still have some old windows machines around that only support SSE1 (and 
are actually pretty good at processing audio), I'd like to merge together a 
version of Pd-Ext that uses the most recent Pd-Version, but still works with 
SSE1.
It seems that all vanilla Pd versions (up to the recent 0.44) have no problems 
with the old machines. And Pd-Ext 0.42.5 work ..flawlessly fine.., too. ..I 
think the SSE1-support ended some time in a nightly autobuild of a Pd-Ext 
0.43.1 version...

So now here is what I want to do: Of course one can't take care of all the 
libs, but of the vanilla objects you extracted. So I would like to 
file-replace the incompatible files with the most recent ones that still work 
with only SSE1..
Now since there are lots of pd-versions around, can you forsee what to include 
where to get the most recent version out?!
The final pack should have at least the look of pd-ext-0.42.5 (not only 
vanilla) with the most recent functionality, like GUI-plugins etc.

I already tried to replace the incompatible extracted vanilla objects dlls with 
the ones from a nightly autobuild, with success! Could you point me to the most 
recent still compatible files, please?! And does anyone know of other files 
that should be replaced with older ones?!?
Or will it be better (easier) to take the files which are still compatible from 
a new release and transplant them into eg. pd-ext-0.42.5..??

Of course I'd share my findings on success to anyone with old, but not useless 
hardware...

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478073aid=3609163group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3609167 ] Comment formatting is lost after save/reload

2013-03-26 Thread SourceForge . net
Bugs item #3609167, was opened at 2013-03-26 16:47
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3609167group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Comment formatting is lost after save/reload

Initial Comment:
When I place a comment data onscreen, sometimes with several items in the 1 
comment, and extra linefeeds between, then when the patch is reloaded, the 
comment may be out of position or in the same space as other items which 
overwrite the comment.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3609167group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3609235 ] libjack.dll missing

2013-03-26 Thread SourceForge . net
Bugs item #3609235, was opened at 2013-03-26 21:36
Message generated for change (Tracker Item Submitted) made by nykto
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3609235group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrice Colet (nykto)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: libjack.dll missing

Initial Comment:
latest pdx doesn't load, error message says libjack.dll is missing

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3609235group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606687 ] Fix recent files support for linux

2013-03-25 Thread SourceForge . net
Patches item #3606687, was opened at 2013-03-03 10:06
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606687group_id=55736

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: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Yvan Volochine (elgusanorojo)
Assigned to: Miller Puckette (millerpuckette)
Summary: Fix recent files support for linux

Initial Comment:
Remove a regression introduced by 356fa6abd89d9 where recent files list would 
never be loaded.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606687group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3609084 ] Print in menu should actually print

2013-03-25 Thread SourceForge . net
Bugs item #3609084, was opened at 2013-03-25 19:23
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3609084group_id=55736

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: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Print in menu should actually print

Initial Comment:
I've been using Pd for quite a wile now and some oddities have become very 
intuitive just because I am used to it. In addition to Jamie Bullock's great 
user experience post 
http://www.jamiebullock.com/post/41281128485/the-pure-data-gui-a-ux-study I'd 
like to point out another problem. The Print Item which is found since 
version 0.36-1 in the menu doesn't print to a printer, but creates a postscript 
file instead. I consider this a bug, not a feature request because it is 
confusing at best and has lead to quite a few questions asked on the list. Here 
is how I think it should be implemented instead, which is more intuitive: 1. 
Make the Print menu behave just like the print in any other program. 2. Add a 
menu item export... where it lets you export your patch as a .pdf or a max 
patch. Postscript output is rather unnessecary since pdf files are usually much 
smaller and contain the same information wile being more userfriendly.
While this isn't critical, I'm putting it here in the bugtracker so it doesn't 
get forgotten. It is certainly something what should be in Pd before it reaches 
version 1.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3609084group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3608756 ] Intagra

2013-03-21 Thread SourceForge . net
Patches item #3608756, was opened at 2013-03-21 15:33
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3608756group_id=55736

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: pd-extended
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Intagra

Initial Comment:
Intagra

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3608756group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3608296 ] Tadacip espantilde;a

2013-03-17 Thread SourceForge . net
Patches item #3608296, was opened at 2013-03-17 04:12
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3608296group_id=55736

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: abstractions
Group: documentation
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tadacip espantilde;a

Initial Comment:
Tadacip espantilde;a

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3608296group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3608194 ] Please apply several patches to make it easier to compile

2013-03-15 Thread SourceForge . net
Bugs item #3608194, was opened at 2013-03-15 11:12
Message generated for change (Tracker Item Submitted) made by alexanro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3608194group_id=55736

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: Alexander Rødseth (alexanro)
Assigned to: Nobody/Anonymous (nobody)
Summary: Please apply several patches to make it easier to compile

Initial Comment:
Hello,

This is a feature request.

Compiling Pure Data Extended on Arch Linux is no easy feat. Several patches are 
needed, using the svn version is easier than using the release version and 
several tweaks of the Makefiles are needed for it to work. Small animals has to 
be sacrificed for it to compile correctly.

Here's the current PKGBUILD for building pd-extended on Arch Linux: 
https://aur.archlinux.org/packages/pd/pd-extended/PKGBUILD

These are the changes I wish for:

* Patch externals/Gem/configure.ac with change_gem_configure_file.patch 
(attached)
* Patch pd/src/s_inter.c with s_inter.c.patch (attached)
* Patch externals/loaders/tclpd/Makefile with tclpd.Makefile.patch (attached)
* Patch pd/src/Makefile.am with makefile.am.patch (attached)
* Change 'CFLAGS =' to 'CFLAGS = -fPIC' in externals/pdp/opengl/Makefile.config
* Change 'DEFINES =' to 'DEFINES = -fPIC' in externals/miXed/Makefile.common

* Set these variables to these values by default:
FPIC_FLAG=-fPIC
GEM_EXTRA_CXXFLAGS=$FPIC_FLAG
BUILDLAYOUT_DIR=../../packages
prefix=/usr

* Don't install these files by default:
/usr/share/man/man1/pd.1
/usr/share/man/man1/pdextended.1
/usr/share/man/man1/pdreceive.1
/usr/share/man/man1/pdsend.1
/usr/include/m_pd.h
/usr/bin/pd-gui.tcl

* But do install these files by default:
linux_make/default.pdextended to $DESTDIR/usr/lib/pd-extended/

Please also install an icon and a .desktop file, so that it will appear on the 
menu in ie. Gnome.

See the PKGBUILD file for a full overview.



--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3608194group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3608008 ] [iemnet/tcpserver] does not updated client count properly

2013-03-14 Thread SourceForge . net
Bugs item #3608008, was opened at 2013-03-14 05:46
Message generated for change (Tracker Item Submitted) made by reduzent
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3608008group_id=55736

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: Roman Haefeli (reduzent)
Assigned to: Nobody/Anonymous (nobody)
Summary: [iemnet/tcpserver] does not updated client count properly

Initial Comment:
When a new client connects, the number on the second outlet is updated 
properly. When a client disconnects, the number is not updated immediately. 
Only after sending some messages to clients, the number is updated to reflect 
the correct number of currently connected clients.

See attached patch.

This is on|with Ubuntu 12.04 / Pd 0.44.2 / iemnet current master

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3608008group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3607162 ] iemnet crashes on Windows XP

2013-03-07 Thread SourceForge . net
Bugs item #3607162, was opened at 2013-03-07 02:27
Message generated for change (Tracker Item Submitted) made by reduzent
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3607162group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roman Haefeli (reduzent)
Assigned to: Nobody/Anonymous (nobody)
Summary: iemnet crashes on Windows XP

Initial Comment:
I only noticed now that many of the iemnet classes crash Pd on Windows
XP. The problem seems specific to Windows XP. The crashes cannot be
reproduced on Windows 7.

[tcpsend] does not crash.

[tcpclient] crashes as soon as the connection is established. Trying to
connect to a non-existant end-point won't trigger the crash.

[tcpreceive] and [tcpserver] crash immediately as soon as a client
(telnet, nc, [netsend]) connects to them.

[udpserver] / [udpreceive] / [udpclient] crash at instantiation time.

[udpsend] does not crash.


This pattern looks to me as if the crashes happen whenever a listening
socket is open, but I don't know of any way to proof that.

Tested on Windows XP SP3 Pro with Pd-0.43.4-extended.


Whether this has anything to do with how Pd-extended was compiled or
with the source of iement, I don't know.

This is what I get from Windows after the crash:
http://imgur.com/rvUKfmv


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3607162group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3607195 ] Copy/Paste of atoms in Pd-extended

2013-03-07 Thread SourceForge . net
Bugs item #3607195, was opened at 2013-03-07 07:17
Message generated for change (Tracker Item Submitted) made by maxn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3607195group_id=55736

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: pd-extended
Group: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: max (maxn)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Copy/Paste of atoms in Pd-extended

Initial Comment:
In Vanilla-Pd atoms are placed in the same X,Y position on the canvas when 
doing a copy and paste. in Pd-extended they are placed slightly offset (like 
duplicaton does too in Vanilla). This is probably a feature, but imho should 
only happen when doing a copy and paste in the same patch. A pasted atom should 
be pasted without an offset when pasted in a different patch window.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3607195group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3606738 ] windows: 1 midi devices stops pd from starting

2013-03-04 Thread SourceForge . net
Bugs item #3606738, was opened at 2013-03-04 00:19
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606738group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: windows: 1 midi devices stops pd from starting

Initial Comment:
Hi,

in windows with pd-ext 0.43, after using 2 midi devices for input, pd can't 
start again if less devices (1 or 0) are connected. By running pd.exe in the 
console pd sends a complaint message (I don't have access to the devices for 
now, can't copy it).
The only way to get Pd-ext to start again is to go to the registry, and delete 
the midiindev2 entry by hand. Then pd starts again with no issues.

best,

jmmmp

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606738group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606794 ] trial packs of cialis

2013-03-04 Thread SourceForge . net
Patches item #3606794, was opened at 2013-03-04 10:57
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606794group_id=55736

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: abstractions
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: trial packs of cialis

Initial Comment:
trial packs of cialis

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606794group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606687 ] Fix recent files support for linux

2013-03-03 Thread SourceForge . net
Patches item #3606687, was opened at 2013-03-03 10:06
Message generated for change (Tracker Item Submitted) made by elgusanorojo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606687group_id=55736

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: Yvan Volochine (elgusanorojo)
Assigned to: Miller Puckette (millerpuckette)
Summary: Fix recent files support for linux

Initial Comment:
Remove a regression introduced by 356fa6abd89d9 where recent files list would 
never be loaded.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606687group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3606690 ] keyup automatically sends message after 1 sec

2013-03-03 Thread SourceForge . net
Bugs item #3606690, was opened at 2013-03-03 10:45
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606690group_id=55736

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: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: keyup automatically sends message after 1 sec

Initial Comment:
Pd Vanilla 0.44
Max OS X 10.8.2

When I am using keyup object, while I am still  holding down the key, it 
automatically triggers the keyup object after 1 sec. If I release the key 
earlier (within 1 sec) it works as expected. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606690group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3606512 ] pd-ext .43 debian: ctrl-r doesn't work

2013-03-01 Thread SourceForge . net
Bugs item #3606512, was opened at 2013-03-01 03:22
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606512group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pd-ext .43 debian: ctrl-r doesn't work

Initial Comment:
in debian 6.0.7, ctrl-r doesn't bring the pd window forward
(in windows 7 it works)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606512group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3606513 ] pd-ext .43 debian: maxlib missing

2013-03-01 Thread SourceForge . net
Bugs item #3606513, was opened at 2013-03-01 03:23
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606513group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pd-ext .43 debian: maxlib missing

Initial Comment:
in pd-ext .43 debian, the maxlib externals aren't in the right format. instead 
of pd_linux, they're compiled as .l_ia64 (didn't checked for errors in other 
libraries)

in w7 it's ok, though.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3606513group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606144 ] check anything selector for float content

2013-03-01 Thread SourceForge . net
Patches item #3606144, was opened at 2013-02-26 17:42
Message generated for change (Comment added) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: check anything selector for float content

Initial Comment:
Currently, pd_defaultanything just prints out an error.  This patch passes the 
message selector through Pd's parser to see if it can be interpreted as a 
float.  If it can, then the newly converted float is forwarded to the object's 
float method.

--

Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-03-01 11:52

Message:
[symbol 02.wav(
|
[makefilename %.2s]
|
[$1(
|
[moses 3]
|
[print]

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-28 11:34

Message:
Can you give an example patch of where this would be triggered?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606144 ] check anything selector for float content

2013-02-28 Thread SourceForge . net
Patches item #3606144, was opened at 2013-02-26 17:42
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: check anything selector for float content

Initial Comment:
Currently, pd_defaultanything just prints out an error.  This patch passes the 
message selector through Pd's parser to see if it can be interpreted as a 
float.  If it can, then the newly converted float is forwarded to the object's 
float method.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606330 ] don't distribute empty lists to outlets

2013-02-28 Thread SourceForge . net
Patches item #3606330, was opened at 2013-02-28 01:33
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606330group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: don't distribute empty lists to outlets

Initial Comment:
sending an empty list to a patchable object that has neither bang-method nor an 
list- or anything-method, will silently ignore the message.
e.g.
[list(
|
[sin]

the problem comes from Pd's automatic unpacking of lists to the object's 
inlets, which in case of an empty list just does nothing.
the attached patch will only call the unpacking code if the list is non-empty 
(and fall back to the default anything method).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606330group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606332 ] fix for [trigger anything] modifying incoming messages

2013-02-28 Thread SourceForge . net
Patches item #3606332, was opened at 2013-02-28 01:41
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606332group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix for [trigger anything] modifying incoming messages

Initial Comment:
[t a] will convert bang, float and symbol messages to list mesages.
this becomes problematic, if the objects that receive the data from [trigger] 
have methods for e.g. both list and bang and use different semantics for 
those two messages (e.g. bang triggers the object's output, whereas list 
sets its internal state - an empty list could be used for clearing the state)

it also makes triggering of the empty-lists-discarded bug (fixed in #3606330) 
very easy, e.g the following will not do anything:
[bang(
|
[t a]
|
[pack 0 0]

the attached patch sends the incoming messages unmodified to any a outlet of 
[trigger]

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606332group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606334 ] empty lists to [pack] should trigger object

2013-02-28 Thread SourceForge . net
Patches item #3606334, was opened at 2013-02-28 01:52
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606334group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: empty lists to [pack] should trigger object

Initial Comment:
[list 1 2 3( - [pack 10 20 30 40] will overwrite the first 3 elements ot 
[pack] and then trigger the output of the packed list.

but sending an empty list, e.g. [list( - [pack 10 20 30 49], will be 
silently ignored.
the expected bahaviour is that no elements of [pack] are replaced and that the 
packed list is sent to the outlet.

the attached patch fixes this, by only calling obj_list() is the list is 
non-empty (obj_list() will immediately return if it gets an empty list) and 
instead call pack_bang() in this case.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606334group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606144 ] check anything selector for float content

2013-02-28 Thread SourceForge . net
Patches item #3606144, was opened at 2013-02-26 17:42
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: check anything selector for float content

Initial Comment:
Currently, pd_defaultanything just prints out an error.  This patch passes the 
message selector through Pd's parser to see if it can be interpreted as a 
float.  If it can, then the newly converted float is forwarded to the object's 
float method.

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-28 11:34

Message:
Can you give an example patch of where this would be triggered?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606144 ] check anything for float content

2013-02-26 Thread SourceForge . net
Patches item #3606144, was opened at 2013-02-26 17:42
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: check anything for float content

Initial Comment:
Currently, pd_defaultanything just prints out an error.  This patch passes the 
message selector through Pd's parser to see if it can be interpreted as a 
float.  If it can, then the newly converted float is forwarded to the object's 
float method.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606144group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605973 ] pointer to route

2013-02-25 Thread SourceForge . net
Patches item #3605973, was opened at 2013-02-25 14:07
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605973group_id=55736

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: pointer to route

Initial Comment:
Trivial fix for crash when sending a pointer to [route symbol]

This patch doesn't add the possibility to route a pointer based on the selector 
pointer: i.e., [route pointer].  Unfortunately the current behavior is 
inconsistent with the way the other message types are routed by selector.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605973group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605992 ] makefilename %n

2013-02-25 Thread SourceForge . net
Patches item #3605992, was opened at 2013-02-25 16:37
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605992group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: makefilename %n

Initial Comment:
fix for bug #3000878
set format string to empty symbol when %n is detected and print a warning 
(since it doesn't make sense in the context of makefilename anyway)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605992group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3606000 ] remove list method from my_numbox

2013-02-25 Thread SourceForge . net
Patches item #3606000, was opened at 2013-02-25 18:23
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606000group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: remove list method from my_numbox

Initial Comment:
fix for bug #3414961

removing the explicit listmethod lets Pd truncate lists automatically (as well 
as treat empty lists as bangs)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3606000group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3605771 ] Put functions not working bng

2013-02-23 Thread SourceForge . net
Bugs item #3605771, was opened at 2013-02-23 14:26
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605771group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Put functions not working bng

Initial Comment:
bng and other put functions generating could not create error

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605771group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605384 ] [print -n] without colon for lists

2013-02-20 Thread SourceForge . net
Patches item #3605384, was opened at 2013-02-20 00:06
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605384group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: [print -n] without colon for lists

Initial Comment:
Patch for bug #2770541

[1 2 3(
|
[print -n]

used to print : 1 2 3

now it prints 1 2 3

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605384group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605384 ] [print -n] without colon for lists

2013-02-20 Thread SourceForge . net
Patches item #3605384, was opened at 2013-02-20 00:06
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605384group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Miller Puckette (millerpuckette)
Summary: [print -n] without colon for lists

Initial Comment:
Patch for bug #2770541

[1 2 3(
|
[print -n]

used to print : 1 2 3

now it prints 1 2 3

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605384group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605379 ] arg for pow~

2013-02-19 Thread SourceForge . net
Patches item #3605379, was opened at 2013-02-19 22:48
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605379group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: arg for pow~

Initial Comment:
adds a scalarpow_tilde_class to use when an arg is given to the object

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605379group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3605193 ] xlets and canvas problems

2013-02-18 Thread SourceForge . net
Bugs item #3605193, was opened at 2013-02-18 06:49
Message generated for change (Tracker Item Submitted) made by emviveros
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605193group_id=55736

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: Graph-On-Parent
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Esteban Viveros (emviveros)
Assigned to: Nobody/Anonymous (nobody)
Summary: xlets and canvas problems

Initial Comment:
In pd-extended .43.4, when I try to use a canvas with graph on parents, I can't 
see the inlets and outlets.. Is as if graph on parents is below of the canvas 
object.

This issue make impossible to use autotips feature in xlets of a GOP objects.. 
I'm upload a file with a example...

Pd Version: 0.43.4-extended
DreamStudio 12.04.1LTS (based on Ubuntu 12.04.1LTS)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605193group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3605194 ] Autotips in customized GOP

2013-02-18 Thread SourceForge . net
Bugs item #3605194, was opened at 2013-02-18 07:23
Message generated for change (Tracker Item Submitted) made by emviveros
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605194group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Esteban Viveros (emviveros)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Autotips in customized GOP

Initial Comment:
Autotips doesn't work stable with a Graphical abstractions in pd-extended. 
Opening the same patches in pd-l2ork, autotips work fine. 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605194group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3605210 ] [msgfile] crashes Pd in Windows 7 Vista

2013-02-18 Thread SourceForge . net
Bugs item #3605210, was opened at 2013-02-18 10:16
Message generated for change (Tracker Item Submitted) made by rolfmeesters
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605210group_id=55736

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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: rolf meesters (rolfmeesters)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [msgfile] crashes Pd in Windows 7  Vista

Initial Comment:
with pd-ext 43.4 sending a read of an existing file crashes Pd without 
notifications
on Windows 7  Vista

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605210group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3605235 ] memory leak

2013-02-18 Thread SourceForge . net
Bugs item #3605235, was opened at 2013-02-18 17:54
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605235group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: memory leak

Initial Comment:
[pd foo] -- keep the subpatch visible

[tgl]
|
[metro 1]
|
[; pd-foo clear; pd-foo obj 0 0 select(

You can substitute any object name for select above.  Click the toggle and 
watch your memory consumption step up.  It won't get released until you close 
Pd.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605235group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605240 ] improvements to select

2013-02-18 Thread SourceForge . net
Patches item #3605240, was opened at 2013-02-18 19:58
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605240group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: improvements to select

Initial Comment:
This patch fixes bug #1190023 so that you can change the value to the right 
inlet to be a float or symbol message regardless of the original argument to 
the object.

It also allows symbol and float args to be mixed.  In my own experience this is 
of marginal value in real-world patches, but it is important in teaching, to 
make sure that students don't run into nearly incomprehensible behavior when 
they experiment with mixed arg types.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605240group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605240 ] improvements to select

2013-02-18 Thread SourceForge . net
Patches item #3605240, was opened at 2013-02-18 19:58
Message generated for change (Comment added) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605240group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: improvements to select

Initial Comment:
This patch fixes bug #1190023 so that you can change the value to the right 
inlet to be a float or symbol message regardless of the original argument to 
the object.

It also allows symbol and float args to be mixed.  In my own experience this is 
of marginal value in real-world patches, but it is important in teaching, to 
make sure that students don't run into nearly incomprehensible behavior when 
they experiment with mixed arg types.

--

Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-18 20:02

Message:
Can't add the demo patch now.

Here it is: http://puredata.info/Members/jancsika/select-revisions/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605240group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3605257 ] fix for floor and ceil in expr

2013-02-18 Thread SourceForge . net
Patches item #3605257, was opened at 2013-02-18 21:14
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605257group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix for floor and ceil in expr

Initial Comment:
Change the args for the floor and ceil function in expr from 2 to 1

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3605257group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3605050 ] Missing abstractions in latest pd-ext

2013-02-17 Thread SourceForge . net
Bugs item #3605050, was opened at 2013-02-17 02:58
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605050group_id=55736

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: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Missing abstractions in latest pd-ext

Initial Comment:
Hi,

 just noticed that some of my abstractions are missing on the latest pd-ext.
 According to my computer, they're still in svn.

 Here is a list of the missing abs:
 bezier~
 gui-edit
 mat-~
 rgb-color
 swatch
 swatch-gui

 I checked both windows and debian builds, it was the same. Anything I
 forgot to deliver? Or were they added too late to svn?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3605050group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3604864 ] Docs not installed properly with Ubuntu package

2013-02-15 Thread SourceForge . net
Bugs item #3604864, was opened at 2013-02-15 06:23
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604864group_id=55736

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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Docs not installed properly with Ubuntu package

Initial Comment:
On Ubuntu 12.04 LTS, when puredata is installed with software manager / 
apt-get, the documentation doesn't seem to be installed correctly. Help - HTML 
Manual doesn't do anything, and Help - About displays an error message box 
that says:

couldn't open /usr/lib/puredata/doc/1.manual/1.introduction.txt: no such file 
or directory
couldn't open /usr/lib/puredata/doc/1.manual/1.introduction.txt: no such file 
or directory
while executing
open $filename
(procedure menu_aboutpd line 18)
invoked from within
menu_aboutpd
invoked from within
.pdwindow.#menubar.#menubar#help invoke active
(uplevel body line 1)
invoked from within
uplevel #0 [list $w invoke active]
(procedure tk::MenuInvoke line 50)
invoked from within
tk::MenuInvoke .pdwindow.#menubar.#menubar#help 1
(command bound to event)

Also, I'm not sure if any example files are supposed to be installed but I 
couldn't find any.

Possibly related, Test Audio And MIDI... does nothing when selected.

Unsure which version of PD it is, the about box doesn't display.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604864group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3604698 ] start jack portnames at 1

2013-02-14 Thread SourceForge . net
Patches item #3604698, was opened at 2013-02-14 07:08
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604698group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: start jack portnames at 1

Initial Comment:
for reasons unknown to me, most applications in the jack world start couting 
their ports with 1.
Pd is the big exception here (starting with 0).

this is bad, as it prevents us to use tools like jack.plumbing to handle 
connections (where one can use regular expression with backreferences to 
describe how jackports should (not) be connected; this only works if both 
applications use the same numbering scheme)

the attached patch makes Pd use standard conformant portnames.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604698group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3604700 ] allow Pd to *not* automatically connect to jack

2013-02-14 Thread SourceForge . net
Patches item #3604700, was opened at 2013-02-14 07:15
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604700group_id=55736

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: wishlist
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: allow Pd to *not* automatically connect to jack

Initial Comment:
when using jack, Pd currently tries to automatically connect itself to the 
soundcard.
this is great, as it makes it easy to get audio in/out with minimal setup.

unfortunately there are some situations where this is suboptimal (when Pd's I/O 
is sent to another application, and one doesn't want to have both Pd's dry 
signal and the audio output of the other application on the speakers).

the attached patch adds a new flag -noaudioconnect to Pd's startup flags, 
which will prevent the automatic connection to the default soundcard)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604700group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3604224 ] WkOo2B a href=http://adhaqizpaeik.com/adhaqizpaeik/a,

2013-02-12 Thread SourceForge . net
Bugs item #3604224, was opened at 2013-02-12 02:26
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604224group_id=55736

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: v0.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: WkOo2B  a href=http://adhaqizpaeik.com/;adhaqizpaeik/a,

Initial Comment:
WkOo2B  a href=http://adhaqizpaeik.com/;adhaqizpaeik/a, 
[url=http://qcqrhkwzzfkw.com/]qcqrhkwzzfkw[/url], 
[link=http://ebqdbykumlsy.com/]ebqdbykumlsy[/link], http://kfazawcbtjzw.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604224group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3604277 ] T50CIz a href=http://hgsrcdxshywv.com/hgsrcdxshywv/a,

2013-02-12 Thread SourceForge . net
Bugs item #3604277, was opened at 2013-02-12 06:32
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604277group_id=55736

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: pd-devel
Group: v0.40.1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: T50CIz  a href=http://hgsrcdxshywv.com/;hgsrcdxshywv/a,

Initial Comment:
T50CIz  a href=http://hgsrcdxshywv.com/;hgsrcdxshywv/a, 
[url=http://zhqbqjtfxtej.com/]zhqbqjtfxtej[/url], 
[link=http://srpgtwkooynu.com/]srpgtwkooynu[/link], http://lcfkgongopwx.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604277group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3604438 ] MHlX8D a href=http://aaeixzefiwhm.com/aaeixzefiwhm/a,

2013-02-12 Thread SourceForge . net
Bugs item #3604438, was opened at 2013-02-12 21:51
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604438group_id=55736

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: Graph-On-Parent
Group: v0.38.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: MHlX8D  a href=http://aaeixzefiwhm.com/;aaeixzefiwhm/a,

Initial Comment:
MHlX8D  a href=http://aaeixzefiwhm.com/;aaeixzefiwhm/a, 
[url=http://trkfgoztgyev.com/]trkfgoztgyev[/url], 
[link=http://jelyjnfbgqin.com/]jelyjnfbgqin[/link], http://ralmsirtvypz.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604438group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3604123 ] h1KXwk a href=http://jzmtffghccpl.com/jzmtffghccpl/a,

2013-02-11 Thread SourceForge . net
Bugs item #3604123, was opened at 2013-02-11 07:55
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604123group_id=55736

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: Graph-On-Parent
Group: v0.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: h1KXwk  a href=http://jzmtffghccpl.com/;jzmtffghccpl/a,

Initial Comment:
h1KXwk  a href=http://jzmtffghccpl.com/;jzmtffghccpl/a, 
[url=http://hgkxpixozgsp.com/]hgkxpixozgsp[/url], 
[link=http://cbqcgcztaznd.com/]cbqcgcztaznd[/link], http://vidyvmkucjjm.com/

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3604123group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3603892 ] remove all bang methods from math objects

2013-02-11 Thread SourceForge . net
Patches item #3603892, was opened at 2013-02-08 17:38
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3603892group_id=55736

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: wishlist
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: remove all bang methods from math objects

Initial Comment:
Per IOhannes' suggestion, this patch removes all bang methods from the classes 
in x_arithmetic.c

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-02-11 16:07

Message:
As I mentioned in the other patch tracker, I think its a bad idea to remove
the bang methods because it breaks backwards compatibility.

--

Comment By: Jonathan Wilkes (jancsika1)
Date: 2013-02-08 18:02

Message:
The revised version includes the fix for atan2 not reading its floatarg.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3603892group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3604002 ] -O6 is not a valid optimization flag

2013-02-10 Thread SourceForge . net
Patches item #3604002, was opened at 2013-02-10 03:47
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604002group_id=55736

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: -O6 is not a valid optimization flag

Initial Comment:
Hello,

Could you apply the attached patch to the git repository ? -O6 is not a valid 
optimization flag and causes build using clang to fail.

Thnaks

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604002group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3604002 ] -O6 is not a valid optimization flag

2013-02-10 Thread SourceForge . net
Patches item #3604002, was opened at 2013-02-10 03:47
Message generated for change (Settings changed) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604002group_id=55736

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: -O6 is not a valid optimization flag

Initial Comment:
Hello,

Could you apply the attached patch to the git repository ? -O6 is not a valid 
optimization flag and causes build using clang to fail.

Thnaks

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3604002group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3603839 ] AUR pd-extended crashes

2013-02-08 Thread SourceForge . net
Bugs item #3603839, was opened at 2013-02-08 08:10
Message generated for change (Tracker Item Submitted) made by nykto
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3603839group_id=55736

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: pd-extended
Group: v0.44
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrice Colet (nykto)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: AUR pd-extended crashes

Initial Comment:
[list] objects just crashes pd on bang on archlinux x86_64 with AUR package

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3603839group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-3603891 ] add bang and working args to atan2

2013-02-08 Thread SourceForge . net
Patches item #3603891, was opened at 2013-02-08 17:32
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3603891group_id=55736

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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: add bang and working args to atan2

Initial Comment:
This patch fixes bug #1426717. It adds a bang method to atan2 and makes the 
floatarg work correctly. That's all it does.

This makes all binops have the same interface. Previously atan2 was the only 
binop that didn't have a bang method, and there is no good reason for that 
inconsistency.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=3603891group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


  1   2   3   4   5   6   7   8   9   >