[PD-dev] Shipping & using DejaVu Font on Ms-Windows

2017-10-02 Thread Lucas Cordiviola
Hi, This is a refined attempt to ship & use DejaVu font on Ms-Windows via TWAPI. I have prepared an readme.hml here: http://lucarda.com.ar/x/dejavu/readme.html I think is the most easy for Miller's build, the ONLY w32 release, btw. ♥pd Lucarda. -- Mensaje telepatico asistido por maquinas.

[PD-dev] DejaVU font on w32 for 0.48-1

2017-12-08 Thread Lucas Cordiviola
Hi Miller, I've put some work on shipping & loading DejaVu font on w32 for the new nice cross-platform gui. Can you review this PR? : https://github.com/pure-data/pure-data/pull/270 The branch can be downloaded from: https://github.com/Lucarda/pure-data/tree/Using-DejaVu-font-on-Ms-Windows-II

Re: [PD-dev] how to configure PD to find ASIO when compiling with mingw?

2018-05-07 Thread Lucas Cordiviola
Looks that --enable-asio must be passed to ./configure. I have no experience on cross-compiling but when compiling on windows ASIO is included by default with no need to specify it on ./configure. This is verbatim from https://github.com/pure-data/pure-data/blob/master/INSTALL.txt#L327-L338 :

Re: [PD-dev] how to configure PD to find ASIO when compiling with mingw?

2018-05-07 Thread Lucas Cordiviola
io/ASIOSDK Now build Pd and it should include ASIO as one of the audio backends. --- Mensaje telepatico asistido por maquinas. On 5/8/2018 2:18 AM, Lucas Cordiviola wrote: > Looks that --enable-asio must be passed to ./configure. > > I have no experience on cross-compiling

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Lucas Cordiviola
ing this already and it doesn't mention abstractions. > But you're right, I should try deken first and come back with more > precise questions. > I just wanted to make sure not to push broken things online. > > Cheers > Joseph > > Le 17/06/18 à 13:53, Lucas Cordiviola a é

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Lucas Cordiviola
Is this what your a looking for? : https://github.com/pure-data/deken/blob/master/developer/README.md -- Mensaje telepatico asistido por maquinas. On 6/17/2018 8:17 AM, Joseph Larralde wrote: > Hi list, > > Apologies if I didn't browse the archives enough before coming here, > but I remain

Re: [PD-dev] pdlibbuilder and static linking pthread by, default on Windows.

2018-02-07 Thread Lucas Cordiviola
https://github.com/pure-data/pure-data/tree/mingw-autotools-nolibdir Mensaje telepatico asistido por maquinas. On 2/7/2018 4:33 PM, Martin Peach wrote: > Where would I find this other branch of which you speak? ___ Pd-dev mailing list

Re: [PD-dev] pdlibbuilder and static linking pthread by, default on Windows.

2018-02-07 Thread Lucas Cordiviola
I just re-tested it and it works here. ./autogen.sh ./configure make make app Mensaje telepatico asistido por maquinas. On 2/7/2018 6:46 PM, Martin Peach wrote: > Now the 'make app' command produces the pd-.0.48.1 directory with > pd.exe inside it but nothing happens if I run that file --

[PD-dev] pdlibbuilder and static linking pthread by default on Windows.

2018-02-06 Thread Lucas Cordiviola
We have been working on pdlibbuilder and I've proposed static linking pthread by default. https://github.com/pure-data/pd-lib-builder/issues/42 https://github.com/pure-data/pd-lib-builder/issues/36 My motivation on doing such thing is to prevent people from forgetting to ship

Re: [PD-dev] pdlibbuilder and static linking pthread by default on Windows.

2018-02-07 Thread Lucas Cordiviola
There are upcoming compilations for w64 and not-too-soon the "double-precision" ones. This will avoid missing pthreads. "-static by default" will also help to not make a mistake and ship an w32 pthread on a w64 pkg. Mensaje telepatico asistido por maquinas. On 2/6/2018 12:43 PM, IOhannes m

Re: [PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-19 Thread Lucas Cordiviola
ompiling form linux, correct)? > > I should have mentioned that not only do I get garbage but also it > doesn't work in the first place (no GUI appears) when I compile it. > > cheers > Miller > > On Mon, Feb 19, 2018 at 10:23:42PM +, Lucas Cordiviola wrote: >> I

Re: [PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-20 Thread Lucas Cordiviola
telepatico asistido por maquinas. On 2/19/2018 9:04 PM, Lucas Cordiviola wrote: >> I guess it's working fine for you - and I guess you're compiling it >> on windows (not cross-compiling form linux, correct)? > Yes. > >> I should have mentioned that not only do I get garbage but al

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Lucas Cordiviola
I'm not sure but -lib might also work on linux. Mensaje telepatico asistido por maquinas. On 2/21/2018 2:39 PM, Alex wrote: [declare -lib jit_expr] worked on my osx machine. On Wed, Feb 21, 2018 at 9:27 AM, Lucas Cordiviola <lucard...@hotmail.com<mailto:lucard...@hotmail.com>> wro

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Lucas Cordiviola
Can you try on you osx [declare -lib jit_expr] or [declare -lib full/path/to/jit_expr]? I'm not sure if -stdlib is currently covering the .../documents/pd/externals/* on all platforms. see https://puredata.info/docs/faq/how-do-i-install-externals-and-help-files for the paths that -stdlib

Re: [PD-dev] Bug when saving the patch with Pd 0.48-1

2018-02-21 Thread Lucas Cordiviola
Can't reproduce the bug on Windows. (Tk 8.5.10 32bit), (Tk 8.5.19 64bit) and (Tk 8.6.8 64bit) ctl+s on-focus @ [array define x] or @ menu/put/array on focus. -- Mensaje telepatico asistido por maquinas. On 2/21/2018 4:38 PM, Pierre Guillot wrote: Hi, I don't know if anybody already

Re: [PD-dev] osx -stdlib path

2018-02-21 Thread Lucas Cordiviola
On 2/21/2018 2:47 PM, Alex wrote: > Considering this should be a drop in replacement for the expr family, > a clash wouldn't actually be problematic if we can define which one is > preferred, though I'm not sure if that is possible so maybe I'll just > stick with the "jit" prefix. Please try

Re: [PD-dev] cross-compiling linus-to-windows 64 bit using automake

2018-02-19 Thread Lucas Cordiviola
It all builds fine and I'm able to run wish86.exe all right; but when I try to test it as in: wine pd-0.48-1test2-ia64/bin/wish86.exe `pwd`/pd-0.48-1test2-ia64/tcl/pd-gui.tcl I get signs of memory corruption that I haven't been able to track down (my debugging statements in pd-gui.tcl generate

Re: [PD-dev] Current GIT master builds are unable to load Gem on Windows

2018-03-25 Thread Lucas Cordiviola
er to the Gem folder. Gem loads but can't create the [gemwin]. -- Mensaje telepatico asistido por maquinas. On 3/20/2018 5:50 AM, IOhannes m zmoelnig wrote: On 2018-03-20 05:48, Lucas Cordiviola wrote: Oliver and I did some tests on compiling Pd for windows. We found that the current master

Re: [PD-dev] Current GIT master builds are unable to load Gem on Windows

2018-03-25 Thread Lucas Cordiviola
gemw32window -- Mensaje telepatico asistido por maquinas. On 3/25/2018 8:29 PM, Christof Ressi wrote: > did you add GEM to your path? in recent GEM, [gemwin] is an abstraction. > > > Gesendet: Montag, 26. März 2018 um 00:55 Uhr > Von: "Lucas Cordiviola" <lucard..

Re: [PD-dev] Current GIT master builds are unable to load Gem on Windows

2018-03-25 Thread Lucas Cordiviola
@Christof For some reason I didn't had the gemwin.pd. I copied it and now it works. :) Mensaje telepatico asistido por maquinas. On 3/25/2018 8:59 PM, Lucas Cordiviola wrote: > I'm starting pd with > > pd -noprefs -font 12 -path C:\Users\Lucarda\Documents\Pd\externals\Gem > -lib G

[PD-dev] Current GIT master builds are unable to load Gem on Windows

2018-03-19 Thread Lucas Cordiviola
Oliver and I did some tests on compiling Pd for windows. We found that the current master branch can't load Gem. We can load it with Miller's build or with self builds from "pure-data-mingw-autotools2" branch from January ‎9, ‎2018. We are sure this is not an "msvcr71.dll" issue or a "-lib"

Re: [PD-dev] Current GIT master builds are unable to load Gem on Windows

2018-03-20 Thread Lucas Cordiviola
Here --> http://lucarda.com.ar/x/Gem-not-loading-w32.zip -- Mensaje telepatico asistido por maquinas. On 3/20/2018 5:50 AM, IOhannes m zmoelnig wrote: On 2018-03-20 05:48, Lucas Cordiviola wrote: Oliver and I did some tests on compiling Pd for windows. We found that the current mas

Re: [PD-dev] Current GIT master builds are unable to load Gem on Windows

2018-03-20 Thread Lucas Cordiviola
On 3/20/2018 8:56 PM, oliver wrote: > i am definitely no developer ;-) > > but, yes include me and i will participate in any testing necessary ! Thanxs for joining Oliver! We are not so many with a win machine/Msys2 to do tests. The more we are we can speed/double-check the hole thing. If

Re: [PD-dev] removing pd/bin/msvr*.dll from Pd/win

2019-01-22 Thread Lucas Cordiviola
> Is pdlibbuilder/mingw statically linking in its own msvcr*? Yes. --> https://github.com/pure-data/pd-lib-builder/blob/master/Makefile.pdlibbuilder#L638 I guess you don't want to hear the nightmares of the C-runtimes that are needed to ship if compiling with MSVS. (latest VS compiled stuff

Re: [PD-dev] removing pd/bin/msvr*.dll from Pd/win

2019-01-22 Thread Lucas Cordiviola
I also agree. I will try to find out if any of the old extended externals actually needs these dlls. Probably msvcrt.dll comes from the Msys1 era. I'll check ASAP with the list of old externals (attached). Mensaje telepatico asistido por maquinas. On 1/22/2019 6:51 PM, Christof Ressi wrote: >

Re: [PD-dev] removing pd/bin/msvr*.dll from Pd/win

2019-01-23 Thread Lucas Cordiviola
Here's a full dependency-walker analysis of all w32 v00-extended Deken: http://lucarda.com.ar/x/dep-walk-00extended-deken-w32-report.zip It's one text file per .dll. We can Grep/Findstring to get results that mainly boils down to: msvcr90.dll -> no match. msvcr71.dll -> Gem and friends.

[PD-dev] Windows 64bit installer was: (PD 0.49-0test1 released)

2018-09-15 Thread Lucas Cordiviola
Moving this to the dev list: Yes the w64 installer defaults to 'Program Files (x86)' instead of 'Program Files' . This makes a mess if a user wants to install both an 32pd & an 64pd. 2 different nsis scripts can be made and both installations are possible(1) but they both share the same

Re: [PD-dev] removing pd/bin/msvr*.dll from Pd/win

2019-01-28 Thread Lucas Cordiviola
> $ deken find --arch "Windows-*-*" | sed -n -e 's|^.*\bURL: > \(.*(Windows-.*\)|\1|p' | sort -u > > gives me the attached list (including those you already scanned). I found missing pkgs from your list but I got a complete one using deken (cancelling a download a binking prompt appears on the

Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread Lucas Cordiviola
[cyclone/mousestate] is very raw compared to [mousepad]. You can have one or more [cyclone/mousestate] and they all will just output the same xy coords for the screen (not the patch). Probably is very easy for [mousepad] to incorporate an option like "global sender" to give the same

Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread Lucas Cordiviola
On 3/21/2019 6:18 AM, Lucas Cordiviola wrote: > You can have one or more [cyclone/mousestate] and they all will just > output the same xy coords for the screen (not the patch). I meant many [mousestate] in different opened patches. Mensaje telepatico asistido por ma

Re: [PD-dev] libpd search paths

2019-02-13 Thread Lucas Cordiviola
there are a couple of things you can try with your [external] or with one that you are sure that works with your arch {1} as Giulio mentioned: 1) create a folder "jl" on the same dir as "main.pd" put an abstraction on "jl" folder. On "main.pd" call the abstraction with [jl/your-abs] If the

Re: [PD-dev] removing pd/bin/msvr*.dll from Pd/win

2019-01-25 Thread Lucas Cordiviola
I've finished scanning all the packages from "deken_w32_filled_2.txt" attached earlier on this thread which covers all Deken as of july 2016. No traces of "msvcr90.dll". @IOhannes: Can you generate a new .txt with all w32 pkgs? I'll gladly scan the rest. :) Mensaje telepatico asistido por

Re: [PD-dev] removing pd/bin/msvr*.dll from Pd/win

2019-01-24 Thread Lucas Cordiviola
> > cheers > M > > > On Wed, Jan 23, 2019 at 10:14:39AM +, Lucas Cordiviola wrote: >> Here's a full dependency-walker analysis of all w32 v00-extended Deken: >> >> http://lucarda.com.ar/x/dep-walk-00extended-deken-w32-report.zip >> >> It's

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-07 Thread Lucas Cordiviola
When trying to build on Debian I get this errors: '' g_text.c: In function ‘canvas_howputnew’: g_text.c:166:40: error: ‘struct _kbdnav’ has no member named ‘kn_navigating’ if ( x->gl_editor->e_kbdnav.kn_navigating && x->gl_editor->e_kbdnav.kn_ioindex > 0 ){

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-08 Thread Lucas Cordiviola
ploaded the wrong "g_text.c" version to the kbd_nav branch. I should be fixed now. ____ De: Lucas Cordiviola <mailto:lucard...@hotmail.com> Enviado: sábado, 8 de junho de 2019 01:10 Para: Henri Augusto Bisognini; pd-dev@lists.iem.at<mailto:pd-dev@list

Re: [PD-dev] pd-0.49-0: Deken not working in Raspberry Pi 3 B+

2019-05-29 Thread Lucas Cordiviola
hmm, Today Deken is not working. I'm on my normal windows machine. Mensaje telepatico asistido por maquinas. On 5/29/2019 11:39 AM, Frodo Jedi wrote: Hi Roman, I confirm that I also receive the message "[deken]: No matching externals found." I performed the steps you indicated. I am on a

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-10 Thread Lucas Cordiviola
oops, this feature is already covered on "intelligent patching amendments #575" Mensaje telepatico asistido por maquinas. On 6/10/2019 5:15 AM, Lucas Cordiviola wrote: > > > Feature request: > > Make TAB a shortcut to "goto x++" and SHIFT+TAB "goto

Re: [PD-dev] formatting HTML doc in Pd distro?

2019-07-04 Thread Lucas Cordiviola
the help On Tue, Jul 02, 2019 at 07:11:35AM +, Lucas Cordiviola wrote: On 7/1/2019 5:46 AM, IOhannes m zmoelnig wrote: i*strongly* suggest to - have **all** the sources (for*anything* generated, including images) in the git-repository - allow to build all artifacts automatically?? (vi

[PD-dev] pd 0.50-0 test1 on win64/tk64 and Pdfontloader

2019-08-12 Thread Lucas Cordiviola
( writing this again as it was in a wrong thread and i have more info) I've detected that your "0.50-0 test1" for win64 is built with an 64-bit wish86.exe. This one does not ship, nor load the current pdfonloader.dll that it's for 32-bit only. I see 2 solutions: 1 - Build and use wish86.exe

Re: [PD-dev] networking updates

2019-08-11 Thread Lucas Cordiviola
On 8/10/19 10:49 PM, Dan Wilcox wrote: > > If you can build Pd and want to try this out, the branch is called > feature/netobject-updates When trying to build this one I get: u_pdsend.c:14:10: fatal error: s_net.h: No such file or directory  #include   ^ compilation

Re: [PD-dev] networking updates

2019-08-11 Thread Lucas Cordiviola
also with Pd 0.50 <-> Pd 0.49 and Pd 0.50 <-> [some other IPv4-only endpoint]! Been testing 0.50 (win & linux) <-> 0.49(win) & UDP Terminal (android). It's working nice. :) Mensaje telepatico asistido por maquinas. On 8/11/19 9:03 AM, Christof Ressi wrote: > The overall approach taken is to

[PD-dev] 0.50-0 released (windows 64bit release with "font" troubles)

2019-08-20 Thread Lucas Cordiviola
Hi Miller, The 64bit release has font troubles. Two files are missing: bin/pdfontloader.dll (the 64bit one) font/DejaVuSansMono-Bold.ttf  (this one is the git repo and in is included in the 32bit release and is actually needed or we get an ugly render.) I attach "pdfontloader64.zip"

Re: [PD-dev] formatting HTML doc in Pd distro?

2019-06-30 Thread Lucas Cordiviola
On 6/30/2019 10:41 PM, Miller Puckette wrote: > The gotcha is that I can't find a way to typeset equations in native HTML... How about making the rendered image (of the math equation) with https://www.codecogs.com/latex/eqneditor.php and include the image in the HTML doc. (isn't this is what

Re: [PD-dev] formatting HTML doc in Pd distro?

2019-06-30 Thread Lucas Cordiviola
On 6/30/2019 1:05 AM, Miller Puckette wrote: > Any advice would be very helpful! Stay in the HTML format. Following https://www.w3schools.com/html/html_basic.asp anyone can come up with an object documentation. HTML is the way to go. No need for latex, md, or whatever. HTML is really simple

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
I could get this from linux, at least is something: ~ Program received signal SIGSEGV, Segmentation fault. 0x76170e93 in pddplink_setup () at pddp/pddplink.c:353 353 sys_vgui("source {%s/pddplink.tcl}\n", dirsym->s_name); ~~~ But no worries is just an edge

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
) ~ Mensaje telepatico asistido por maquinas. On 12/10/2019 8:07 PM, Lucas Cordiviola wrote: > Thx > > :) > > Mensaje telepatico asistido por maquinas. > > On 12/10/19 7:59 PM, Christof Ressi wrote: >>> How do I install gdb in msys2? >> pacman -S gdb >> >

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
I mean this works fine on linux and windows single-precision but this single-precision lib crashes Pd-double in win and linux. ? Mensaje telepatico asistido por maquinas. On 12/10/19 7:50 PM, Lucas Cordiviola wrote: Ok. So why do I get a segfault on linux and a crash on windows

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
On 12/10/2019 6:32 PM, IOhannes m zmölnig wrote: > On 12/10/19 9:45 PM, Lucas Cordiviola wrote: >> But I'm creating a single binary external with a collection of authors >> [zexy] [cyclone] [ggee] [pddplink] ... > what's the purpose of this? > and what's the license? Curren

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
. > > Is there an easier way? > > If not, then a new extension could be handy, so people can throw both > versions into the same folder. > > Christof > >> Gesendet: Dienstag, 10. Dezember 2019 um 21:45 Uhr >> Von: "Lucas Cordiviola" >> An:

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
saje telepatico asistido por maquinas. On 12/10/19 7:30 PM, Lucas Cordiviola wrote: I get the segfault on linux (it also crashes Pd-double) ~~~ Program received signal SIGSEGV, Segmentation fault. 0x76170e93 in pddplink_setup () from /home/lucarda/Desktop/luclibdep

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
I get the segfault on linux (it also crashes Pd-double) ~~~ Program received signal SIGSEGV, Segmentation fault. 0x76170e93 in pddplink_setup ()    from /home/lucarda/Desktop/luclibdep/00-lucarda-external-dep/out64single/lucdep/liblucdep.so ~~~ :) Mensaje

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
; run // actually run the program > ... wait for crash ... >> bt // get the backtrace > press Enter repeatedly to see more lines > > Christof > >> Gesendet: Dienstag, 10. Dezember 2019 um 22:59 Uhr >> Von: "Lucas Cordiviola" >> An: "pd-dev@lists.iem.at&

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
On 12/10/2019 4:54 PM, IOhannes m zmölnig wrote: > # avoiding crashes > an external that has been compiled with single-precision will not > register objectclasses in a double-precision Pd - so the doubl-precision > Pd will not know about those new objects and not crash while using them. > same

Re: [PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
n atom type, so > it's 100% unrelated to single/double precision. > *Gesendet:* Dienstag, 10. Dezember 2019 um 23:37 Uhr > *Von:* "Lucas Cordiviola" > *An:* "pd-dev@lists.iem.at" > *Betreff:* Re: [PD-dev] Double precision externals extensions.

Re: [PD-dev] Double precision externals extensions.

2019-12-11 Thread Lucas Cordiviola
Thanks Christof now everything's fine and I learned how to use msys2 gdb compiling with "alldebug" with pd-lib-builder. As for the "null pointer check" I just did this on pddplink_setup(): ~     if (dirsym) {     dirsym = pddplink_class->c_externdir;  /* FIXME */    

Re: [PD-dev] Double precision externals extensions.

2019-12-11 Thread Lucas Cordiviola
On 12/11/2019 2:36 PM, IOhannes m zmölnig wrote: > the proper condition is: > if(pddplink_class) { >dirsym=... > } else { >dirsym=NULL; > } Ok right, I posted what i did because I was not sure. Had fixed it :) Coming back to the subject of this thread: The combined single/double dll is

[PD-dev] Double precision externals extensions.

2019-12-10 Thread Lucas Cordiviola
Could we have special extension for double-precision external? Something like foo.m_amd64dp ? This way we can have external pkgs including both single and double externals. Also instruct Pd to *not* try to load the not current precision and avoid crashes. -- Mensaje telepatico asistido

Re: [PD-dev] switch bugs.puredata.info to github?

2019-10-06 Thread Lucas Cordiviola
I went ahead editing the old https://puredata.info/dev/BugTracker Mensaje telepatico asistido por maquinas. On 10/6/2019 5:36 PM, Federico Camara Halac wrote: > +1 Perhaps it would also be useful to include a tiny issue template, > or some simple guidelines to include the minimum needed to

Re: [PD-dev] switch bugs.puredata.info to github?

2019-10-06 Thread Lucas Cordiviola
I agree with the redirection to Github. If for whatever reason we need to have both (github and sourceforge) we can redirect to some new page in puredata.info with a brief explanation: ~~~ Please include which OS and which Pd version you are using in the bug report. You

Re: [PD-dev] [PD] double precision merged

2020-02-26 Thread Lucas Cordiviola
asistido por maquinas. On 2/26/2020 11:40 AM, Lucas Cordiviola wrote: I have also requested this: https://lists.puredata.info/pipermail/pd-dev/2019-12/022203.html :) Mensaje telepatico asistido por maquinas. On 2/26/2020 9:58 AM, Christof Ressi wrote: I see you point and I think it's

Re: [PD-dev] [PD] double precision merged

2020-02-26 Thread Lucas Cordiviola
I have also requested this: https://lists.puredata.info/pipermail/pd-dev/2019-12/022203.html :) Mensaje telepatico asistido por maquinas. On 2/26/2020 9:58 AM, Christof Ressi wrote: I see you point and I think it's a philosophical issue. In Supercollider, for example, I can't compile a UGen

Re: [PD-dev] libraries that crash in a double-precision runtime

2020-03-06 Thread Lucas Cordiviola
sorry the txt was empty. One more try. see attached. Mensaje telepatico asistido por maquinas. On 3/6/2020 6:21 PM, Lucas Cordiviola wrote: Hi Thomas, The only thing I got from deken (for win64) was "purest_json[v1.4.3](Windows-amd64-64).dek" Pd-double refuses to load it c

Re: [PD-dev] Issues building PD 0.51.x

2020-12-09 Thread Lucas Cordiviola
Also note/try:     $ ./autogen.sh     $ ./configure     $ make app I'd never used:     $ make all -- Mensaje telepatico asistido por maquinas. On 12/9/2020 11:53 AM, Christof Ressi wrote: indicating that _WIN32 is not defined. So if I instead build with CFLAGS=-D_WIN32, I get a different

Re: [PD-dev] [PD] [PD-announce] Pd 0.513 test5 released

2020-11-03 Thread Lucas Cordiviola
Hi Miller, On Windows 64bit builds starting from Pd 0.51.3-test2 you have switched tcl/tk-8.6.8(64bit) to 8.6.10(32bit). Was it intentional to change the arch? Pdfontloader.dll (64bit) has stopped loading and Pd falls-back to courier font. -- Mensaje telepatico asistido por maquinas.

Re: [PD-dev] building fluid~ on Linux (was: [PD] fluid~ for Pd-Vanilla - test version)

2021-01-08 Thread Lucas Cordiviola
sh linuxdep32.sh rm linuxdep32 ~~~ However, the crucial part is that the included libfluidsynth.so should not be "tainted" with support for all kinds of things. This means, you can't take the one shipped by the distro. Why not? but according to the snippet, I'd suppose something like this:

Re: [PD-dev] building fluid~ on Linux (was: [PD] fluid~ for Pd-Vanilla - test version)

2021-01-09 Thread Lucas Cordiviola
On 1/9/2021 7:38 PM, Alexandre Torres Porres wrote: As I preannounced at one point earlier, and to the surprise of nobody, I have plans on integrating this into ELSE Are you sure you want ELSE to be so difficult to build just for a single [fluidsynth~] object? Mensaje telepatico asistido

Re: [PD-dev] building fluid~ on Linux (was: [PD] fluid~ for Pd-Vanilla - test version)

2021-01-09 Thread Lucas Cordiviola
On 1/9/2021 2:39 PM, Alexandre Torres Porres wrote: What feels sane for me is creating a new object, with a different name (fluidsynth~) and its own design that is cleaner and doesn't try to fix this compatibility issues, cause it's just a nightmare with no simple solution. I like the idea of

Re: [PD-dev] building fluid~ on Linux (was: [PD] fluid~ for Pd-Vanilla - test version)

2021-01-10 Thread Lucas Cordiviola
On 1/10/2021 6:06 PM, Roman Haefeli wrote: From what I understand, the [fluidsynth~] external doesn't make use of this stuff, so there is no point in bloating the library and the number of dependencies unnecessarily. We have and older Windows build system (which is more straight forward and

Re: [PD-dev] Cross compiling for windows from mac

2021-01-28 Thread Lucas Cordiviola
Hi, May be others give further advise but roughly: On 1/28/2021 4:21 PM, Eric Lennartson wrote: So I have two questions. A. How do I cross compile for windows from mac using pd-lib-builder and make? Normally you can easily cross-compile to Windows from Linux. Not sure if its possible on

Re: [PD-dev] Cross compiling for windows from mac

2021-01-28 Thread Lucas Cordiviola
On 1/28/2021 4:46 PM, Eric Lennartson wrote: I'm sorry if I'm missing something, but what is the standard procedure? I'm asking on a very basic level. Is it that all you would have to do is clone the repo? There's no need to change the makefile in any manner? Yes. For example you can compile

Re: [PD-dev] Scheme-for-Pd, how to release beta versions, call for testers

2021-06-10 Thread Lucas Cordiviola
Hi Iain, I can give it a try on Windows and Linux. I can build for both. repo? Mensaje telepatico asistido por maquinas. On 6/10/2021 5:19 PM, Iain Duncan wrote: Hi folks, I'm only a few days away (I think!) from a first beta release for Scheme-for-Pd, and am wondering what I'm supposed to

Re: [PD-dev] building with pdlib builder on windows

2021-06-25 Thread Lucas Cordiviola
Hi Ian, any news on this?. I know you didn't ask but this notes i made a weeks ago might help. https://nc.nubegris.com.ar/index.php/s/rMbXSrtRLzYWSDk I got the object running and printing. not sure if it loads properly the .scm files. I got the same results as building for Linux. Hope it

Re: [PD-dev] building with pdlib builder on windows

2021-06-25 Thread Lucas Cordiviola
Oh. I forget about this: you have to copy "libwinpthread-1.dll" & "libdl.dll" (make sure the folder where you copy matches the arch of your build) from your msys2 installation to the same folder where "s4pd.dll" is. Mensaje telepatico asistido por maqu

Re: [PD-dev] Modified [partconv~] and issues with fftw3

2021-04-07 Thread Lucas Cordiviola
This is the Makefile from my Deken pkg (with sources) for Windows-amd64: bsaylor[v0.1.4](Windows-amd64-32)(Sources).dek     Uploaded by lucarda @ 2018-09-29 11:33:54 ~~~ class.sources = aenv~.c partconv~.c pvoc~.c

[PD-dev] "extra" folder is not showing its content in Pd's browser.

2021-08-31 Thread Lucas Cordiviola
Building the current (571ad34) on Linux/Win the extra folder is not shown in Pd's Browser. -- Mensaje telepatico asistido por maquinas. ___ Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] Pd breaks zexy (?)

2021-08-20 Thread Lucas Cordiviola
I bet a lot of other stuff will turn out to be broken, hmm. get_sys_sleepgrain() and the just removed:     EXTERN void sys_clearhist(void);     EXTERN int sys_addhist(int phase); will surely break Pdvst~ From looking at: https://github.com/jyg/PdVst/search?q=sys_clearhist

Re: [PD-dev] "extra" folder is not showing its content in Pd's browser.

2021-09-02 Thread Lucas Cordiviola
seems to happen since 95b614656cd62214d6779014e5173d8af697814b (2021-08-18 23:57:14   "simplified audio device handling and scheduler") Le mar. 31 août 2021 à 11:36, Lucas Cordiviola mailto:lucard...@hotmail.com>> a écrit : Building the cur

Re: [PD-dev] Helping with building Scheme for Pure Data for windows?

2021-10-10 Thread Lucas Cordiviola
Hi Iain, I don't have time right now to learn scheme but surely can help building for Windows. Are you already on Windows machine? If you like we continue off-list. -- Mensaje telepatico asistido por maquinas. On 10/10/2021 2:10 PM, Alexandre Torres Porres wrote: Lucas usually helps

Re: [PD-dev] call for discussion double-precision file extension

2022-03-29 Thread Lucas Cordiviola
Joining the discussion: I think the "deken-specifier" is Ok. We should probably be prepared for both apps installations coexisting. In the case of Windows we should have a different default location and a name for the double app. Think of Pd-double whose default installation via the

[PD-dev] https, msp.ucsd.edu and file downloads.

2023-10-24 Thread Lucas Cordiviola
Miller, this might leave many (using the latest chrome web browser) scratching their heads: if I follow instructions to get the latest Pd from https://msp.ucsd.edu/software.htm when i click to download any of the files nothing happens and no files get downloaded. If I start a console I see:

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Lucas Cordiviola
Hi Miller, There's also a Windows installer update the didn't make it to `develop`. I think it will be good to have it in a test version. may be you can do a local merge? branch: `Lucarda:nsis-safer` https://github.com/pure-data/pure-data/pull/2067 -- Mensaje telepatico asistido por

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Lucas Cordiviola
yes, correct. the commits from the PR are in `master` branch now. :) Mensaje telepatico asistido por maquinas. On 23/10/2023 07:43, Miller Puckette wrote: I think I have it merged now... can you check I got the merge done correctly ? ___ Pd-dev

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Lucas Cordiviola
Miller there's also https://github.com/pure-data/pure-data/pull/2040 with html updates -- Mensaje telepatico asistido por maquinas. ___ Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] release time?

2022-11-27 Thread Lucas Cordiviola
html: there's branch https://github.com/pure-data/pure-data/tree/htmldocs with no PR. It mostly contains updates to chapter6. you can do a local merge. -- Mensaje telepatico asistido por maquinas. On 27/11/2022 14:57, Miller Puckette via Pd-dev wrote: TO pd dev - I'm fixing to make a

Re: [PD-dev] [PD] 0.54-0test2 released

2023-07-03 Thread Lucas Cordiviola
there is a last minute edit to the manual which covers the new file extensions and build instructions for Pd64. https://github.com/pure-data/pure-data/pull/2040 -- Mensaje telepatico asistido por maquinas. ___ Pd-dev mailing list

[PD-dev] windows installer > 0.54-0

2023-07-10 Thread Lucas Cordiviola
there are a couple of things i must do but i should ask first: 1. "winget install puredata" i tried to be smart and always trigger "interactive installs" and test it locally but when i tried to add the package friendly people from Microsoft didn't approve it and they are right :) see:

Re: [PD-dev] double precision pd?

2023-06-08 Thread Lucas Cordiviola
How hard it would be to have both apps together in a single "Pure data" package: $ pd $ pd64 ? -- Mensaje telepatico asistido por maquinas. On 07/06/2023 16:25, cyrille henry wrote: Hello, BTW, did anyone made a benchmark : "pd double" will of course be lot's slower on 32 bit

Re: [PD-dev] double precision pd?

2023-06-08 Thread Lucas Cordiviola
How hard it would be to have both apps together in a single "Pure data" package: Oh no, compilation will be complex. -- Mensaje telepatico asistido por maquinas. ___ Pd-dev mailing list Pd-dev@lists.iem.at

Re: [PD-dev] double precision pd?

2023-06-07 Thread Lucas Cordiviola
manager and may be many people opt Pd64 (thinking that is the one for 64bit cpus) Pd2 is also a good one. -- Mensaje telepatico asistido por maquinas. On 07/06/2023 07:55, Antoine Rousseau wrote: Le mer. 7 juin 2023 à 10:47, Lucas Cordiviola a écrit : For me pd64 gives more chances

Re: [PD-dev] double precision pd?

2023-06-07 Thread Lucas Cordiviola
For me pd64 gives more chances of confusion than pdd or pdpd. Apart from the name of the app we should try to give this new app as much separation of Pd's paths and preferences as we can. Starting with a new name of the app seems the most sane. -- Mensaje telepatico asistido por maquinas.

Re: [PD-dev] double precision pd?

2023-06-12 Thread Lucas Cordiviola
Not really that we have to do this but: Surely we need 2 compilations but in my head it does not hurt much that certain files have their "64" appended in the filename and share the same bin and extra dir. like pd/bin     pd.exe     pd64.exe     pd.com     pd64.com     pd.dll     pd64.dll    

Re: [PD-dev] windows installer > 0.54-0

2023-07-27 Thread Lucas Cordiviola
On 10/07/2023 06:58, Christof Ressi wrote: 3. "make the uninstaller recursively delete install path" Yes, we should definitely do this. I changed my mind on this because someone might choose d:\my-value-stuff in the install dir but had forgot to append the "\pd" at the end of the path.

Re: [PD-dev] switching app-id to info.puredata.pd?

2023-08-10 Thread Lucas Cordiviola
On 10/08/2023 12:52, IOhannes m zmölnig wrote: what do you think? From my Windows POV i see no objection to do the change if needed. If you can't get in touch with A.van de Ven that's bad. i think is better that IEM can prove or handle this type of stuff. -- Mensaje telepatico asistido

Re: [PD-dev] compiling externals with gnu gsl library

2023-08-09 Thread Lucas Cordiviola
Hi, https://www.gnu.org/software/gsl/doc/html/usage.html#shared-libraries you can define for all OSs in the main makefile: ldlibs += -static -lgsl or for an specific OS (also in the main makefile) define forWindows     ldlibs += -static -lgsl endef untested. Lucarda. Mensaje telepatico

[PD-dev] Help: How to emulate a larger block size?

2023-11-23 Thread Lucas Cordiviola
Hi list, Coming from https://lists.puredata.info/pipermail/pd-list/2023-11/132742.html to the dev list as this more for C code. I have a working DSP object @ https://github.com/Lucarda/pulqui-tilde/blob/main/pulqui%7E.c but for now it only works on a re-blocked sub patch (4096 samples).

Re: [PD-dev] Help: How to emulate a larger block size?

2023-11-24 Thread Lucas Cordiviola
On 23/11/2023 14:27, Christof Ressi wrote: Have a look at [env~]. Thanks. -- Mensaje telepatico asistido por maquinas. ___ Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] How to free memory of t_symbol

2024-02-22 Thread Lucas Cordiviola
hi,  free(x_biases_array) doesn't seem to work i'm not to good at C but you are missing the correct path ("nameofthestruct"->"nameofthevarible"). like     free(x->x_biases_array). -- Mensaje telepatico asistido por maquinas. On 22/02/2024 06:19, Alexandros Drymonitis wrote: I have a