Yeah, I thought of this last week while debugging but I forgot about it. Fixed with https://github.com/pure-data/pure-data/pull/135 <https://github.com/pure-data/pure-data/pull/135> Can y'all give it a try?
Also, your current recent files stored in the gui defaults might be corrupted with the older bug that didn't quote things correctly.
You can flush them either with the Clear Files menu entry or from the command line on macOS:
defaults write org.puredata.pd.pd-gui write NSRecentDocuments ""
You can then see what's in there with:
defaults read org.puredata.pd.pd-gui
I added the info about using defaults to the mac/README.txt a few days ago.
> On Jul 23, 2017, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> From: "Christof Ressi" <christof.ressi(a)gmx.at <mailto:christof.ressi@gmx.at>>
> Subject: Re: [PD] Open Recent... doesn't look like a Pd-file
> Date: July 23, 2017 at 10:29:39 AM GMT+2
> To: "me.grimm" <megrimm(a)gmail.com <mailto:megrimm@gmail.com>>
> Cc: "pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
>
>
> Hi, I always got this error when the path of the patch has changed and Pd can't find the file. The error message is rather misleading, though.
>
>> Gesendet: Sonntag, 23. Juli 2017 um 04:02 Uhr
>> Von: "me.grimm" <megrimm(a)gmail.com <mailto:megrimm@gmail.com>>
>> An: "pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
>> Betreff: [PD] Open Recent... doesn't look like a Pd-file
>>
>> anyone else getting this. when i go to File -> Open Recent -> foo.pd I get
>>
>> Ignoring 'foo.pd': doesn't look like a Pd-file
>>
>> ?
>>
>> im on pd 0.48-0-test3 OSX 10.12.5
>>
>> m
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
I can only run pd when configured with Jack support, if I switch the non
real time option
./pd -nrt
otherwhise it
./pd
Segmentation fault
pd-0.48-0test2/bin/pd
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff7f32700 (LWP 16148)]
[New Thread 0x7ffff7eb1700 (LWP 16150)]
Thread 3 "pd" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7eb1700 (LWP 16150)]
0x00007ffff78b8f96 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
(IOhannes: that's on Linux)
Hi, when translating Pd to brazilian portuguese, I cam across a few things
I don't really know what they do and stuff, and that I never really
bothered.
For instance, what is the 'verbose' check box in "Path" for?
Thanks
Hi Everyone,
I made these scripts to start translating the pd helfiles and docfiles.
Maybe some of you are interested?
One way of using this is:
1. Generate the ".po" template ($ ./template doc/5.reference "name
lastname" email Language Lang-id)
2. Upload it directly to https://translate.google.com/toolkit
3. Generate an automatic machine translation to the target language of your
choosing
4. Download and integrate the translation back to pd. ($ ./translate
doc/5.reference)
There are other free translating software out there. I suggested google
because it allows multiple users to share a workbench, and the machine
translation is pretty decent in most cases, but it needs revising. I got as
far as spanglish...
The code is mostly on bash shell (using sed, grep...) , so i guess it also
works in linux, and probably on windows with cygwin or mingw. Any
help/improvement/comment is more than appreciated!!
https://fdch.github.io/puradata/
Cheers,
fede
PS: I couldn't find anything in the list about non-gui translation, only
external manuals and stuff. Any pointers here will also help!
(responding in thread)
I believe this is fixed in a commit which is not in a test build yet. Is the recent file list being saved at all or? I not only 1 file is being saved, you're seeing the bug I fixed.
https://github.com/pure-data/pure-data/commit/19030496003eb68fe865c7ccd8d99… <https://github.com/pure-data/pure-data/commit/19030496003eb68fe865c7ccd8d99…>
> On Jul 23, 2017, at 5:33 AM, pd-list-request(a)lists.iem.at wrote:
>
> From: "me.grimm" <megrimm(a)gmail.com <mailto:megrimm@gmail.com>>
> Subject: [PD] Open Recent... doesn't look like a Pd-file
> Date: July 23, 2017 at 4:02:45 AM GMT+2
> To: "pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
>
>
> anyone else getting this. when i go to File -> Open Recent -> foo.pd I get
>
> Ignoring 'foo.pd': doesn't look like a Pd-file
>
> ?
>
> im on pd 0.48-0-test3 OSX 10.12.5
>
> m
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Yes, I believe this is fixed in a commit which is not in a test build yet.
> On Jul 23, 2017, at 5:33 AM, pd-list-request(a)lists.iem.at wrote:
>
> From: "me.grimm" <megrimm(a)gmail.com <mailto:megrimm@gmail.com>>
> Subject: [PD] Open Recent... doesn't look like a Pd-file
> Date: July 23, 2017 at 4:02:45 AM GMT+2
> To: "pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>" <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
>
>
> anyone else getting this. when i go to File -> Open Recent -> foo.pd I get
>
> Ignoring 'foo.pd': doesn't look like a Pd-file
>
> ?
>
> im on pd 0.48-0-test3 OSX 10.12.5
>
> m
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
anyone else getting this. when i go to File -> Open Recent -> foo.pd I get
Ignoring 'foo.pd': doesn't look like a Pd-file
?
im on pd 0.48-0-test3 OSX 10.12.5
m
> On Jul 22, 2017, at 7:46 AM, pd-list-request(a)lists.iem.at wrote:
>
> 2017-07-21 22:10 GMT-03:00 Lucas Cordiviola <lucarda27(a)hotmail.com <mailto:lucarda27@hotmail.com>>:
> pdx metrics are not yet hardcoded, there must be a good argument for that to became meaningful.
>
> what do you mean?
>
> Support it by just testing and giving opinions. But modify that tcl please.
>
> My opinion is that things should look the same, out of the box, on vanilla, pd extended, and purr data. In the verge of bringing cyclone to purr data, I hope the same documentation works in both, cause doing two of them would be insane.
>
> Now, is there any need for further testing?
Yes.
> Hasn't this been tested already?
Only you and Lucas have tested it. Sending emails back and forth to each other agreeing on a change doesn't;t magically make it happen.
I didn't add the metrics changes to the PR because the PR is about bringing the font in first (in my mind). The metrics can be in a different branch. If I put all of them together, it makes it much harder to be able to decide "we want the font changes, but not the metrics changes yet". As I've mentioned before, many times now, I personally do not have all the knowledge to know if the tweak to the tcl from extended, in fact, is only thing that's needed.
That's not to say the extended stuff CANT be brought in, just that, in software that lots of people rely on, it pays to be conservative in making changes like this. It may work for *your* help patches but may break tons of *other* patches for other people. I dunno, which is why I am cautious. We need feedback from others and the "powers that be."
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
I've added a macOS 32bit 0.48.0-test1 build using the normal (old, included) Tk 8.4 wish: http://docs.danomatika.com/pdbuilds/ <http://docs.danomatika.com/pdbuilds/>
>> On Jul 15, 2017, at 11:02 AM, pd-list-request(a)lists.iem.at <mailto:pd-list-request@lists.iem.at> wrote:
>>
>> I notice it looks quite differently in Mac OS, like there is a new font, but it still seems it is Monaco. But the font size is smaller and the boxes are thinner and wider. A subpatch will also have an extra space to the right after the text/name of the subpatch.
>
> You are seeing the retina rendering with a newer Tk, which still has those font issues as the rendered box size does not quite fit the font. I haven't been able to track down a fix yet.
>
> It's weird, though, as this shouldn't be the default yet and Pd should still be using 8.4 which is pixelated on retina screens but has correct object sizing.
>
> Miller, how did you build the mac distribution app?
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>