Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-04-06 Thread Miller Puckette
Thanks for all the reporting... I still don't have Windows machine with an ASIO
device on it to test, but once I can get that together I'll try to figure out
what's going on.

(Other people are managing to compile it correctly; it's just something about
my setup I think).

Miller

On Fri, Apr 06, 2018 at 03:14:50PM +0200, alfonso santimone wrote:
> Hi Lucas,
> just to give a little bug report.
> If i select some MIDI devices the next time pd does not starts unless i
> launch it from command line with the -nomidi flag
> 
> best
> a.
> 
> 
> 
> www.elgallorojorecords.com
> soundcloud.com/alfonsosantimone
> www.facebook.com/alfonsosantimone
> 
> On Thu, Mar 29, 2018 at 4:08 PM, alfonso santimone <
> alfonso.santim...@gmail.com> wrote:
> 
> > Thanks!
> > very useful stuff!
> > a.
> >
> > www.elgallorojorecords.com
> > soundcloud.com/alfonsosantimone
> > www.facebook.com/alfonsosantimone
> >
> > On Thu, Mar 29, 2018 at 11:28 AM, Lucas Cordiviola 
> > wrote:
> >
> >> Can I considered these lines as additional instructions for the
> >> "standard" compiling instructions?
> >>
> >>
> >>
> >> I have updated http://puredata.info/docs/developer/win/WindowsMinGW
> >>
> >> Note that is for Pd. I think this is the same for purr-pata. You should
> >> check with Jonathan.
> >>
> >>
> >> So where I have to copy the dll? In windows/system32 folder?
> >>
> >>
> >>
> >> They should be fine in the same dir as pd.exe.
> >>
> >>
> >> I guess this is due to the fact that Pd can't statically include those
> >> libs?
> >>
> >>
> >>
> >> Msys2 can statically include those libs but is better to check this with
> >> Jonathan. On my humble opinion on compiling I believe that purr-data don't
> >> need to be "statically linked".
> >>
> >>
> >>
> >> --
> >>
> >> Mensaje telepatico asistido por maquinas.
> >>
> >> On 3/29/2018 4:54 AM, alfonso santimone wrote:
> >>
> >> Thanks Lucas!
> >> Can I considered these lines as additional instructions for the
> >> "standard" compiling instructions?
> >> So where I have to copy the dll? In windows/system32 folder? I guess this
> >> is due to the fact that Pd can't statically include those libs?
> >>
> >>
> >> Il gio 29 mar 2018, 00:34 Lucas Cordiviola  ha
> >> scritto:
> >>
> >>> For building a w64 Pd we open the MinGW64 shell and do:
> >>>
> >>>
> >>> **
> >>> ./autogen.sh
> >>>
> >>> ./configure CPPFLAGS=-DPD_LONGINTTYPE=__int64
> >>>
> >>> make
> >>>
> >>> *
> >>>
> >>> Note the preprocessor flag: CPPFLAGS=-DPD_LONGINTTYPE=__int64
> >>>
> >>> This flag is also needed to compile externals.
> >>>
> >>> Once built you should copy from the compiler the 64bit version of
> >>> "libwinpthread-1.dll" and for the case of Purr-data I'm not sure if other
> >>> dlls are needed to run.:
> >>>
> >>> "libstdc++-6.dll" ?
> >>> "libgcc_s_dw2-1.dll" ?
> >>>
> >>> :)
> >>>
> >>>
> >>> --
> >>>
> >>> Mensaje telepatico asistido por maquinas.
> >>>
> >>> On 3/28/2018 4:28 PM, alfonso santimone wrote:
> >>>
> >>> Hi all and Lucas,
> >>> are there any instructions on how to compile win64 pd with MSYS2
> >>> available on the net?
> >>> I'm helping one of the Purr Data mantainer to have a win64 version.
> >>> thanks
> >>> a.
> >>>
> >>> www.elgallorojorecords.com
> >>> soundcloud.com/alfonsosantimone
> >>> www.facebook.com/alfonsosantimone
> >>>
> >>> On Sun, Mar 18, 2018 at 12:08 PM, alfonso santimone <
> >>> alfonso.santim...@gmail.com> wrote:
> >>>
>  @Lucas
> 
>  Thanks! Perfectly working!
> 
>  best
>  a.
> 
>  www.elgallorojorecords.com
>  soundcloud.com/alfonsosantimone
>  www.facebook.com/alfonsosantimone
> 
>  On Fri, Mar 16, 2018 at 8:26 PM, Lucas Cordiviola <
>  lucard...@hotmail.com> wrote:
> 
> > @alfonso
> >
> > Here's an compiled version on Msys2 on a windows machine. -->
> > http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip
> >
> > I can load ASIO drivers with this one.
> >
> > Can you try it on your machine?
> >
> >
> > Mensaje telepatico asistido por maquinas.
> >
> > On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:
> >
> > Confirmed.
> >
> > There's a bug on Tests2. No ASIO driver can be selected.
> >
> > @miller
> >
> > May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?
> >
> > --
> >
> > Mensaje telepatico asistido por maquinas.
> >
> > On 3/16/2018 12:11 PM, alfonso santimone wrote:
> >
> > Hi all,
> > as you can see in the attachments no ASIO drivers are seen on 64 bit
> > test2.
> > Everything works on plain stable 0.48.1 32 bit.
> > I guess there is some portaudio issue.
> >
> > best
> > a.
> >
> > www.elgallorojorecords.com
> > soundcloud.com/alfonsosantimone
> > www.facebook.com/alfonsosantimone
> >
> >
> > ___pd-l...@lists.iem.at 
> > mailing list
> > UNSUBSCRIBE and a

Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-29 Thread alfonso santimone
Thanks!
very useful stuff!
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Thu, Mar 29, 2018 at 11:28 AM, Lucas Cordiviola 
wrote:

> Can I considered these lines as additional instructions for the "standard"
> compiling instructions?
>
>
>
> I have updated http://puredata.info/docs/developer/win/WindowsMinGW
>
> Note that is for Pd. I think this is the same for purr-pata. You should
> check with Jonathan.
>
>
> So where I have to copy the dll? In windows/system32 folder?
>
>
>
> They should be fine in the same dir as pd.exe.
>
>
> I guess this is due to the fact that Pd can't statically include those
> libs?
>
>
>
> Msys2 can statically include those libs but is better to check this with
> Jonathan. On my humble opinion on compiling I believe that purr-data don't
> need to be "statically linked".
>
>
>
> --
>
> Mensaje telepatico asistido por maquinas.
>
> On 3/29/2018 4:54 AM, alfonso santimone wrote:
>
> Thanks Lucas!
> Can I considered these lines as additional instructions for the "standard"
> compiling instructions?
> So where I have to copy the dll? In windows/system32 folder? I guess this
> is due to the fact that Pd can't statically include those libs?
>
>
> Il gio 29 mar 2018, 00:34 Lucas Cordiviola  ha
> scritto:
>
>> For building a w64 Pd we open the MinGW64 shell and do:
>>
>>
>> **
>> ./autogen.sh
>>
>> ./configure CPPFLAGS=-DPD_LONGINTTYPE=__int64
>>
>> make
>>
>> *
>>
>> Note the preprocessor flag: CPPFLAGS=-DPD_LONGINTTYPE=__int64
>>
>> This flag is also needed to compile externals.
>>
>> Once built you should copy from the compiler the 64bit version of
>> "libwinpthread-1.dll" and for the case of Purr-data I'm not sure if other
>> dlls are needed to run.:
>>
>> "libstdc++-6.dll" ?
>> "libgcc_s_dw2-1.dll" ?
>>
>> :)
>>
>>
>> --
>>
>> Mensaje telepatico asistido por maquinas.
>>
>> On 3/28/2018 4:28 PM, alfonso santimone wrote:
>>
>> Hi all and Lucas,
>> are there any instructions on how to compile win64 pd with MSYS2
>> available on the net?
>> I'm helping one of the Purr Data mantainer to have a win64 version.
>> thanks
>> a.
>>
>> www.elgallorojorecords.com
>> soundcloud.com/alfonsosantimone
>> www.facebook.com/alfonsosantimone
>>
>> On Sun, Mar 18, 2018 at 12:08 PM, alfonso santimone <
>> alfonso.santim...@gmail.com> wrote:
>>
>>> @Lucas
>>>
>>> Thanks! Perfectly working!
>>>
>>> best
>>> a.
>>>
>>> www.elgallorojorecords.com
>>> soundcloud.com/alfonsosantimone
>>> www.facebook.com/alfonsosantimone
>>>
>>> On Fri, Mar 16, 2018 at 8:26 PM, Lucas Cordiviola >> > wrote:
>>>
 @alfonso

 Here's an compiled version on Msys2 on a windows machine. -->
 http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip

 I can load ASIO drivers with this one.

 Can you try it on your machine?


 Mensaje telepatico asistido por maquinas.

 On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:

 Confirmed.

 There's a bug on Tests2. No ASIO driver can be selected.

 @miller

 May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?

 --

 Mensaje telepatico asistido por maquinas.

 On 3/16/2018 12:11 PM, alfonso santimone wrote:

 Hi all,
 as you can see in the attachments no ASIO drivers are seen on 64 bit
 test2.
 Everything works on plain stable 0.48.1 32 bit.
 I guess there is some portaudio issue.

 best
 a.

 www.elgallorojorecords.com
 soundcloud.com/alfonsosantimone
 www.facebook.com/alfonsosantimone


 ___pd-l...@lists.iem.at 
 mailing list
 UNSUBSCRIBE and account-management -> 
 https://lists.puredata.info/listinfo/pd-list




 ___pd-l...@lists.iem.at 
 mailing list
 UNSUBSCRIBE and account-management -> 
 https://lists.puredata.info/listinfo/pd-list



>>>
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-29 Thread alfonso santimone
Thanks Lucas!
Can I considered these lines as additional instructions for the "standard"
compiling instructions?
So where I have to copy the dll? In windows/system32 folder? I guess this
is due to the fact that Pd can't statically include those libs?


Il gio 29 mar 2018, 00:34 Lucas Cordiviola  ha
scritto:

> For building a w64 Pd we open the MinGW64 shell and do:
>
>
> **
> ./autogen.sh
>
> ./configure CPPFLAGS=-DPD_LONGINTTYPE=__int64
>
> make
>
> *
>
> Note the preprocessor flag: CPPFLAGS=-DPD_LONGINTTYPE=__int64
>
> This flag is also needed to compile externals.
>
> Once built you should copy from the compiler the 64bit version of
> "libwinpthread-1.dll" and for the case of Purr-data I'm not sure if other
> dlls are needed to run.:
>
> "libstdc++-6.dll" ?
> "libgcc_s_dw2-1.dll" ?
>
> :)
>
>
> --
>
> Mensaje telepatico asistido por maquinas.
>
> On 3/28/2018 4:28 PM, alfonso santimone wrote:
>
> Hi all and Lucas,
> are there any instructions on how to compile win64 pd with MSYS2 available
> on the net?
> I'm helping one of the Purr Data mantainer to have a win64 version.
> thanks
> a.
>
> www.elgallorojorecords.com
> soundcloud.com/alfonsosantimone
> www.facebook.com/alfonsosantimone
>
> On Sun, Mar 18, 2018 at 12:08 PM, alfonso santimone <
> alfonso.santim...@gmail.com> wrote:
>
>> @Lucas
>>
>> Thanks! Perfectly working!
>>
>> best
>> a.
>>
>> www.elgallorojorecords.com
>> soundcloud.com/alfonsosantimone
>> www.facebook.com/alfonsosantimone
>>
>> On Fri, Mar 16, 2018 at 8:26 PM, Lucas Cordiviola 
>> wrote:
>>
>>> @alfonso
>>>
>>> Here's an compiled version on Msys2 on a windows machine. -->
>>> http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip
>>>
>>> I can load ASIO drivers with this one.
>>>
>>> Can you try it on your machine?
>>>
>>>
>>> Mensaje telepatico asistido por maquinas.
>>>
>>> On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:
>>>
>>> Confirmed.
>>>
>>> There's a bug on Tests2. No ASIO driver can be selected.
>>>
>>> @miller
>>>
>>> May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?
>>>
>>> --
>>>
>>> Mensaje telepatico asistido por maquinas.
>>>
>>> On 3/16/2018 12:11 PM, alfonso santimone wrote:
>>>
>>> Hi all,
>>> as you can see in the attachments no ASIO drivers are seen on 64 bit
>>> test2.
>>> Everything works on plain stable 0.48.1 32 bit.
>>> I guess there is some portaudio issue.
>>>
>>> best
>>> a.
>>>
>>> www.elgallorojorecords.com
>>> soundcloud.com/alfonsosantimone
>>> www.facebook.com/alfonsosantimone
>>>
>>>
>>> ___pd-l...@lists.iem.at mailing 
>>> list
>>> UNSUBSCRIBE and account-management -> 
>>> https://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>>
>>>
>>> ___pd-l...@lists.iem.at mailing 
>>> list
>>> UNSUBSCRIBE and account-management -> 
>>> https://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>>
>>
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-28 Thread Lucas Cordiviola
For building a w64 Pd we open the MinGW64 shell and do:


**
./autogen.sh

./configure CPPFLAGS=-DPD_LONGINTTYPE=__int64

make

*

Note the preprocessor flag: CPPFLAGS=-DPD_LONGINTTYPE=__int64

This flag is also needed to compile externals.

Once built you should copy from the compiler the 64bit version of 
"libwinpthread-1.dll" and for the case of Purr-data I'm not sure if other dlls 
are needed to run.:

"libstdc++-6.dll" ?
"libgcc_s_dw2-1.dll" ?


:)


--

Mensaje telepatico asistido por maquinas.

On 3/28/2018 4:28 PM, alfonso santimone wrote:
Hi all and Lucas,
are there any instructions on how to compile win64 pd with MSYS2 available on 
the net?
I'm helping one of the Purr Data mantainer to have a win64 version.
thanks
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Sun, Mar 18, 2018 at 12:08 PM, alfonso santimone 
mailto:alfonso.santim...@gmail.com>> wrote:
@Lucas

Thanks! Perfectly working!

best
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Fri, Mar 16, 2018 at 8:26 PM, Lucas Cordiviola 
mailto:lucard...@hotmail.com>> wrote:

@alfonso

Here's an compiled version on Msys2 on a windows machine. --> 
http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip

I can load ASIO drivers with this one.

Can you try it on your machine?


Mensaje telepatico asistido por maquinas.

On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:

Confirmed.

There's a bug on Tests2. No ASIO driver can be selected.

@miller

May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?

--

Mensaje telepatico asistido por maquinas.

On 3/16/2018 12:11 PM, alfonso santimone wrote:
Hi all,
as you can see in the attachments no ASIO drivers are seen on 64 bit test2.
Everything works on plain stable 0.48.1 32 bit.
I guess there is some portaudio issue.

best
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list





___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list





___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-28 Thread alfonso santimone
Hi all and Lucas,
are there any instructions on how to compile win64 pd with MSYS2 available
on the net?
I'm helping one of the Purr Data mantainer to have a win64 version.
thanks
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Sun, Mar 18, 2018 at 12:08 PM, alfonso santimone <
alfonso.santim...@gmail.com> wrote:

> @Lucas
>
> Thanks! Perfectly working!
>
> best
> a.
>
> www.elgallorojorecords.com
> soundcloud.com/alfonsosantimone
> www.facebook.com/alfonsosantimone
>
> On Fri, Mar 16, 2018 at 8:26 PM, Lucas Cordiviola 
> wrote:
>
>> @alfonso
>>
>> Here's an compiled version on Msys2 on a windows machine. -->
>> http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip
>>
>> I can load ASIO drivers with this one.
>>
>> Can you try it on your machine?
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>> On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:
>>
>> Confirmed.
>>
>> There's a bug on Tests2. No ASIO driver can be selected.
>>
>> @miller
>>
>> May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?
>>
>> --
>>
>> Mensaje telepatico asistido por maquinas.
>>
>> On 3/16/2018 12:11 PM, alfonso santimone wrote:
>>
>> Hi all,
>> as you can see in the attachments no ASIO drivers are seen on 64 bit
>> test2.
>> Everything works on plain stable 0.48.1 32 bit.
>> I guess there is some portaudio issue.
>>
>> best
>> a.
>>
>> www.elgallorojorecords.com
>> soundcloud.com/alfonsosantimone
>> www.facebook.com/alfonsosantimone
>>
>>
>> ___pd-l...@lists.iem.at mailing 
>> list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list
>>
>>
>>
>>
>> ___pd-l...@lists.iem.at mailing 
>> list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list
>>
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-18 Thread alfonso santimone
@Lucas

Thanks! Perfectly working!

best
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Fri, Mar 16, 2018 at 8:26 PM, Lucas Cordiviola 
wrote:

> @alfonso
>
> Here's an compiled version on Msys2 on a windows machine. -->
> http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip
>
> I can load ASIO drivers with this one.
>
> Can you try it on your machine?
>
>
> Mensaje telepatico asistido por maquinas.
>
> On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:
>
> Confirmed.
>
> There's a bug on Tests2. No ASIO driver can be selected.
>
> @miller
>
> May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?
>
> --
>
> Mensaje telepatico asistido por maquinas.
>
> On 3/16/2018 12:11 PM, alfonso santimone wrote:
>
> Hi all,
> as you can see in the attachments no ASIO drivers are seen on 64 bit test2.
> Everything works on plain stable 0.48.1 32 bit.
> I guess there is some portaudio issue.
>
> best
> a.
>
> www.elgallorojorecords.com
> soundcloud.com/alfonsosantimone
> www.facebook.com/alfonsosantimone
>
>
> ___pd-l...@lists.iem.at mailing 
> list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
>
>
>
>
> ___pd-l...@lists.iem.at mailing 
> list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
>
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-16 Thread Lucas Cordiviola
@alfonso

Here's an compiled version on Msys2 on a windows machine. --> 
http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip

I can load ASIO drivers with this one.

Can you try it on your machine?


Mensaje telepatico asistido por maquinas.

On 3/16/2018 4:16 PM, Lucas Cordiviola wrote:

Confirmed.

There's a bug on Tests2. No ASIO driver can be selected.

@miller

May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?

--

Mensaje telepatico asistido por maquinas.

On 3/16/2018 12:11 PM, alfonso santimone wrote:
Hi all,
as you can see in the attachments no ASIO drivers are seen on 64 bit test2.
Everything works on plain stable 0.48.1 32 bit.
I guess there is some portaudio issue.

best
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list





___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pd 0.48.1 test 2 on windows - ASIO not working

2018-03-16 Thread Lucas Cordiviola
Confirmed.

There's a bug on Tests2. No ASIO driver can be selected.

@miller

May be this bug  is what's stopping your w64 tcl/tk 8.6.8 tests?

--

Mensaje telepatico asistido por maquinas.

On 3/16/2018 12:11 PM, alfonso santimone wrote:
Hi all,
as you can see in the attachments no ASIO drivers are seen on 64 bit test2.
Everything works on plain stable 0.48.1 32 bit.
I guess there is some portaudio issue.

best
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list