Howdy all,
A few of us have been working to make Pd *much* easier to build on Windows (including 64 bit Pd). At this point, it seems as though most of the major stuff is in place.
I've added two 32 bit Windows builds to: http://docs.danomatika.com/pdbuilds http://docs.danomatika.com/pdbuilds, one with the default Tk 8.5 and another with Tk 8.6.8. Can some Windows people give them a try? I'm curious to see if these work with Windows 7 & 8 as they were built with Windows 10.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
Also I have a working an sounding (also with ASIO) 64-bit Pd.
For those who want to test download from:
http://lucarda.com.ar/x/pd-0.48.1-test64bit.zip
We can't load any external as for windows they are all 32-bit.
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 12:40 PM, Dan Wilcox wrote: Howdy all,
A few of us have been working to make Pd *much* easier to build on Windows (including 64 bit Pd). At this point, it seems as though most of the major stuff is in place.
I've added two 32 bit Windows builds to: http://docs.danomatika.com/pdbuilds, one with the default Tk 8.5 and another with Tk 8.6.8. Can some Windows people give them a try? I'm curious to see if these work with Windows 7 & 8 as they were built with Windows 10.
Dan Wilcox @danomatikahttp://twitter.com/danomatika danomatika.comhttp://danomatika.com robotcowboy.comhttp://robotcowboy.com
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
2018-01-12 16:25 GMT-02:00 Lucas Cordiviola lucarda27@hotmail.com:
We can't load any external as for windows they are all 32-bit.
what would it take to build externals for windows 64 bits?
Only to compile them with the Msys2 64bit shell.
ATM i'm about to suggest to the pd-lib-builder devs to include the "-static" flag on certain lines so as there's no need to ship pthread implementations. One of those cases as you know is cyclone/coll.
I've tested it on w32 and is working fine. So for your cyclone there's no need to include the 2 suporting pthread and libgccc DLLs.
I will suggest this to the pd-lib-builder DEVS as ALL w32 externals need to be compiled for w64.
:)
Mensaje telepatico asistido por maquinas.
On 1/12/2018 4:44 PM, Alexandre Torres Porres wrote: 2018-01-12 16:25 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.commailto:lucarda27@hotmail.com>:
We can't load any external as for windows they are all 32-bit.
what would it take to build externals for windows 64 bits?
@alex:
I opened an issue on https://github.com/pure-data/pd-lib-builder/issues/36
you might be interested as there is a [cyclone/coll] 32bit example.
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 5:33 PM, Lucas Cordiviola wrote:
Only to compile them with the Msys2 64bit shell.
ATM i'm about to suggest to the pd-lib-builder devs to include the "-static" flag on certain lines so as there's no need to ship pthread implementations. One of those cases as you know is cyclone/coll.
I've tested it on w32 and is working fine. So for your cyclone there's no need to include the 2 suporting pthread and libgccc DLLs.
I will suggest this to the pd-lib-builder DEVS as ALL w32 externals need to be compiled for w64.
:)
Mensaje telepatico asistido por maquinas.
On 1/12/2018 4:44 PM, Alexandre Torres Porres wrote: 2018-01-12 16:25 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.commailto:lucarda27@hotmail.com>:
We can't load any external as for windows they are all 32-bit.
what would it take to build externals for windows 64 bits?
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
For those who want to test here’s a (Windows) 64-bit “Cyclone”:
http://lucarda.com.ar/x/cyclone-windows-64-bit.zip
sources from --> https://github.com/porres/pd-cyclone
It must (used and) compiled against a 64-bit Pd. ---> here http://lucarda.com.ar/x/pd-0.48.1-test64bit.zip thanks to PR #275
Personal notes on compiling with Msys2 64bit shell:
**********delete “-march=pentium4“ on line 578 on pdlibbuilder (cyclone)
*********delete “Hilbert~.class.sources := cyclone_src/binaries/signal/Hilbert.c” line 136 on the Makefile (cyclone)
then:
make pdincludepath=G:/win10onexthd/pd-0.48.1-test64bit/src pdbinpath=G:/win10onexthd/pd-0.48.1-test64bit/bin install objectsdir=C:/cyclone64
----
Mensaje telepatico asistido por maquinas.
On 1/12/2018 6:46 PM, Lucas Cordiviola wrote:
@alex:
I opened an issue on https://github.com/pure-data/pd-lib-builder/issues/36
you might be interested as there is a [cyclone/coll] 32bit example.
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 5:33 PM, Lucas Cordiviola wrote:
Only to compile them with the Msys2 64bit shell.
ATM i'm about to suggest to the pd-lib-builder devs to include the "-static" flag on certain lines so as there's no need to ship pthread implementations. One of those cases as you know is cyclone/coll.
I've tested it on w32 and is working fine. So for your cyclone there's no need to include the 2 suporting pthread and libgccc DLLs.
I will suggest this to the pd-lib-builder DEVS as ALL w32 externals need to be compiled for w64.
:)
Mensaje telepatico asistido por maquinas.
On 1/12/2018 4:44 PM, Alexandre Torres Porres wrote:
2018-01-12 16:25 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.com<mailto:lucarda27@hotmail.com>>:
We can't load any external as for windows they are all 32-bit.
what would it take to build externals for windows 64 bits?
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Here's a new compilation of "Cyclone" for w64:
http://lucarda.com.ar/x/cyclone-w64-test2.zip
I've change the pd-lib-bulder on lines:
578 arch.c.flags := 579 cpp.flags := -DMSW -DNT -DPD_LONGINTTYPE=__int64
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 10:11 PM, Lucas Cordiviola wrote:
For those who want to test here’s a (Windows) 64-bit “Cyclone”:
http://lucarda.com.ar/x/cyclone-windows-64-bit.zip
sources from --> https://github.com/porres/pd-cyclone
It must (used and) compiled against a 64-bit Pd. ---> here http://lucarda.com.ar/x/pd-0.48.1-test64bit.zip thanks to PR #275
Personal notes on compiling with Msys2 64bit shell:
**********delete “-march=pentium4“ on line 578 on pdlibbuilder (cyclone)
*********delete “Hilbert~.class.sources := cyclone_src/binaries/signal/Hilbert.c” line 136 on the Makefile (cyclone)
then:
make pdincludepath=G:/win10onexthd/pd-0.48.1-test64bit/src pdbinpath=G:/win10onexthd/pd-0.48.1-test64bit/bin install objectsdir=C:/cyclone64
----
Mensaje telepatico asistido por maquinas.
On 1/12/2018 6:46 PM, Lucas Cordiviola wrote:
@alex:
I opened an issue on https://github.com/pure-data/pd-lib-builder/issues/36
you might be interested as there is a [cyclone/coll] 32bit example.
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 5:33 PM, Lucas Cordiviola wrote:
Only to compile them with the Msys2 64bit shell.
ATM i'm about to suggest to the pd-lib-builder devs to include the "-static" flag on certain lines so as there's no need to ship pthread implementations. One of those cases as you know is cyclone/coll.
I've tested it on w32 and is working fine. So for your cyclone there's no need to include the 2 suporting pthread and libgccc DLLs.
I will suggest this to the pd-lib-builder DEVS as ALL w32 externals need to be compiled for w64.
:)
Mensaje telepatico asistido por maquinas.
On 1/12/2018 4:44 PM, Alexandre Torres Porres wrote:
2018-01-12 16:25 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.com<mailto:lucarda27@hotmail.com>>:
We can't load any external as for windows they are all 32-bit.
what would it take to build externals for windows 64 bits?
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Are you just compiling the latest source or the last release (0.3 beta 2)?
Anyway, a new beta version should come out pretty soon, we can have a 64 windows build for download there on github then
cheers
2018-01-15 1:40 GMT-02:00 Lucas Cordiviola lucarda27@hotmail.com:
Here's a new compilation of "Cyclone" for w64:
http://lucarda.com.ar/x/cyclone-w64-test2.zip
I've change the pd-lib-bulder on lines:
578 arch.c.flags := 579 cpp.flags := -DMSW -DNT -DPD_LONGINTTYPE=__int64
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 10:11 PM, Lucas Cordiviola wrote:
For those who want to test here’s a (Windows) 64-bit “Cyclone”:
http://lucarda.com.ar/x/cyclone-windows-64-bit.zip
sources from --> https://github.com/porres/pd-cyclone
It must (used and) compiled against a 64-bit Pd. ---> here http://lucarda.com.ar/x/pd-0.48.1-test64bit.zip thanks to PR #275
Personal notes on compiling with Msys2 64bit shell: **********delete “-march=pentium4“ on line 578 on pdlibbuilder (cyclone) *********delete “Hilbert~.class.sources := cyclone_src/binaries/signal/Hilbert.c” line 136 on the Makefile (cyclone) then: make pdincludepath=G:/win10onexthd/pd-0.48.1-test64bit/src pdbinpath=G:/win10onexthd/pd-0.48.1-test64bit/bin install objectsdir=C:/cyclone64 ---- Mensaje telepatico asistido por maquinas. On 1/12/2018 6:46 PM, Lucas Cordiviola wrote: @alex: I opened an issue on https://github.com/pure-data/pd-lib-builder/issues/36 you might be interested as there is a [cyclone/coll] 32bit example. -- Mensaje telepatico asistido por maquinas. On 1/12/2018 5:33 PM, Lucas Cordiviola wrote: Only to compile them with the Msys2 64bit shell. ATM i'm about to suggest to the pd-lib-builder devs to include the "-static" flag on certain lines so as there's no need to ship pthread implementations. One of those cases as you know is cyclone/coll. I've tested it on w32 and is working fine. So for your cyclone there's no need to include the 2 suporting pthread and libgccc DLLs. I will suggest this to the pd-lib-builder DEVS as ALL w32 externals need to be compiled for w64. :) Mensaje telepatico asistido por maquinas. On 1/12/2018 4:44 PM, Alexandre Torres Porres wrote: 2018-01-12 16:25 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.com>: > > We can't load any external as for windows they are all 32-bit. > what would it take to build externals for windows 64 bits? _______________________________________________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
I'm compiling the latest source.
Anyway w64 is still experimental.
But working!!!
:)
Mensaje telepatico asistido por maquinas.
On 1/15/2018 1:46 AM, Alexandre Torres Porres wrote: Are you just compiling the latest source or the last release (0.3 beta 2)?
Anyway, a new beta version should come out pretty soon, we can have a 64 windows build for download there on github then
cheers
2018-01-15 1:40 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.commailto:lucarda27@hotmail.com>:
Here's a new compilation of "Cyclone" for w64:
http://lucarda.com.ar/x/cyclone-w64-test2.zip
I've change the pd-lib-bulder on lines:
578 arch.c.flags := 579 cpp.flags := -DMSW -DNT -DPD_LONGINTTYPE=__int64
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 10:11 PM, Lucas Cordiviola wrote:
For those who want to test here’s a (Windows) 64-bit “Cyclone”:
http://lucarda.com.ar/x/cyclone-windows-64-bit.zip
sources from --> https://github.com/porres/pd-cyclone
It must (used and) compiled against a 64-bit Pd. ---> here http://lucarda.com.ar/x/pd-0.48.1-test64bit.zip thanks to PR #275
Personal notes on compiling with Msys2 64bit shell:
**********delete “-march=pentium4“ on line 578 on pdlibbuilder (cyclone)
*********delete “Hilbert~.class.sources := cyclone_src/binaries/signal/Hilbert.c” line 136 on the Makefile (cyclone)
then:
make pdincludepath=G:/win10onexthd/pd-0.48.1-test64bit/src pdbinpath=G:/win10onexthd/pd-0.48.1-test64bit/bin install objectsdir=C:/cyclone64
----
Mensaje telepatico asistido por maquinas.
On 1/12/2018 6:46 PM, Lucas Cordiviola wrote:
@alex:
I opened an issue on https://github.com/pure-data/pd-lib-builder/issues/36
you might be interested as there is a [cyclone/coll] 32bit example.
--
Mensaje telepatico asistido por maquinas.
On 1/12/2018 5:33 PM, Lucas Cordiviola wrote:
Only to compile them with the Msys2 64bit shell.
ATM i'm about to suggest to the pd-lib-builder devs to include the "-static" flag on certain lines so as there's no need to ship pthread implementations. One of those cases as you know is cyclone/coll.
I've tested it on w32 and is working fine. So for your cyclone there's no need to include the 2 suporting pthread and libgccc DLLs.
I will suggest this to the pd-lib-builder DEVS as ALL w32 externals need to be compiled for w64.
:)
Mensaje telepatico asistido por maquinas.
On 1/12/2018 4:44 PM, Alexandre Torres Porres wrote:
2018-01-12 16:25 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.com<mailto:lucarda27@hotmail.com>>:
We can't load any external as for windows they are all 32-bit.
what would it take to build externals for windows 64 bits?
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
_______________________________________________
Pd-list@lists.iem.at<mailto:Pd-list@lists.iem.at> mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Here’s an ALL 64-bit Pd-0.48-1.
It uses tcl/tk 8.6.8 64-bit.
It includes the latest Cyclone externals compiled for 64-bit.
http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip
You can start the app with “start-Pd-from-here.cmd”. You can edit it with the notepad. It starts the app and load cyclone. Is just this:
%CD%\pd-0.48-1-w64-tcltk-w64\bin\pd -noprefs -path %CD% -path %CD%\cyclone -lib %CD%\cyclone
Notes: If you use ASIO is safe to start with this settings: delay 6ms, block size 256.
Careful with [cyclone/anal] it uses 1GB of ram.
[cyclone/scope] is tricky, first run does not show anything, then restarting or whatever makes it work.
--
Mensaje telepatico asistido por maquinas.
Hello Lucas,
Le 12/01/2018 à 19:25, Lucas Cordiviola a écrit :
Also I have a working an sounding (also with ASIO) 64-bit Pd.
 thank you for those attemps at building full 64-bit PureData version!
I've tried out the following build with my UAD soundcard, unfortunately the Appolo drivers doesn't show up in ASIO devices.
For those who want to test download from:
http://lucarda.com.ar/x/pd-0.48.1-test64bit.zip
We can't load any external as for windows they are all 32-bit.
 Isn't it possible to make an external that would help for loading 32-bit externals, like it's done with VST Bridge?
Best regards.
On 01/21/2018 02:43 PM, Patrice Colet wrote:
Isn't it possible to make an external that would help for loading 32-bit externals, like it's done with VST Bridge?
afaict this kind defeats the determinism promise. i think the only way to do that (making 32bit binaries available within a 64bit application) is by launching a separate (32bit) process and do some inter-process-communication to get data to and fro - which is not very fast.
https://stackoverflow.com/questions/2265023/
fgdsamr IOhannes
Hi Patrice,
I’m not sure whats stopping your UAD. We are building with the latest ASIOSDK2.3 and Portaudio (unsure if this is the latest.)
Here’s another w64, this also has 64bit gui (surely this has nothing to do with ASIO) but try it.
http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip
I have a Tascam 4x4 which is sounding fine. I'm using the latest drivers but I can’t tell if they are 64bit. On the task manager I have 2 process from tascam that are 32bit. I believe these 2 are just simple GUI interfaces to do the soundcard settings. My Tascam installation has folders on both dirs "C:\Program Files (x86)" & "C:\Program Files".
I will have to investigate more to tell if I’m currently running 64bit (ASIO) drivers.
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 10:43 AM, Patrice Colet wrote:
thank you for those attemps at building full 64-bit PureData version!
I've tried out the following build with my UAD soundcard, unfortunately the Appolo drivers doesn't show up in ASIO devices.
Le 21/01/2018 à 20:03, Lucas Cordiviola a écrit :
Hi Patrice,
I’m not sure whats stopping your UAD. We are building with the latest ASIOSDK2.3 and Portaudio (unsure if this is the latest.)
I tried once to build Purr Data with msys2 tools and a 64-bit compiler with the help of Jonathan, and my soundcard was displayed in ASIO device list, but the binaries I've made didn't work well... When the UAD hardware is connected, Pd is crashing... Here is a trace of this attempt:
https://git.purrdata.net/jwilkes/purr-data/issues/349
And here is what I know about DAW compatibility:
https://help.uaudio.com/hc/en-us/articles/208053913-DAW-Compatibility
Here’s another w64, this also has 64bit gui (surely this has nothing to do with ASIO) but try it.
Thanks, I'll give a try...
I have a Tascam 4x4 which is sounding fine. I'm using the latest drivers but I can’t tell if they are 64bit. On the task manager I have 2 process from tascam that are 32bit. I believe these 2 are just simple GUI interfaces to do the soundcard settings. My Tascam installation has folders on both dirs "C:\Program Files (x86)" & "C:\Program Files".
I will have to investigate more to tell if I’m currently running 64bit (ASIO) drivers.
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 10:43 AM, Patrice Colet wrote:
thank you for those attemps at building full 64-bit PureData version!
I've tried out the following build with my UAD soundcard, unfortunately the Appolo drivers doesn't show up in ASIO devices.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Here’s a bug that is fooling my ability to test, probably also to you:
https://github.com/pure-data/pure-data/issues/260
We can’t access the last ASIO driver from the list.
I’ll try to be breif:
Tascam4x4 don’t specify anything when you install the drivers.
It has 2 drivers. Normal and Mixing.
On the tascam folder there are 2 folders for the Mixing driver. x86 and x64.
On the x64 folder there’s an installer.
I run it, now I have Mixing(64).
When I try to use it with ableton live (32bit) I get NO-SOUND
But when I try with Pd I get Sound on both Pds (32 and 64).
Here’s whats fooling me. When I select the last driver (which happens to be the 64bit one) I get sound. So I close the audiosettings window. Now when I reopen it it shows the “name” of the Normal (32bit) driver. So this totally mess up the testing. :(
Can you check on your machine for similar behaviour ?
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 9:12 PM, Patrice Colet wrote:
Le 21/01/2018 à 20:03, Lucas Cordiviola a écrit :
Hi Patrice,
I’m not sure whats stopping your UAD. We are building with the latest ASIOSDK2.3 and Portaudio (unsure if this is the latest.)
I tried once to build Purr Data with msys2 tools and a 64-bit compiler with the help of Jonathan, and my soundcard was displayed in ASIO device list, but the binaries I've made didn't work well... When the UAD hardware is connected, Pd is crashing... Here is a trace of this attempt:
https://git.purrdata.net/jwilkes/purr-data/issues/349
And here is what I know about DAW compatibility:
https://help.uaudio.com/hc/en-us/articles/208053913-DAW-Compatibility
Here’s another w64, this also has 64bit gui (surely this has nothing to do with ASIO) but try it.
Thanks, I'll give a try...
I have a Tascam 4x4 which is sounding fine. I'm using the latest drivers but I can’t tell if they are 64bit. On the task manager I have 2 process from tascam that are 32bit. I believe these 2 are just simple GUI interfaces to do the soundcard settings. My Tascam installation has folders on both dirs "C:\Program Files (x86)" & "C:\Program Files".
I will have to investigate more to tell if I’m currently running 64bit (ASIO) drivers.
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 10:43 AM, Patrice Colet wrote:
thank you for those attemps at building full 64-bit PureData version!
I've tried out the following build with my UAD soundcard, unfortunately the Appolo drivers doesn't show up in ASIO devices.
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
Hello,
I've tried again the Pd-64bit binaries you have provided, and my soundcard ASIO only working with 64-bit DAW are finally fully available without any bug.
Thank you for this work.
Le 22/01/2018 à 04:31, Lucas Cordiviola a écrit :
Here’s a bug that is fooling my ability to test, probably also to you:
https://github.com/pure-data/pure-data/issues/260
We can’t access the last ASIO driver from the list.
I’ll try to be breif:
Tascam4x4 don’t specify anything when you install the drivers.
It has 2 drivers. Normal and Mixing.
On the tascam folder there are 2 folders for the Mixing driver. x86 and x64.
On the x64 folder there’s an installer.
I run it, now I have Mixing(64).
When I try to use it with ableton live (32bit) I get NO-SOUND
But when I try with Pd I get Sound on both Pds (32 and 64).
Here’s whats fooling me. When I select the last driver (which happens to be the 64bit one) I get sound. So I close the audiosettings window. Now when I reopen it it shows the “name” of the Normal (32bit) driver. So this totally mess up the testing. :(
Can you check on your machine for similar behaviour ?
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 9:12 PM, Patrice Colet wrote:
Le 21/01/2018 à 20:03, Lucas Cordiviola a écrit :
Hi Patrice,
I’m not sure whats stopping your UAD. We are building with the latest ASIOSDK2.3 and Portaudio (unsure if this is the latest.)
I tried once to build Purr Data with msys2 tools and a 64-bit compiler with the help of Jonathan, and my soundcard was displayed in ASIO device list, but the binaries I've made didn't work well... When the UAD hardware is connected, Pd is crashing... Here is a trace of this attempt:
https://git.purrdata.net/jwilkes/purr-data/issues/349
And here is what I know about DAW compatibility:
https://help.uaudio.com/hc/en-us/articles/208053913-DAW-Compatibility
Here’s another w64, this also has 64bit gui (surely this has nothing to do with ASIO) but try it.
Thanks, I'll give a try...
I have a Tascam 4x4 which is sounding fine. I'm using the latest drivers but I can’t tell if they are 64bit. On the task manager I have 2 process from tascam that are 32bit. I believe these 2 are just simple GUI interfaces to do the soundcard settings. My Tascam installation has folders on both dirs "C:\Program Files (x86)" & "C:\Program Files".
I will have to investigate more to tell if I’m currently running 64bit (ASIO) drivers.
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 10:43 AM, Patrice Colet wrote:
thank you for those attemps at building full 64-bit PureData version!
I've tried out the following build with my UAD soundcard, unfortunately the Appolo drivers doesn't show up in ASIO devices.
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
Good news, glad to hear that.
You might remember a month ago someone reported that it couldn't use a “Dante” system on Pd.
You correctly spotted the need for a 64bit Pd.
Thank you for this work.
This was thanks to https://github.com/pure-data/pure-data/pull/275
https://github.com/pure-data/pure-data/pull/275
: )
Mensaje telepatico asistido por maquinas.
On 1/26/2018 9:29 AM, Patrice Colet wrote: Hello,
I've tried again the Pd-64bit binaries you have provided, and my soundcard ASIO only working with 64-bit DAW are finally fully available without any bug.
Thank you for this work.
Le 22/01/2018 à 04:31, Lucas Cordiviola a écrit : Here’s a bug that is fooling my ability to test, probably also to you:
https://github.com/pure-data/pure-data/issues/260
We can’t access the last ASIO driver from the list.
I’ll try to be breif:
Tascam4x4 don’t specify anything when you install the drivers.
It has 2 drivers. Normal and Mixing.
On the tascam folder there are 2 folders for the Mixing driver. x86 and x64.
On the x64 folder there’s an installer.
I run it, now I have Mixing(64).
When I try to use it with ableton live (32bit) I get NO-SOUND
But when I try with Pd I get Sound on both Pds (32 and 64).
Here’s whats fooling me. When I select the last driver (which happens to be the 64bit one) I get sound. So I close the audiosettings window. Now when I reopen it it shows the “name” of the Normal (32bit) driver. So this totally mess up the testing. :(
Can you check on your machine for similar behaviour ?
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 9:12 PM, Patrice Colet wrote: Le 21/01/2018 à 20:03, Lucas Cordiviola a écrit : Hi Patrice,
I’m not sure whats stopping your UAD. We are building with the latest ASIOSDK2.3 and Portaudio (unsure if this is the latest.) I tried once to build Purr Data with msys2 tools and a 64-bit compiler with the help of Jonathan, and my soundcard was displayed in ASIO device list, but the binaries I've made didn't work well... When the UAD hardware is connected, Pd is crashing... Here is a trace of this attempt:
https://git.purrdata.net/jwilkes/purr-data/issues/349
And here is what I know about DAW compatibility:
https://help.uaudio.com/hc/en-us/articles/208053913-DAW-Compatibility
Here’s another w64, this also has 64bit gui (surely this has nothing to do with ASIO) but try it.
http://lucarda.com.ar/x/Pd-0.48-1-all-w64.zip Thanks, I'll give a try...
I have a Tascam 4x4 which is sounding fine. I'm using the latest drivers but I can’t tell if they are 64bit. On the task manager I have 2 process from tascam that are 32bit. I believe these 2 are just simple GUI interfaces to do the soundcard settings. My Tascam installation has folders on both dirs "C:\Program Files (x86)" & "C:\Program Files".
I will have to investigate more to tell if I’m currently running 64bit (ASIO) drivers.
--
Mensaje telepatico asistido por maquinas.
On 1/21/2018 10:43 AM, Patrice Colet wrote: thank you for those attemps at building full 64-bit PureData version!
I've tried out the following build with my UAD soundcard, unfortunately the Appolo drivers doesn't show up in ASIO devices. _______________________________________________ Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list