Re: [PD] testing some 0.48.0 GUI updates

2017-07-19 Thread Federico Camara Halac
Hi Dan, thanks! the browser now works really great, and it is much more intuitive in my opinion. I noticed that opening a file is now only with Enter/Return, which helps a lot. -- http://fdch.github.io/tv ___ Pd-list@lists.iem.at mailing list

Re: [PD] One click too many on macOS

2017-07-19 Thread Dan Wilcox
Ah ok, I misunderstood. What I was referring to was *very* buggy behavior such as creating a bang with the key binding creates two bangs... What you're talking about is the fact that macOS does not have "focus follows mouse", which it sounds like you are used to. Yes, clicking to focus the

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread cyrille henry
in the po directory. have a look at the readme.txt cheers c Le 19/07/2017 à 18:26, Alexandre Torres Porres a écrit : hi, may I ask where can I find, edit and check out the brazilian portuguese translation of pd, or add it? thanks 2017-07-19 11:23 GMT-03:00 Dan Wilcox

Re: [PD] Macbook Air Errors with 0.48 Test 1

2017-07-19 Thread Miller Puckette
Can you try with "test2"? (on my site, just now uploaded it). thanks Miller On Wed, Jul 19, 2017 at 06:00:36PM +0200, Dan Wilcox wrote: > The error indicates the pd core has crashed or is not running. Sometimes this > also happens if the pd proves has hung in the background. Open Activity >

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
Try deleting that line from the source :) >>yes this works and Gem compiles shit sorry i spoke too soon... I still am getting: Setup.cpp:189:2: error: use of undeclared identifier 'sys_searchpath' sys_searchpath = namelist_append(sys_searchpath, mypath, 0); ^

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Miller Puckette
... I'm not sure, but I think this also is broken on 10.13 - I got a private mail last week: > I’m in the Music and Technology cluster of the COSMOS program, and we use the +Pure Data program as part of the class. Yesterday, I updated my Mac to macOS +10.13 High Sierra, and PD no longer can

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
"damaged" usually means that something's wrong with the app bundle and not with of itself. I'll check it out. enohp ym morf tnes --- Dan Wilcox danomatika.com robotcowboy.com > On Jul 19, 2017, at 7:59 PM, Alexandre Torres Porres wrote: > > and both 32/64 bits have

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Miller Puckette
I guess it's that since I bundled the app asking it to incluide Wish as installed on my machine, it somehow needs additional files that aren't getting copied into the bundle. Dan: are you able to recompile wish 8.4 on a Mac? I can't get it to compile on mine, but if you can make one and just

Re: [PD] testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
This is fixed. I stupidly broke it the other day :P > On Jul 18, 2017, at 4:40 PM, Pierre Guillot wrote: > > Thank a lot! > In the help browser of the previous version, double clicking on a folder > opens the native OS window of the folder, it was really useful. I'm

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Alexandre Torres Porres
hi, may I ask where can I find, edit and check out the brazilian portuguese translation of pd, or add it? thanks 2017-07-19 11:23 GMT-03:00 Dan Wilcox : > I was able to apply the diff, more or less. There was a slight positioning > change after I removed the menu list

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
Look in the po directory? There happens to be a pt_br.po file there... Also, checkout the po/README.txt for the overview of how the translation system works. > On Jul 19, 2017, at 6:26 PM, Alexandre Torres Porres wrote: > > hi, may I ask where can I find, edit and check out

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread Miller Puckette
Try deleting that line from the source :) The fix should have restored binary compatibility for existing compiled Gem installations, but new ones wont' compile with the offending line. If desired, the offending line on the source could be replaced with this pd_this->pd_stuff->st_namelist =

[PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
2017-07-19 14:32 GMT-03:00 Miller Puckette : > Can you try with "test2"? (on my site, just now uploaded it). > > thanks > Miller > howdy, so, trying the mac version, I get an error and can't open Pd, it days the image/file is "damaged" cheers

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
oh, so, macbook pro, sierra (10.12.5), and the previous one (0.48 test1) opened just fine 2017-07-19 14:56 GMT-03:00 Alexandre Torres Porres : > 2017-07-19 14:32 GMT-03:00 Miller Puckette : > >> Can you try with "test2"? (on my site, just now uploaded it). >> >>

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
>> Try deleting that line from the source :) yes this works and Gem compiles >>If desired, the offending line on the source could be replaced with this >>pd_this->pd_stuff->st_namelist = >>namelist_append(pd_this->pd_stuff->st_namelist, mypath, 0); with this error: s_main.c:119:1: error:

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Alexandre Torres Porres
Thanks, seems like it is from the file I edit from portuguese-PT with Palmieri long time ago for pd extended 0.43, right? So, I'm checking this with Pd 0.48, and I can see that some translations do not appear, but they are there in the file. For instance, in the canvas' properties, "Height" and

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
and both 32/64 bits have this issue! 2017-07-19 14:57 GMT-03:00 Alexandre Torres Porres : > oh, so, macbook pro, sierra (10.12.5), and the previous one (0.48 test1) > opened just fine > > 2017-07-19 14:56 GMT-03:00 Alexandre Torres Porres : > >> 2017-07-19

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
The download is using Tk 8.5.19 which has crasher problems on 10.12. The most stable build is to use your included Tk 8.4 wish in mac/stuff. The osx-app.sh already uses this if you invoke it without setting the wish or tk options: mac/osx-app.sh 0.48.0-test2 or, more simply if using auto

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread cyrille henry
Le 19/07/2017 à 09:54, IOhannes m zmoelnig a écrit : On 2017-07-19 09:39, cyrille henry wrote: ubuntu 16.04 i've got tcl8.4, 8.5 and 8.6 on my computer, how can I know the one pd use? configure: [...] wish(tcl/tk): wish it uses the 'wish' executable whatever and wherever

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Antoine Villeret
I do have the same popup window error when clicking on Undo menu entry. cheers a -- do it yourself http://antoine.villeret.free.fr 2017-07-19 10:01 GMT+02:00 cyrille henry : > > > Le 19/07/2017 à 09:54, IOhannes m zmoelnig a écrit : > >> On 2017-07-19 09:39, cyrille henry

[PD] Automatic upload from CI to Deken

2017-07-19 Thread Antoine Villeret
Hi, Would it be acceptable to upload library binary from continuous integration service (i.e. Travis and Appveyor) to Deken ? In my case, it would be a pd library build for Linux (x86_64 and arm), Windows and Mac OS X. And it would be triggered by tag about twice a month. Cheers Antoine -- do

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
This is an easy fix. Looks like the menu_undo procedure takes no arguments but the menu bind which is set gives it one, hence the error. Making a big fix now. > On Jul 19, 2017, at 10:35 AM, pd-list-requ...@lists.iem.at wrote: > > From: Antoine Villeret

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
Fixed in bugfix PR: https://github.com/pure-data/pure-data/pull/111 > On Jul 19, 2017, at 11:01 AM, Dan Wilcox wrote: > > This is an easy fix. Looks like the menu_undo procedure takes no arguments > but the menu bind

Re: [PD] Automatic upload from CI to Deken

2017-07-19 Thread Antoine Villeret
ok thanks, the first push should happen at the end of july + a -- do it yourself http://antoine.villeret.free.fr 2017-07-19 10:55 GMT+02:00 IOhannes m zmoelnig : > On 2017-07-19 10:37, Antoine Villeret wrote: > > Hi, > > > > Would it be acceptable to upload library binary

Re: [PD] Automatic upload from CI to Deken

2017-07-19 Thread Pierre Guillot
I already tried to generate well formatted libraries for Deken (but not to upload them) and I had a problem with the parentheses in the names of the Deken libraries that are not supported by Travis (and Appveyor I guess) because they are used inside the URL. I don't find where I spoke about it (on

[PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread cyrille henry
hello, Undo/redo works fine when using the keyboard shortcut, but I've got problem when using the edit menu. clicking on "undo copy" reesult on the opening of an error windos "error": wrong # args: should be "menu_undo" same problem with french or english local. ubuntu 16.04 i've got

[PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread cyrille henry
hello, Le 17/07/2017 à 12:13, Dan Wilcox a écrit : [...] * The translation build system has been updated as it wasn't automatically refreshing the translation files. For translators, there should be new strings to add and other to update (see po/README.txt for details). For users, the menu

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread IOhannes m zmoelnig
On 2017-07-19 09:39, cyrille henry wrote: > > ubuntu 16.04 > i've got tcl8.4, 8.5 and 8.6 on my computer, how can I know the one pd use? > > configure: > [...] > wish(tcl/tk): wish it uses the 'wish' executable whatever and wherever that is. most likely it is tk8.6, which has been

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
> On Jul 19, 2017, at 10:10 AM, pd-list-requ...@lists.iem.at wrote: > > rom: IOhannes m zmoelnig > > Subject: Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates > Date: July 19, 2017 at 9:54:06 AM GMT+2 > To: cyrille henry

Re: [PD] One click too many on macOS

2017-07-19 Thread Dan Wilcox
Most of the UI error like this are because the first test build from Miller is using the buggy Tk 8.5.9. Please test with Tk 8.4 or with a custom build of something newer. it took me a *long* time to figure out what was going on when I first tried the update years ago and happily through away

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
Fixed in a bugfix PR: https://github.com/pure-data/pure-data/pull/109 > On Jul 19, 2017, at 10:46 AM, Dan Wilcox wrote: > > >> On Jul 19, 2017, at 10:10 AM, pd-list-requ...@lists.iem.at >>

Re: [PD] Pd 0.48.0.test1 fails to create all the gop objects of an existing patch

2017-07-19 Thread IOhannes m zmoelnig
On 2017-07-19 07:38, David Adams wrote: > I uninstalled 0.47.1 and installed 0.48.0.test1 and tried to open a file of > seven placed abstractions but only two appear as the expected gop objects. > (the dark green canvas was moved manually). Screenshot 1 > Uninstalled 0.48 and reinstalled 0.47.1

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Roman Haefeli
On Mit, 2017-07-19 at 10:01 +0200, cyrille henry wrote: >  > > can you confirm the pproblem with the menu, or is it just me? No, I have the same behavior on Ubuntu 16.04 / wish 8.6. Roman signature.asc Description: This is a digitally signed message part

[PD] One click too many on macOS

2017-07-19 Thread Roman Haefeli
Hey all Maybe a little late in the cycle: In Pd on a Mac, you need to click twice when switching windows. First click changes window focus and only the second click can be used to interact with the window content.  It seems not to be typical behavior on a Mac. With other applications I can

Re: [PD] your favorite key:value data structure?

2017-07-19 Thread Dan Wilcox
See also [m_symbolarray] in rjlib > On Jul 19, 2017, at 7:38 AM, pd-list-requ...@lists.iem.at wrote: > > From: Ali Momeni > > Subject: Re: [PD] your favorite key:value data structure? > Date: July 19, 2017 at 12:06:27 AM GMT+2 > To: Alexandre Torres

Re: [PD] DSP cycle - block size & overlapping

2017-07-19 Thread Pierre Guillot
Hi, 1) I wanted to use [bang~] with [print~] to debug (you can also uses [print~] with higher block sizes but you won't be able to see what happens with overlap and block sizes inferior to 64 samples). And I guess you can always find an application because using smaller block sizes can simplify

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
> On Jul 19, 2017, at 10:10 AM, pd-list-requ...@lists.iem.at wrote: > > Le 17/07/2017 à 12:13, Dan Wilcox a écrit : > [...] >> * The translation build system has been updated as it wasn't automatically >> refreshing the translation files. For translators, there should be new >> strings to add

Re: [PD] [PD-announce] pd 0.48-0test1 released

2017-07-19 Thread Roman Haefeli
On Mit, 2017-07-19 at 00:24 +0200, IOhannes m zmölnig wrote: > On 07/18/2017 11:20 PM, IOhannes m zmölnig wrote: > > i'm currently looking for a fix for this problem. > > i think i might have found one: > >    https://github.com/pure-data/pure-data/pull/108 > > please test (the issue that gets

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
Well, Mac OS 10.13 (High Sierra) is still at a public beta 2 version, so not yet officially out. 10.12.6 was just released by the way, I should update and test it cheers 2017-07-19 15:31 GMT-03:00 Miller Puckette : > ... I'm not sure, but I think this also is broken on 10.13 - I

Re: [PD] PD 0.48-0 test2 segfaults with Jack and rt on Linux

2017-07-19 Thread Max
Just tried to compile pd-0.47-1 with jack for reference: ./pd disabling real-time priority due to missing pd-watchdog (/pd-0.47-1/src/bin/pd-watchdog) Error in startup script: couldn't read file "/pd-0.47-1/src/tcl//pd-gui.tcl": no such file or directory maybe something on my system got

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
Or if you're talking about not being able to load videos, etc, then yes. the QuickTime framework has been gone for a while now. Maintaining software is like mowing a lawn... > On Jul 19, 2017, at 8:45 PM, Alexandre Torres Porres wrote: > > 2017-07-19 15:42 GMT-03:00 Dan

[PD] Pd 0.48.0test1: strange behavior graph in struct

2017-07-19 Thread rolfm
Pd 0.48.0test1, zip version, Windows 10. in my patch a graph is created in a struct. attached pic-1.png shows how it is in Vanilla 0.47. pic-2-a.png shows the same window in Pd 0.48: the graph is not showing. opening the table $0-waveform gives pic-2-b.png: the graph is upside down!!

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
Here's a small update: https://github.com/pure-data/pure-data/pull/116/commits/5c3fa8b9544bbb5b1dc0378d5c93b8eac5e62b32 You could incorporate those changes into your update. As listed in the

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
2017-07-19 15:36 GMT-03:00 Dan Wilcox : > If that's true, we need to fix the font & object sizing issues in 8.5+ as > it looks like 8.4 will no longer work in 10.13+. I imagine it's because > they are finally deprecating the Carbon framework... > Does it mean Pd-Extended

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
Possibly. We've known that this has been coming, hence the updates and deken. We really just need people to build the libs they want and get them online... > On Jul 19, 2017, at 8:39 PM, Alexandre Torres Porres wrote: > > 2017-07-19 15:36 GMT-03:00 Dan Wilcox

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
Gem works fine, it just doesn't add the proper startup flags as far as I know. > On Jul 19, 2017, at 8:45 PM, Alexandre Torres Porres wrote: > > 2017-07-19 15:42 GMT-03:00 Dan Wilcox >: > We really just need people to build

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
2017-07-19 15:42 GMT-03:00 Dan Wilcox : > We really just need people to build the libs they want and get them > online... > but all from extended are already there, right? :) It seems only GEM has issues ___ Pd-list@lists.iem.at

Re: [PD] your favorite key:value data structure?

2017-07-19 Thread oliver
Dan Wilcox wrote: Wow. Nice! Do you mind if I repackage it in the rc-patches? I usually pull together useful things posted to this list... of course, you're welcome ! what's still missing is an "insert" method. miller announced a native [text insert] for the new PD release (that i didn't

[PD] PD 0.48-0 test2 segfaults with Jack and rt on Linux

2017-07-19 Thread Max
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

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread IOhannes m zmölnig
On 07/19/2017 07:08 PM, Miller Puckette wrote: > If desired, the offending line on the source could be replaced with this instead, i would love to have a *function* that allows me to add a search-path from an external (either globally, or just for the current abstraction). that function could

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
It does, it probably just needs to be built for 64 bit. I don't believe there is a 64 bit build of Gem on deken. > On Jul 19, 2017, at 9:04 PM, pd-list-requ...@lists.iem.at wrote: > > From: Alexandre Torres Porres > > Subject: Re: [PD] "Damaged Error"

Re: [PD] [PD-dev] preferences GUI behavior proposal

2017-07-19 Thread Federico Camara Halac
I guess that 'Save all preferences' can be left out if Pd remembers the last loaded preferences. I just tried, for example: 1-Forget all... 2-CMD+Q and reopen 3-Load from... (file) 4-CMD+Q and reopen Pd starts as if no preferences were loaded, which I think is the case unless save all

Re: [PD] One click too many on macOS

2017-07-19 Thread Roman Haefeli
On Mit, 2017-07-19 at 10:49 +0200, Dan Wilcox wrote: > Most of the UI error like this are because the first test build from > Miller is using the buggy Tk 8.5.9. Please test with Tk 8.4 or with a > custom build of something newer. I built my own Pd-0.48.0.app and it uses 8.4: Tk 8.4.19 and it

Re: [PD] Macbook Air Errors with 0.48 Test 1

2017-07-19 Thread Dan Wilcox
The error indicates the pd core has crashed or is not running. Sometimes this also happens if the pd proves has hung in the background. Open Activity Monitor and make sure there is no "pd" processing running, if so then kill it. As a test, try running the pd core from the command line in

[PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
compiling Gem from latest git pull (just now) with this fix? pure-data/pure-data@c34380a I get: clang: *warning: *optimization flag '-falign-loops' is not supported [-Wignored-optimization-argument] clang:

Re: [PD] testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
> On Jul 17, 2017, at 10:33 PM, Federico Camara Halac > wrote: > > Here are some stuff I tested: > > * New preferences system: basically the core prefs have now been separated > from the gui prefs and there is a new submenu for this > > I like this. I notice two

[PD] Pd 0.48.0test1, Pd crashes when opening patch second time

2017-07-19 Thread rolfm
Pd 0.48.0test1, zip version,fresh copy, Windows 10. when i load my (extensive) patch it is/seems ok. i close it without closing the Pd-window. opening the patch again crashes Pd. this happens using pd.exe. when i use pd.com, at the second opening of the patch Windows tells me: is there a

Re: [PD] your favorite key:value data structure?

2017-07-19 Thread Jonathan Wilkes via Pd-list
> By default, "search" matches only lines whose first field(s) match the search key(s).  OTOH, if you have a duplicate key and want to find anything besides the first occurence of the key it will be tricky. Could also just reimplement dogensym in Pd. :) -Jonathan > cheers > Miller #N

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Alexandre Torres Porres
seems it also doesn't work for pd 64 bits on the mac, but I dont know, I dont really use it anyway 2017-07-19 15:47 GMT-03:00 Dan Wilcox : > Or if you're talking about not being able to load videos, etc, then yes. > the QuickTime framework has been gone for a while now. > >

Re: [PD] your favorite key:value data structure?

2017-07-19 Thread Dan Wilcox
Wow. Nice! Do you mind if I repackage it in the rc-patches? I usually pull together useful things posted to this list... > On Jul 19, 2017, at 8:56 PM, pd-list-requ...@lists.iem.at wrote: > > From: oliver > > Subject: Re: [PD] your favorite key:value

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
> On Jul 19, 2017, at 10:28 PM, Alexandre Torres Porres > wrote: > > well, glad this is coming to vanilla now ;) > The funny thing is, it's been in vanilla for quite some time but just not being built. Glad I fixed it now. Dan Wilcox @danomatika

Re: [PD] PD 0.48-0 test2 segfaults with Jack and rt on Linux

2017-07-19 Thread Dan Wilcox
Looks like it's being run from the local bin directory. Perhaps the symlinks are bad? > On Jul 19, 2017, at 10:23 PM, pd-list-requ...@lists.iem.at wrote: > > From: IOhannes m zmölnig > > Subject: Re: [PD] PD 0.48-0 test2 segfaults with Jack and rt on

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
>> Try deleting that line from the source :) oh sorry... are you suggesting deleting the line from the Gem source NOT the pd source? IOhannes, if I DO delete Setup.cpp:189 in Gem source what does this do? I guess I am just confused what I am deleting and why in order to get Gem to build...

Re: [PD] testing some 0.48.0 GUI updates

2017-07-19 Thread Pierre Guillot
Great! Thanks! 2017-07-19 17:36 GMT+02:00 Dan Wilcox : > This is fixed. I stupidly broke it the other day :P > > On Jul 18, 2017, at 4:40 PM, Pierre Guillot > wrote: > > Thank a lot! > In the help browser of the previous version, double clicking

Re: [PD] Gem and Pd.0.48.0

2017-07-19 Thread Miller Puckette
try with new Pd - it should now be binary compatible wth old Gem (but not source compatible; there's line in Setup.cpp in Gem that needs updating). cheers Miller On Mon, Jul 17, 2017 at 04:41:16PM -0400, Federico Camara Halac wrote: > Hi everyone, > > I just compiled Pd like this: > ./configure

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Dan Wilcox
Also, as your build system is pretty old (10.6), there may be probable issues with custom builds of Tk running on much newer systems. > On Jul 19, 2017, at 8:23 PM, Dan Wilcox wrote: > > The download is using Tk 8.5.19 which has crasher problems on 10.12. The most >

[PD] pix_image crashes. Was: "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Federico Camara Halac
I guess this is relates to a bigger issue on osx but still (10.11.6, deken gem, pd.48.0test2 github built) pix_film loads with Quicktime support and Darwin support, but as in Pd-0.47-1, it doesn't work well and cpu launches like apollo 13. Same as pix_movie Pix_multiimage and pix_imageInPlace

Re: [PD] DSP cycle - block size & overlapping

2017-07-19 Thread Christof Ressi
Hi, > It works for me but there is a delay (32 samples) you're right! I made a mistake in my testing. So we can really state that the issue arises when the hopsize is smaller than the blocksize of the parent patch. I attached a patch (overlap-issue-explained.pd) to show the problem visually.

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
I was able to apply the diff, more or less. There was a slight positioning change after I removed the menu list string, so someone might want to do a quick double check: https://github.com/pure-data/pure-data/blob/703c1f8d5d268ceb74e99d1420906fd1519aca24/po/fr.po

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Alexandre Torres Porres
Well, there are new stuff from vanilla now to be translated, like "find externals", anyway, I have a new file for pt-br, I can further revise, but please take this and include in your latest PR? Also, I still don't get the translation of "X/Y Offset", even though they were there, what's up?

Re: [PD] expr update for 0.48

2017-07-19 Thread Shahrokh Yadegari
Hi Alexandre and All, I am not sure if the "using store '=' in functions with multiple arguments" bug has been reported or not. However, in Expr 0.5 which was included in Pd 0.47 an expression which would use the store operator '=" in a function with more than one argument such as the following

Re: [PD] testing some 0.48.0 GUI updates

2017-07-19 Thread Dan Wilcox
Some updates: > On Jul 17, 2017, at 10:33 PM, Federico Camara Halac > wrote: > > I like this. I notice two minor things: > -Path preferences get saved and work but are not displayed on the Path dialog > or in the Help Browser. I tracked

Re: [PD] "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread me.grimm
>> it probably just needs to be built for 64 bit. I don't believe there is a 64 bit build of Gem on deken. it does build and work fine as far as testing goes. no deken 64bit version afaik yeah [pix_film] has no working backend as of now? but [pix_image] works so you could turn video to single

Re: [PD] PD 0.48-0 test2 segfaults with Jack and rt on Linux

2017-07-19 Thread Max
On 2017년 07월 19일 22:23, IOhannes m zmölnig wrote: On 07/19/2017 10:12 PM, Max wrote: Just tried to compile pd-0.47-1 with jack for reference: ./pd what's your cwd? ~/somepath/pd-0.47-1/src/bin/ disabling real-time priority due to missing pd-watchdog

Re: [PD] PD 0.48-0 test2 segfaults with Jack and rt on Linux

2017-07-19 Thread Max
On 2017년 07월 19일 23:05, Max wrote: On 2017년 07월 19일 22:23, IOhannes m zmölnig wrote: On 07/19/2017 10:12 PM, Max wrote: Just tried to compile pd-0.47-1 with jack for reference: ./pd what's your cwd? ~/somepath/pd-0.47-1/src/bin/ no, sorry: ~/somepath/pd-0.47-1/src/

Re: [PD] problem with translation : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Alexandre Torres Porres
2017-07-19 23:06 GMT-03:00 Alexandre Torres Porres : > I can further revise > like now: first reivison pt_br.po Description: Binary data ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] expr update for 0.48

2017-07-19 Thread Alexandre Torres Porres
2017-07-20 2:08 GMT-03:00 Alexandre Torres Porres : > > but I realize v0.55 is here for good to be a part of the next 0.48, so this > would be v0.6 for a later release, right? > well, one of them is the bug where atanh() doesn't load for windows, I really hope this makes it

Re: [PD] expr update for 0.48

2017-07-19 Thread Alexandre Torres Porres
2017-07-20 0:38 GMT-03:00 Shahrokh Yadegari : > Hi Alexandre and All, > > I am not sure if the "using store '=' in functions with multiple > arguments" bug has been reported or not. However, in Expr 0.5 which was > included in Pd 0.47 an expression which would use the store

Re: [PD] [PD-announce] pd 0.48-0test1 released

2017-07-19 Thread Miller Puckette
Ok... I think I have a workaround that will allow us to ship with TCL/TK 8.5 (at last.) I've pushed a compiled Mac app and the source to my webpage and git-pushed. cheers Miller On Sun, Jul 16, 2017 at 12:38:44PM -0700, Miller Puckette wrote: > Sure enough - with TK 8.5, font sizes are no