Re: [PD] Compiling with msys2

2017-07-26 Thread Christof Ressi
good news: I've just managed to get a working pd.exe + pd.dll with only MinGW and it also works with externals! installing is still a big mess, but that's another story... I used the makefile.mingw which is lying around in the 'src' folder but I had to change two lines (see the attached diff).

Re: [PD] Compiling with msys2

2017-07-26 Thread Miller Puckette
Thanks, that looks helpful... I'm not going to touch this for a while though :) On Wed, Jul 26, 2017 at 11:22:41PM +, Lucas Cordiviola wrote: > Thanks for verbosing it. > > I'm totally naive on compiling but now that you mention it i searched it > and found this: > >

Re: [PD] Compiling with msys2

2017-07-26 Thread Lucas Cordiviola
Thanks for verbosing it. I'm totally naive on compiling but now that you mention it i searched it and found this: https://wiki.videolan.org/GenerateLibFromDll http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs http://www.mingw.org/wiki/createimportlibraries Not sure if is helpful. -- Mensaje

Re: [PD] Compiling with msys2

2017-07-26 Thread Lucas Cordiviola
Super! I have a spare win10 (fresh install, clean) just for testing things. totally welcomed for any test. You can write me off-list or whatever. Salutti, Lucarda. -- Mensaje telepatico asistido por maquinas. On 7/26/2017 5:53 PM, Christof Ressi wrote: >> Compiling with msys2 is straight

Re: [PD] Compiling with msys2

2017-07-26 Thread Christof Ressi
> Compiling with msys2 is straight forward? no, not at all :-) but Dan will be working on it and I'll try my best to help. I manage to get a working static build with ASIO support but externals (apart from the extra folder) don't work. Yesterday I've justed summed up the remaining major issues

[PD] Compiling with msys2

2017-07-26 Thread Lucas Cordiviola
Hi Christof, Compiling with msys2 is straight forward? Can you describe briefly for us? I'll try it & possibly make a "how-to" on pd.info wiki. Or can you do the wiki? On 7/25/2017 10:05 AM, Christof Ressi wrote: > OK, just compiled Pd with ASIO + MMIO with msys2 and the drop down menus look

Re: [PD] [text sequence] sending several messages at each [step

2017-07-26 Thread Lucas Cordiviola
I never used [text sequence] yet. At first glance looks that you can get what you need using 2 [text sequence]s. Do you have a test patch to share? -- Mensaje telepatico asistido por maquinas. On 7/25/2017 4:47 AM, baptiste chatel wrote: > Hi list > > I'm trying to replicate the features of

Re: [PD] MMIO audio device menu broken

2017-07-26 Thread Lucas Cordiviola
Thanx, works Ok. Also I'm not getting "strange chars" doing "pd -version": C:\Users\Lucarda\Downloads\pd0.48t4-t5b\pd\bin>pd -version Pd-0.48.0 ("test5") compiled 09:13:12 Jul 26 2017 Super! On 7/26/2017 1:44 PM, Miller Puckette wrote: > OK... thanks for your patience - can you try with

Re: [PD] Pd 0.48.0test1: donecanvasdialog changed?

2017-07-26 Thread Christof Ressi
Sounds great :-) > Gesendet: Mittwoch, 26. Juli 2017 um 20:25 Uhr > Von: "Miller Puckette" > An: oliver > Cc: "Pd list" > Betreff: Re: [PD] Pd 0.48.0test1: donecanvasdialog changed? > > Well, the change fixes a very annoying bug... perhaps

Re: [PD] test 4

2017-07-26 Thread Max
On 2017년 07월 25일 12:28, Roman Haefeli wrote: On Die, 2017-07-25 at 10:44 +0200, Max wrote: On 2017년 07월 24일 22:20, Roman Haefeli wrote: On Mon, 2017-07-24 at 21:22 +0200, Max wrote: Jack, you're an experienced Linux user. Would you be willing to try if it still runs fine, even when compiled

Re: [PD] Pd 0.48.0test1: donecanvasdialog changed?

2017-07-26 Thread Miller Puckette
Well, the change fixes a very annoying bug... perhaps I can fix it so that there's an extra version argument to the message (version 0, teh default, would be the old behavior; version 1 would be the new) cheers Miller On Wed, Jul 26, 2017 at 11:17:44AM +0200, oliver wrote: > Christof Ressi

Re: [PD] MMIO audio device menu broken

2017-07-26 Thread oliver
Miller Puckette wrote: OK... thanks for your patience - can you try with "test5b" then? Same place, http://msp.ucsd.edu/software.html yep ! looks alright now ! thanxalot ! best oliver ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] MMIO audio device menu broken

2017-07-26 Thread Miller Puckette
OK... thanks for your patience - can you try with "test5b" then? Same place, http://msp.ucsd.edu/software.html cheers Miller On Wed, Jul 26, 2017 at 09:13:01AM -0700, Miller Puckette wrote: > Yep, I thought aI had that fixed but it seems to be back this morning - I see > it too. Will monkey

Re: [PD] MMIO audio device menu broken

2017-07-26 Thread Miller Puckette
Yep, I thought aI had that fixed but it seems to be back this morning - I see it too. Will monkey around som e more :) M On Wed, Jul 26, 2017 at 06:48:39PM +0900, michael noble wrote: > I can confirm the same empty MMIO dropdowns for pd-0.48.0test5a here. > > On Wed, Jul 26, 2017 at 5:37 PM,

Re: [PD] [Pd-0.48-test3] Pd hides when creating a Hslider using the shortcut

2017-07-26 Thread Zack Lee
It says "Tk 8.5.19". Zack 2017-07-26 19:31 GMT+09:00 Dan Wilcox : > What version of Tk does the verbose print say in the Pd window if you set > the log level to 0? > > On Jul 26, 2017, at 12:00 PM, pd-list-requ...@lists.iem.at wrote: > > *From: *Zack Lee

Re: [PD] [Pd-0.48-test3] Pd hides when creating a Hslider using the shortcut

2017-07-26 Thread Dan Wilcox
I'm seeing this too with the test5 build. Looks like another Tk upgrade teething issue on mac. When I first started the Tk stuff, the hsl bind was a different key for this reason but I was able to change it to SHIFT-CMD-H without any issues (this matches Windows & Linux better). Strange to see

Re: [PD] [Pd-0.48-test3] Pd hides when creating a Hslider using the shortcut

2017-07-26 Thread Dan Wilcox
What version of Tk does the verbose print say in the Pd window if you set the log level to 0? > On Jul 26, 2017, at 12:00 PM, pd-list-requ...@lists.iem.at wrote: > > From: Zack Lee > > Subject: [PD] [Pd-0.48-test3] Pd hides when creating a Hslider

Re: [PD] MMIO audio device menu broken

2017-07-26 Thread michael noble
I can confirm the same empty MMIO dropdowns for pd-0.48.0test5a here. On Wed, Jul 26, 2017 at 5:37 PM, Christof Ressi wrote: > looks the same to me :-(. does anyone else get the broken MMIO menu? Lucas? > > > Gesendet: Mittwoch, 26. Juli 2017 um 05:31 Uhr > > Von: "Miller

Re: [PD] Pd 0.48.0test1: donecanvasdialog changed?

2017-07-26 Thread oliver
Christof Ressi wrote: yeah, changing the 2 to 3 always works but the remaining problem is: what about all those patches which have a '2' in the [donecanvasdialog( message? I know, dynamic patching is not 'officially' supported but it's a very common practice with whole libraries relying on it.

[PD] [Pd-0.48-test3] Pd hides when creating a Hslider using the shortcut.

2017-07-26 Thread Zack Lee
Hi, I'm using Pd-0.48-test3 on Mac OSX 10.11.6. I found out if I create a Hslider using the shortcut 'Command + Shift + h', the Pd window hides in the background. Other shortcuts seem to work without the problem so I guess it clashes with the Mac's OS shortcut 'Command + h' which is used to hide

Re: [PD] MMIO audio device menu broken

2017-07-26 Thread Christof Ressi
looks the same to me :-(. does anyone else get the broken MMIO menu? Lucas? > Gesendet: Mittwoch, 26. Juli 2017 um 05:31 Uhr > Von: "Miller Puckette" > An: "Dan Wilcox" > Cc: "Christof Ressi" , Pd-List > Betreff: