Bugs item #3601700, was opened at 2013-01-21 19:31
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601700&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: IOhannes m zmölnig (zmoelnig)
Summary: [msgfile] on Win32 cannot open unicode filenames
Initial Comment:
Lucking there is the new sys_open() function in Pd 0.44! :-D It will solve all your woes:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601700&group_…
On Don, 2013-01-03 at 14:26 -0800, SourceForge.net wrote:
> Patches item #3587404, was opened at 2012-11-14 22:29
> Message generated for change (Comment added) made by millerpuckette
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3587404&group_…
>
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: puredata
> Group: None
> >Status: Pending
> >Resolution: Accepted
> Priority: 5
> Private: No
> Submitted By: IOhannes m zmölnig (zmoelnig)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: ability to start multiple pd-guis
>
> Initial Comment:
> starting with Pd-0.43, pd-gui checks whether it is already running and
> tries to reconnect to the existing one.
>
> while this is ok in some situations, it is an issue in other
> situations:
> - when starting multiple instances of Pd on different desktops (i'm
> using the xfce window manager), the new instance will automatically
> focus the desktop of the already-running instance, which makes it
> difficult to separate those instances again (assuming that each
> instance has a number of windows open on startup)
> - when using pd-gui to connect to a remote pd-core (while another
> instance of Pd is running on the same machines) is practically
> prohibited by this behaviour
>
> it would be great if one could turn of this feature (at least when
> starting from the cmdline; and esp. when a <remotehost>:<remotport> is
> given...currently there is onl a check for remotport>5400 (when
> starting without <remotehost>)
I just noticed this made into Miller's Pd and finally I can start Pd
instances in different workspaces again (i.e. new instances do not
automatically switch to the workspace anymore where the old instance is
already running).
I just want to express my satisfaction that this is finally fixed.
Thanks!
Roman
Bugs item #3601594, was opened at 2013-01-20 15:06
Message generated for change (Tracker Item Submitted) made by batinste
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601594&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: batinste (batinste)
Assigned to: Nobody/Anonymous (nobody)
Summary: pd-l2ork randomly crashes with arbitrary long lists
Initial Comment:
Pd-l2ork version 20130111
ubuntu 12.10 64 bits
Attached is my test patch, which builds an increasingly long list and sends it to a [$@<. Pd crashes on my ubuntu 12.10 64bits, Pd-l2ork version 20130111 compiled 13:18:07 Jan 11 2013, I launch it in my terminal with :
~$ pd-l2ork test-dollar-at.pd
All i have to do is continuously move my mouse over the patch while it's running, and it will crash. You can also try to play with the vslider, it will crash. OR (curiously), it won't crash when moving the mouse, but going in and out of edit mode or saving will make it crash...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601594&group_…
Hello,
while I am working on PuREST JSON, I have gotten an interesting error,
but only on Windows:
Two of my objects do not load correctly with the message:
load_object: Symbol "rest_setup" not found
On Linux, this works without any problems, as do the other objects in
Windows.
What is different with [rest] and [oauth] objects? Both are using a lot
of libraries, including libcurl, and so the resulting dll files are
quite large (3.5 and 4.5 MB). Can this be the reason for that error?
Thanks for your help,
Thomas
--
"Anything can be a tool - poverty, war. War is useful because it
is effective in so many areas." (Bijaz to Hayt in: Frank Herbert -
Dune Messiah)
http://www.residuum.org/
Patches item #3601392, was opened at 2013-01-18 08:13
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3601392&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Mac OS X: portmidi UTF-8 device names rather than blank
Initial Comment:
Right now, if there are extended unicode characters (i.e. Japanese) in the name of a MIDI device, portmidi just returns a blank string (""). In Mac OS X 10.7, the names of the default MIDI devices are now localized, so that means for all Mac OS X systems in Japanese, Chinese, Greek, Korean, etc. the MIDI names will all be blank. The attached patch fixes this by using the Mac OS X CFString API to fetch a full UTF-8 version of the name.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2013-01-18 08:13
Message:
I forgot to mention, I also forwarded this patch to Roger Dannenberg for
inclusion in portmidi itself.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3601392&group_…
Patches item #3601392, was opened at 2013-01-18 08:13
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3601392&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Mac OS X: portmidi UTF-8 device names rather than blank
Initial Comment:
Right now, if there are extended unicode characters (i.e. Japanese) in the name of a MIDI device, portmidi just returns a blank string (""). In Mac OS X 10.7, the names of the default MIDI devices are now localized, so that means for all Mac OS X systems in Japanese, Chinese, Greek, Korean, etc. the MIDI names will all be blank. The attached patch fixes this by using the Mac OS X CFString API to fetch a full UTF-8 version of the name.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3601392&group_…
Bugs item #3601146, was opened at 2013-01-16 09:52
Message generated for change (Tracker Item Submitted) made by emviveros
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601146&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: 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: Jack support on Windows
Initial Comment:
Pd don't have option in sound settings to connect with jack audio..
Windows 7 Home Premium x64
Mixed 64/32 bit JACK 1.9.9
Pd Version: 0.43.4-extended-20130116
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601146&group_…
Bugs item #3601127, was opened at 2013-01-16 07:29
Message generated for change (Tracker Item Submitted) made by marcod2
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601127&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: 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: "Tcl Invalid Command Name error" and frozen GOP gui
Initial Comment:
Pd-extended 0.43.4
Linux Ubuntu Lucid 10.04
built-in sound
From time to time when launching my Xth Sense [1] patch this error appears:
(Tcl) INVALID COMMAND NAME: invalid command name ".x9c4d3b0.c"
while executing
".x9c4d3b0.c create image 900 776 -image a4304c0PHOTOIMAGE -tags a4304c0PHOTO
("uplevel" body line 283)
invoked from within
"uplevel #0 $cmds_from_pd"
as far as I can understand, it might be related to nested GOP subpatches.
In fact, the GUI of the "analysis" GOP (at the bottom right of the "Deck") freezes (although data crunching still works).
Then Pd can't be close (although still running properly), and you end up killing it.
I've got GOP abstractions embedded in a parent GOP abstraction, and I load the latter into a parent GOP, which in turn is loaded into a subpatch.
I know it sounds clumsy, but modularity like this works nicely for updating the whole software without changing the main patch.
It worked perfectly fine with pd-ext 0.42.5.
Hans-Christoph Steiner replied me on the list that he identified the bug in the iemgui lib, and posted this:
$ grep PHOTOIMAGE externals/iem/iemgui/src/*.c | grep 'create image'
externals/iem/iemgui/src/hfadl_scale.c:
sys_vgui(".x%lx.c create image %d %d -image %lxPHOTOIMAGE -tags %lxPHOTO\n",
externals/iem/iemgui/src/hfadr_scale.c:
sys_vgui(".x%lx.c create image %d %d -image %lxPHOTOIMAGE -tags %lxPHOTO\n",
externals/iem/iemgui/src/iem_image.c:
sys_vgui(".x%lx.c create image %d %d -image %lxPHOTOIMAGE -tags %lxPHOTO\n",
externals/iem/iemgui/src/vfad_scale.c:
sys_vgui(".x%x.c create image %d %d -image %xPHOTOIMAGE -tags %xPHOTO\n",
hope this help,
the patch is not usable this way,
thanks for your help,
Marco Donnarumma
[1] http://res.marcodonnarumma.com/projects/xth-sense/#download
need to install the xth-sense-lib to run the Xth Sense software
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3601127&group_…
Bugs item #3600932, was opened at 2013-01-15 02:07
Message generated for change (Tracker Item Submitted) made by jackovic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3600932&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: jack (jackovic)
Assigned to: Nobody/Anonymous (nobody)
Summary: the -maxsize option in [soundfiler] resize array
Initial Comment:
The "-maxsize" option for [soundfiler] in the "read" message resize the target array.
This is with Pd 0.43.2test1 on Ubuntu 12.04.
++
Jack
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3600932&group_…
You need the "command line tools" for XCode. From the Apple website:
"Xcode includes a new "Downloads" preference pane to install optional components such as command line tools, and previous iOS Simulators."
...so it seems gcc and make are "optional components" you can get from the "Downloads preference pane"
I don't have the latest OS X or XCode so that's all I have for now,
Ed
Gemnotes-0.2: Live music notation for Pure Data, now with dynamics!
http://sharktracks.co.uk/
>________________________________
> From: Alexandros Drymonitis <adrcki(a)gmail.com>
>To: IOhannes m zmoelnig <zmoelnig(a)iem.at>
>Cc: pd-ot(a)iem.at; pd-dev <pd-dev(a)iem.at>
>Sent: Monday, 14 January 2013, 13:47
>Subject: Re: [PD-ot] Xcode and some commands
>
>
>Just checked the Contents of Xcode, and there's a make executable there, is this a compiler that could do the job? If so, what's the syntax for adding this path in order to install the zexy library?
>Also, I'm reading about fink, and trying to follow some guidelines for installation. I have a question, is the /Applications directory the right one for Xcode? Or should it go somewhere in the /Developer directory? Where exactly?
>
>
>
>
>On Mon, Jan 14, 2013 at 3:16 PM, IOhannes m zmoelnig <zmoelnig(a)iem.at> wrote:
>
>-----BEGIN PGP SIGNED MESSAGE-----
>>Hash: SHA1
>>
>>On 2013-01-14 12:50, Alexandros Drymonitis wrote:
>>> Hi all,
>>
>>hi.
>>
>>
>>this is probably best targetted at pd-dev (pd-list), but anyhow...
>>
>>
>>> I'm trying to install some externals in Pd vanilla. Till now I've
>>> managed to install the Gem library. But now I'm trying to install
>>> zexy, but opening Pd with the '-lib zexy' flag from the command
>>> line is not enough. Trying to follow the installation guidelines of
>>> the library, I'm facing some problems. Trying to run
>>> './bootstrap.sh; ./configure; make' I get the following errors:
>>> ./bootstrap.sh: line 3: aclocal: command not found checking for
>>> gcc... no checking for cc... no checking for cl.exe... no
>>> configure: error: in
>>> `/Applications/Pd-0.44-0.app/Contents/Resources/extra/zexy-2.2.4/src':
>>>
>>>
>>configure: error: no acceptable C compiler found in $PATH
>>> See `config.log' for more details -bash: make: command not found
>>>
>>> I have Xcode, version 4.5.2 installed in my /Applications directory
>>> (I've been told in the past I need to have developer tools in order
>>> to be able to run some commands), but that won't do the job..maybe
>>> it's quite obvious, but my knowledge on this is extremely limited.
>>> Any ideas? Obviously I have OS X. My version is 10.8.2, upgraded
>>> since I have quite an old laptop.
>>
>>i cannot help you in detail (some other devs might be more osx-savy,
>>though), but i will try to give some generic hints.
>>
>>it seems like your system cannot find a number of needed things, namely
>>- - a valid compiler (gcc)
>>- - a valid "make"
>>- - working autotools (e.g. aclocal)
>>
>>at least the former two should be installed when you have XCode
>>properly installed. either you missed something when installing (e.g.
>>only copied XCode app, but forgot to run the "installer"), or you have
>>to add some paths to your PATH variable.
>>try locating the "make" binary (e.g. `find / -name make`) and add that
>>path to your PATH.
>>
>>autotools used to come with xcode, but it seems that they are not
>>shipping it any longer (confirm [1]).
>>you might have luck using a package-manager like "fink".
>>
>>fgasdrm
>>IOhannes
>>
>>
>>
>>[1]
>>http://jsdelfino.blogspot.co.at/2012/08/autoconf-and-automake-on-mac-os-x.h…
>>-----BEGIN PGP SIGNATURE-----
>>Version: GnuPG v1.4.12 (GNU/Linux)
>>Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>>
>>iEYEARECAAYFAlD0BRMACgkQkX2Xpv6ydvTyHwCgvDNVxboc0fWpO8UfWVCtQMoj
>>+pcAoNR8SCx4CEerQL/EAmUKbcyWkAgQ
>>=BZPs
>>-----END PGP SIGNATURE-----
>>
>>_______________________________________________
>>Pd-ot mailing list
>>Pd-ot(a)iem.at
>>http://lists.puredata.info/listinfo/pd-ot
>>
>
>_______________________________________________
>Pd-ot mailing list
>Pd-ot(a)iem.at
>http://lists.puredata.info/listinfo/pd-ot
>
>
>