SourceForge.net | 23 May 21:09
Picon

[ pure-data-Bugs-3529183 ] client broken in last win32 releases

Bugs item #3529183, was opened at 2012-05-23 12:09
Message generated for change (Tracker Item Submitted) made by patrco
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3529183&group_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: Patrice Colet (patrco)
Assigned to: Nobody/Anonymous (nobody)
Summary: client broken in last win32 releases

Initial Comment:
Many bugs are appearing in tcl, one is easy to reproduce, it's attached

the console says in red "invalid command name: .xff8f58 while executing " .xff8f58 configure -cursor
$cursor_run_mode_nothing" when clicking on toggle

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3529183&group_id=55736
SourceForge.net | 23 May 10:25
Picon

[ pure-data-Bugs-3529014 ] pddplink no gop

Bugs item #3529014, was opened at 2012-05-23 01:25
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3529014&group_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: João Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: pddplink  no gop

Initial Comment:
pddplink doesn't get recognized as a graphic object, and therefore doesn't show up while used in a gop.
also, when putting one over a gop patch (to fake its presence in the patch below), it disappears if the patch
below is opened (although it's still there).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3529014&group_id=55736

_______________________________________________
Pd-dev mailing list
(Continue reading)

SourceForge.net | 22 May 21:26
Picon

[ pure-data-Patches-3528911 ] Better support for loading externals on Android

Patches item #3528911, was opened at 2012-05-22 12:26
Message generated for change (Tracker Item Submitted) made by jberkel
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3528911&group_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: Jan Berkel (jberkel)
Assigned to: Nobody/Anonymous (nobody)
Summary: Better support for loading externals on Android

Initial Comment:
Native libs on Android have a few restrictions - they need to start with "lib", end in ".so" and may not
contain tilde ('~'). At the moment apps using pd on Android work around this problem by renaming files,
putting them into a zip archive and unzipping this archive when the app starts.

It would be nice to be able to load them directly from the app's lib directory. The attached patch changes the
loader so that when resolving "z~" it will also look for "libz_tilde.so" in the current search path.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3528911&group_id=55736
(Continue reading)

SourceForge.net | 22 May 19:42
Picon

[ pure-data-Patches-3528891 ] Fixing a few compiler warnings on OS X (LLVM)

Patches item #3528891, was opened at 2012-05-22 10:42
Message generated for change (Tracker Item Submitted) made by totalgee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3528891&group_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: Glen F (totalgee)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fixing a few compiler warnings on OS X (LLVM)

Initial Comment:
A few very minor changes.

A couple of these fix pointer dereferencing which was subsequently not used (has no effect other than
causing a warning with the LLVM compiler on OS X). The only important part is the advancing (++) of the
pointers, which remains as it was. In the other case, an error() function with variable arguments was
being printed using an uncontrolled format string
(http://en.wikipedia.org/wiki/Uncontrolled_format_string). In the context of the actual code, I
don't think it actually is a safety issue -- but it does get rid of another compiler warning/error with the
latest LLVM compiler.

This is my first (admittedly very minor) patch submission, I hope it's okay.  I had submitted a pull request
(Continue reading)

SourceForge.net | 19 May 21:55
Picon

[ pure-data-Bugs-3528275 ] W7 - Pd files not as standard in open dialogue

Bugs item #3528275, was opened at 2012-05-19 12:55
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3528275&group_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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: João Pais (jmmmp)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: W7 - Pd files not as standard in open dialogue

Initial Comment:
Hi,

on Windows 7, Pd files aren't the standard choice in the open dialogue. This isn't a problem with windows XP, though.
The order of formats in the open dialogue is as follows: 

- Pd files
- Max patch files
- Max text files
- Max binary files
- Max Help Files

(Continue reading)

Nicolas Montgermont | 19 May 20:41
Picon
Favicon

svn copy error in pure-data/branches/by-author/gg/externals/ggee

Hello all,

I want to do a copy of the complete svn (not only trunk) with:

svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data pure-data

but I have an error at some point:

svn: In directory 'pure-data/branches/by-author/gg/externals/ggee'
svn: Can't open file 
'pure-data/branches/by-author/gg/externals/ggee/.svn/tmp/text-base/VERSION.svn-base': 
No such file or directory

and I have to kill svn. I have tested twice and exactly the same problem 
happened.
svn update to get the other files after that doesn't work:

Machiavel:pure-data nix$ svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
Machiavel:pure-data nix$ svn cleanup
svn: In directory 'branches/by-author/gg/externals/ggee'
svn: Error processing command 'modify-wcprop' in 
'branches/by-author/gg/externals/ggee'
svn: 'branches/by-author/gg/externals/ggee/configure' is not under 
version control
Machiavel:pure-data nix$ svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

(Continue reading)

SourceForge.net | 18 May 11:59
Picon

[ pure-data-Patches-3424988 ] add proper quoting of filenames to GUI prefs

Patches item #3424988, was opened at 2011-10-17 13:35
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3424988&group_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: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add proper quoting of filenames to GUI prefs 

Initial Comment:
On Mac OS X, then GUI prefs system was not handling quoting of filenames at all.  The first patch adds proper
quoting, then the second patch brings pd_guiprefs.tcl inline with the coding style of the rest of the Pd
GUI code (using namespaces, the 'else' keyword, etc).

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2012-05-18 02:59

Message:
qOcsWV  <a href="http://uqrthntgwctz.com/">uqrthntgwctz</a>,
(Continue reading)

SourceForge.net | 14 May 21:02
Picon

[ pure-data-Bugs-3526671 ] ann library not recognized

Bugs item #3526671, was opened at 2012-05-14 12:02
Message generated for change (Tracker Item Submitted) made by drumanart1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3526671&group_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: Martin Hug (drumanart1)
Assigned to: Nobody/Anonymous (nobody)
Summary: ann library not recognized

Initial Comment:
Hello.
I'm plan to use the ann "Neural Network" on my linux (Ubuntu onerirc).

The first thing is that I couldn't find the ann library in the pd-extended extra folder.
So I downloaded "ann"  from http://puredata.info/Members/dmorelli/ann/ann/
and I copied the unpacket folder to  /usr/lib/pd-extended/extra

Then I downloaded FANN-1.2.0-and compiled it with:
./configure
make
sudo make install
(Continue reading)

SourceForge.net | 12 May 16:42
Picon

[ pure-data-Bugs-3526086 ] gui report of 0.43 (w7)

Bugs item #3526086, was opened at 2012-05-12 07:42
Message generated for change (Tracker Item Submitted) made by jmmmp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3526086&group_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: gui report of 0.43 (w7)

Initial Comment:
Hi,

just trying out pd-ext-0.43 on Windows 7, some small details that can get better:

- when caps lock is on, the key shortcuts don't work (open, save, edit,...)
- in the help browser, it would help if pressing a key would take it to the next file beginning with that
letter: e.g. l goes to liner, etc., 
- is it possible to change the distance of the objects in the autopatcher without recompiling Pd?
- the autotips are in a very small font.
- the canvas properties window doesn't appear in focus
- in the message window, it would be helpful if the history would appear as a drop-down list (although not too
(Continue reading)

SourceForge.net | 11 May 19:32
Picon

[ pure-data-Feature Requests-3525910 ] Load patches as libs like _float_array does

Feature Requests item #3525910, was opened at 2012-05-11 10:32
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3525910&group_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: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Load patches as libs like _float_array does

Initial Comment:
Example of problem:

For me, [struct foo] is analogous to foo_class in an external-- that is, when you instantiate an object that
is an external, it doesn't have to generate and compile new source code with 1001foo_class in it.  Rather it
just allocates memory for all the stuff that class needs, and deallocates when you remove that object. 
That corresponds to creating/deleting a scalar on a canvas.

So instead of [struct $0-foo], which is ugly and a hack, you should be able to do this:
1. Put [import bar] in your abstraction or whatever
2. In directory "bar" have bar_setup.pd, which contains [struct foo]
3. Pd searches its loaded libs to see if library "bar" has been loading; if it hasn't, it loads the patch
bar_setup.pd without giving it a tk window (so that exactly one instance of [struct foo] exists now
(Continue reading)

SourceForge.net | 11 May 15:49
Picon

[ pure-data-Bugs-3525834 ] msgfile read adds extra empty line - flush fails

Bugs item #3525834, was opened at 2012-05-11 06:49
Message generated for change (Tracker Item Submitted) made by ailo-at
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3525834&group_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: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ailo (ailo-at)
Assigned to: Nobody/Anonymous (nobody)
Summary: msgfile read adds extra empty line - flush fails

Initial Comment:
After reading a file created with [msgfile], an empty line is created at the end (use "print" to see it).
Additions can be made after that line with the "add" command, but flush will not output anything beyond the
empty line, while "print" will show that lines in deed have been added.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3525834&group_id=55736

Gmane