Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live to play a little..
I agree, it should be included. Why don't you try to build it? Or maybe if patco has some time, he could take a look.
Its much too late to include it in 0.43.4, but once its working, its easy to include in nightly builds of 0.44.
.hc
On 01/16/2013 12:58 PM, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live to play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Wow.... If I had the knowledge to do.. (!) *.*
But I can try... I need documentation to learn.. Where can I begin?
2013/1/16 Hans-Christoph Steiner hans@at.or.at
I agree, it should be included. Why don't you try to build it? Or maybe if patco has some time, he could take a look.
Its much too late to include it in 0.43.4, but once its working, its easy to include in nightly builds of 0.44.
.hc
On 01/16/2013 12:58 PM, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live
to
play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Start by installing Jack on your windows machine and setting up a Pd build environment: http://puredata.info/docs/developer/WindowsMinGW
You can skip the "Building library dependencies for Windows from SVN '/sources'" section for now.
Then in the MSYS MinGW shell, do this:
git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pd-extended.git cd pd-extended/src make -f makefile.mingw
That should give you a regular Pd build. Then download a Pd-extended 0.43.4 zip version and unzip it. I usually put it on my desktop. Then you can install your new build into it:
make -f makefile.mingw DESTDIR="$USERPROFILE/Desktop/Pd-0.43.4-extended-20130115 prefix= install
If that works, then you're ready to try to build against Jack. Replace pd-extended/src/makefile.mingw with makefile.mingw that is attached to this email, and try this:
cd pd-extended/src make -f makefile.mingw clean make -f makefile.mingw DESTDIR="$USERPROFILE/Desktop/Pd-0.43.4-extended-20130115 prefix= install
.hc
On 01/16/2013 02:07 PM, Esteban Viveros wrote:
Wow.... If I had the knowledge to do.. (!) *.*
But I can try... I need documentation to learn.. Where can I begin?
2013/1/16 Hans-Christoph Steiner hans@at.or.at
I agree, it should be included. Why don't you try to build it? Or maybe if patco has some time, he could take a look.
Its much too late to include it in 0.43.4, but once its working, its easy to include in nightly builds of 0.44.
.hc
On 01/16/2013 12:58 PM, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live
to
play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello,
on Windows only Jackdmp (Jackd2) is available, but the latest version of Pd-extended (0.43.4-extended) does not work with Jackd2, at least on Debian Wheezy.
It may be fixed, when this patch is applied (http://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582739&...), because Jackd2 has removed jack_client_new () from their interface.
I have found another issue with jackd2, because hardware ports are not reported with the register_port callback, at least not with the way I am using it in my own software (a C#/Mono replacement for QJackCTL https://github.com/residuum/MonoMultiJack), but it probably is an issue in my code.
Hth, Thomas
On 16.01.2013 18:58, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live to play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/27/2013 10:59 AM, Thomas Mayer wrote:
Hello,
on Windows only Jackdmp (Jackd2) is available, but the latest version of Pd-extended (0.43.4-extended) does not work with Jackd2, at least on Debian Wheezy.
Does Pd-vanilla 0.43 or 0.44? Or does Pd+jackd2 not work anywhere yet?
It may be fixed, when this patch is applied (http://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582739&...), because Jackd2 has removed jack_client_new () from their interface.
That patch is already included Pd-extended 0.43.4, so it won't change Esteban's situation.
.hc
I have found another issue with jackd2, because hardware ports are not reported with the register_port callback, at least not with the way I am using it in my own software (a C#/Mono replacement for QJackCTL https://github.com/residuum/MonoMultiJack), but it probably is an issue in my code.
Hth, Thomas
On 16.01.2013 18:58, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live to play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 27.01.2013 18:09, Hans-Christoph Steiner wrote:
On 01/27/2013 10:59 AM, Thomas Mayer wrote:
Hello,
on Windows only Jackdmp (Jackd2) is available, but the latest version of Pd-extended (0.43.4-extended) does not work with Jackd2, at least on Debian Wheezy.
Does Pd-vanilla 0.43 or 0.44? Or does Pd+jackd2 not work anywhere yet?
I have not tried Pd vanilla yet, but will try so in the next days and then report back.
Best regards, Thomas
jackdmp has always worked with pd on windows because it has been using ASIO drivers, but with two channels only...
also I'm still using pdvst for playing with Ableton Live on windows, if not in debug mode, it's rather stable, and even if it's a 0.37 pd version, we can do a lot of thing with, like opening sockets and send MIDI or VST parameters, even running vocoder patches, etc ... In other words, no need for jackd, no need for maxmsp in Ableton Live...
Would jackd work with more than two in/out channels on windows?
Colet Patrice
----- Mail original -----
De: "Thomas Mayer" thomas@residuum.org À: pd-list@iem.at Envoyé: Dimanche 27 Janvier 2013 16:59:55 Objet: Re: [PD] Jack support on Windows
Hello,
on Windows only Jackdmp (Jackd2) is available, but the latest version of Pd-extended (0.43.4-extended) does not work with Jackd2, at least on Debian Wheezy.
It may be fixed, when this patch is applied (http://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582739&...), because Jackd2 has removed jack_client_new () from their interface.
I have found another issue with jackd2, because hardware ports are not reported with the register_port callback, at least not with the way I am using it in my own software (a C#/Mono replacement for QJackCTL https://github.com/residuum/MonoMultiJack), but it probably is an issue in my code.
Hth, Thomas
On 16.01.2013 18:58, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live to play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- "We left all that stuff out. If there's an error, we have this routine called panic, and when it is called, the machine crashes, and you holler down the hall, 'Hey, reboot it.'" (Dennis Ritchie) http://www.residuum.org/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Perhaps... I have a FTP and in linux I only can have 2 outputs with them. With the m-audio drivers I have 4 outputs..
Some time ago I tried to run pdvst without sucess. The matter is only put to run pd-extended 0.43.4 with jackd in windows.. Even as I have MaxForLive working in my windows software set... But years ago I didn't have these softwares... And it would be great pepople with the same problems I was have can be run pd with jackd in windows with some facilities... That can do the people to dispend energy in learn pd and not to try put it to work...
2013/1/27 Patrice Colet colet.patrice@free.fr
jackdmp has always worked with pd on windows because it has been using ASIO drivers, but with two channels only...
also I'm still using pdvst for playing with Ableton Live on windows, if not in debug mode, it's rather stable, and even if it's a 0.37 pd version, we can do a lot of thing with, like opening sockets and send MIDI or VST parameters, even running vocoder patches, etc ... In other words, no need for jackd, no need for maxmsp in Ableton Live...
Would jackd work with more than two in/out channels on windows?
Colet Patrice
----- Mail original -----
De: "Thomas Mayer" thomas@residuum.org À: pd-list@iem.at Envoyé: Dimanche 27 Janvier 2013 16:59:55 Objet: Re: [PD] Jack support on Windows
Hello,
on Windows only Jackdmp (Jackd2) is available, but the latest version of Pd-extended (0.43.4-extended) does not work with Jackd2, at least on Debian Wheezy.
It may be fixed, when this patch is applied (
http://sourceforge.net/tracker/?func=detail&atid=478072&aid=3582739&... ),
because Jackd2 has removed jack_client_new () from their interface.
I have found another issue with jackd2, because hardware ports are not reported with the register_port callback, at least not with the way I am using it in my own software (a C#/Mono replacement for QJackCTL https://github.com/residuum/MonoMultiJack), but it probably is an issue in my code.
Hth, Thomas
On 16.01.2013 18:58, Esteban Viveros wrote:
Hello list,
Excuse the hassle... But I think this very important ..
The windows version of pd-extended 0.43 don't have support to Jack..
It would be great can connect my new pd extended release to ableton live to play a little..
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- "We left all that stuff out. If there's an error, we have this routine called panic, and when it is called, the machine crashes, and you holler down the hall, 'Hey, reboot it.'" (Dennis Ritchie) http://www.residuum.org/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a recent pd version, but no success yet. It would be nice to have some patches to apply into pd-extended sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a recent pd version, but no success yet. It would be nice to have some patches to apply into pd-extended sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~
.hc
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst
folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended sources
for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner <hans@at.or.at mailto:hans@at.or.at>
On 01/27/2013 01:49 PM, Patrice Colet wrote: > > >> De: "Esteban Viveros" <emviveros@gmail.com <mailto:emviveros@gmail.com>> > >> Some time ago I tried to run pdvst without sucess. > > ah if you put the vststuff.dll into vstplugin directory, and the pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok. > > I've started some time ago to give a try into recompiling pdvst with a recent pd version, but no success yet. > It would be nice to have some patches to apply into pd-extended sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort. I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~ .hc _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in http://jackaudio.org/download
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but you can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst
folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended sources
for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
This is great! Could you create a wiki page here and put the info there? That's an easy place for people to find it when they are trying to set it up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in http://jackaudio.org/download
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but you can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst
folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended sources
for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Of course! I try to do that now..
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info there? That's an easy place for people to find it when they are trying to set it up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will
be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst
folder that contains vststuff.pd patches vststuff.pdv files along with
the
vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended
sources
for having an actual pdvst version, but if I'm the only one interested
into
using this, it might not be worth the effort.
I've never looked at those patches because I've never really used
VSTs.
But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The
best
thing then would be to port it to the new pluggable scheduler stuff used by
pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing
list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Ok.. Now we have some information on wiki page..
http://puredata.info/docs/PdExtended0434JackAbletonLive8
Ready to changes..! ;)
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info there? That's an easy place for people to find it when they are trying to set it up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will
be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst
folder that contains vststuff.pd patches vststuff.pdv files along with
the
vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended
sources
for having an actual pdvst version, but if I'm the only one interested
into
using this, it might not be worth the effort.
I've never looked at those patches because I've never really used
VSTs.
But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The
best
thing then would be to port it to the new pluggable scheduler stuff used by
pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing
list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
ok... I yeld... That solution don't work well yet..
When I disable UAC settings in Windows the only thing happend is the app can start itself in administrator mode...
The problem is when I run pd in administrator mode, it are bugged... It can't load objects correctly like a video I send previously.
Is the best thing delete the wiki??
2013/1/28 Esteban Viveros emviveros@gmail.com
Ok.. Now we have some information on wiki page..
http://puredata.info/docs/PdExtended0434JackAbletonLive8
Ready to changes..! ;)
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info there? That's an easy place for people to find it when they are trying to set it up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate
if
that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will
be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
> De: "Esteban Viveros" emviveros@gmail.com
> Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the
pdvst
folder that contains vststuff.pd patches vststuff.pdv files along
with the
vst host executable (it should be 'Program' folder for Ableton Live)
it
should be ok.
I've started some time ago to give a try into recompiling pdvst with
a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended
sources
for having an actual pdvst version, but if I'm the only one
interested into
using this, it might not be worth the effort.
I've never looked at those patches because I've never really used
VSTs.
But post them here and I'll look at them. If its possible to include
them,
I'm up for it. I think I remember that pdvst has a custom scheduler. The
best
thing then would be to port it to the new pluggable scheduler stuff used by
pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing
list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
That's a bummer, but I don't think this story is over, so leave the wiki. I think that Jack on Windows is relatively new, so its going to have little problems. And through contributions like yours, it will get better.
For example, I included the jack for windows stuff in pd-extended 0.44, so the nightly builds should include it starting tomorrow: http://autobuild.puredata.info/auto-build/2013-02-04/
.hc
On 02/03/2013 07:20 PM, Esteban Viveros wrote:
ok... I yeld... That solution don't work well yet..
When I disable UAC settings in Windows the only thing happend is the app can start itself in administrator mode...
The problem is when I run pd in administrator mode, it are bugged... It can't load objects correctly like a video I send previously.
Is the best thing delete the wiki??
2013/1/28 Esteban Viveros emviveros@gmail.com
Ok.. Now we have some information on wiki page..
http://puredata.info/docs/PdExtended0434JackAbletonLive8
Ready to changes..! ;)
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info there? That's an easy place for people to find it when they are trying to set it up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate
if
that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will
be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote: > > >> De: "Esteban Viveros" emviveros@gmail.com > >> Some time ago I tried to run pdvst without sucess. > > ah if you put the vststuff.dll into vstplugin directory, and the
pdvst
folder that contains vststuff.pd patches vststuff.pdv files along
with the
vst host executable (it should be 'Program' folder for Ableton Live)
it
should be ok. > > I've started some time ago to give a try into recompiling pdvst with
a
recent pd version, but no success yet. > It would be nice to have some patches to apply into pd-extended
sources
for having an actual pdvst version, but if I'm the only one
interested into
using this, it might not be worth the effort.
I've never looked at those patches because I've never really used
VSTs.
But post them here and I'll look at them. If its possible to include
them,
I'm up for it. I think I remember that pdvst has a custom scheduler. The
best
thing then would be to port it to the new pluggable scheduler stuff used by
pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing
list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
The 0.44 are working with jack? I can test it..(?)
2013/2/3 Hans-Christoph Steiner hans@at.or.at
That's a bummer, but I don't think this story is over, so leave the wiki. I think that Jack on Windows is relatively new, so its going to have little problems. And through contributions like yours, it will get better.
For example, I included the jack for windows stuff in pd-extended 0.44, so the nightly builds should include it starting tomorrow: http://autobuild.puredata.info/auto-build/2013-02-04/
.hc
On 02/03/2013 07:20 PM, Esteban Viveros wrote:
ok... I yeld... That solution don't work well yet..
When I disable UAC settings in Windows the only thing happend is the app can start itself in administrator mode...
The problem is when I run pd in administrator mode, it are bugged... It can't load objects correctly like a video I send previously.
Is the best thing delete the wiki??
2013/1/28 Esteban Viveros emviveros@gmail.com
Ok.. Now we have some information on wiki page..
http://puredata.info/docs/PdExtended0434JackAbletonLive8
Ready to changes..! ;)
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info
there?
That's an easy place for people to find it when they are trying to set
it
up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate
if
that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to
change
UAC settings in your windows. In my case I'm using Windows 7 x64, and
it
solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make
it
work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will
be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
> On 01/27/2013 01:49 PM, Patrice Colet wrote: >> >> >>> De: "Esteban Viveros" emviveros@gmail.com >> >>> Some time ago I tried to run pdvst without sucess. >> >> ah if you put the vststuff.dll into vstplugin directory, and the
pdvst
> folder that contains vststuff.pd patches vststuff.pdv files along
with the
> vst host executable (it should be 'Program' folder for Ableton Live)
it
> should be ok. >> >> I've started some time ago to give a try into recompiling pdvst
with
a
> recent pd version, but no success yet. >> It would be nice to have some patches to apply into pd-extended
sources
> for having an actual pdvst version, but if I'm the only one
interested into
> using this, it might not be worth the effort. > > I've never looked at those patches because I've never really used
VSTs.
> But > post them here and I'll look at them. If its possible to include
them,
> I'm up > for it. I think I remember that pdvst has a custom scheduler. The
best
> thing > then would be to port it to the new pluggable scheduler stuff used
by
pd~
> > .hc > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list >
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros <
http://soundcloud.com/estebanviveros%3E
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.atmailing
list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
The 0.44.0 nightly builds include Jack for Windows support, if you want to try.
.hc
On Feb 3, 2013, at 8:12 PM, Esteban Viveros wrote:
The 0.44 are working with jack? I can test it..(?)
2013/2/3 Hans-Christoph Steiner hans@at.or.at
That's a bummer, but I don't think this story is over, so leave the wiki. I think that Jack on Windows is relatively new, so its going to have little problems. And through contributions like yours, it will get better.
For example, I included the jack for windows stuff in pd-extended 0.44, so the nightly builds should include it starting tomorrow: http://autobuild.puredata.info/auto-build/2013-02-04/
.hc
On 02/03/2013 07:20 PM, Esteban Viveros wrote:
ok... I yeld... That solution don't work well yet..
When I disable UAC settings in Windows the only thing happend is the app can start itself in administrator mode...
The problem is when I run pd in administrator mode, it are bugged... It can't load objects correctly like a video I send previously.
Is the best thing delete the wiki??
2013/1/28 Esteban Viveros emviveros@gmail.com
Ok.. Now we have some information on wiki page..
http://puredata.info/docs/PdExtended0434JackAbletonLive8
Ready to changes..! ;)
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info there? That's an easy place for people to find it when they are trying to set it up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate
if
that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will
be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
> On 01/27/2013 01:49 PM, Patrice Colet wrote: >> >> >>> De: "Esteban Viveros" emviveros@gmail.com >> >>> Some time ago I tried to run pdvst without sucess. >> >> ah if you put the vststuff.dll into vstplugin directory, and the
pdvst
> folder that contains vststuff.pd patches vststuff.pdv files along
with the
> vst host executable (it should be 'Program' folder for Ableton Live)
it
> should be ok. >> >> I've started some time ago to give a try into recompiling pdvst with
a
> recent pd version, but no success yet. >> It would be nice to have some patches to apply into pd-extended
sources
> for having an actual pdvst version, but if I'm the only one
interested into
> using this, it might not be worth the effort. > > I've never looked at those patches because I've never really used
VSTs.
> But > post them here and I'll look at them. If its possible to include
them,
> I'm up > for it. I think I remember that pdvst has a custom scheduler. The
best
> thing > then would be to port it to the new pluggable scheduler stuff used by
pd~
> > .hc > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list >
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing
list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
-- Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros
https://www.facebook.com/estebanviveros.art
People.... I made a very stupid mistake..! :/ hehehehehe
Jack don't need a new pd-extended compilation to work together. Jack run over asio driver in windows. All software with asio support can see jackrouter in asio on driver settings.
I have tested it with pd-extended 0.43.4 windows version downloaded today 14/03/2013 and Live 8 and Live 9.
The unique specificity is that in Live 8, we need to run all in administrator mode, jack and pd-extended.
ps.: in last pd-extended 0.43.4 version at this moment I can't see any problem has as happening in wild compilation.
2013/2/11 Hans-Christoph Steiner hans@at.or.at
The 0.44.0 nightly builds include Jack for Windows support, if you want to try.
.hc
On Feb 3, 2013, at 8:12 PM, Esteban Viveros wrote:
The 0.44 are working with jack? I can test it..(?)
2013/2/3 Hans-Christoph Steiner hans@at.or.at
That's a bummer, but I don't think this story is over, so leave the wiki. I think that Jack on Windows is relatively new, so its going to have little problems. And through contributions like yours, it will get better.
For example, I included the jack for windows stuff in pd-extended 0.44, so the nightly builds should include it starting tomorrow: http://autobuild.puredata.info/auto-build/2013-02-04/
.hc
On 02/03/2013 07:20 PM, Esteban Viveros wrote:
ok... I yeld... That solution don't work well yet..
When I disable UAC settings in Windows the only thing happend is the app can start itself in administrator mode...
The problem is when I run pd in administrator mode, it are bugged... It can't load objects correctly like a video I send previously.
Is the best thing delete the wiki??
2013/1/28 Esteban Viveros emviveros@gmail.com
Ok.. Now we have some information on wiki page..
http://puredata.info/docs/PdExtended0434JackAbletonLive8
Ready to changes..! ;)
2013/1/28 Hans-Christoph Steiner hans@at.or.at
This is great! Could you create a wiki page here and put the info
there?
That's an easy place for people to find it when they are trying to
set it
up themselves.
.hc
On 01/28/2013 12:56 PM, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and
relate
if
that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out,
but
you
can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to
change
UAC settings in your windows. In my case I'm using Windows 7 x64,
and it
solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
> pd in Live... I'm drooling. Keep us posted about how well you make
it
> work with a recent pd version, i'm very interested. > > > On 28/01/2013 12:45, Esteban Viveros wrote: > > That's sound very nice! > > I will try to install on Ableton pdvst again in the coming days. It
will
> be very good to get everything running cool place .. ;) > > I will also open a new topic to better organize the topic for
future
> google research .. Ok? > > > 2013/1/27 Hans-Christoph Steiner hans@at.or.at > >> On 01/27/2013 01:49 PM, Patrice Colet wrote: >>> >>> >>>> De: "Esteban Viveros" emviveros@gmail.com >>> >>>> Some time ago I tried to run pdvst without sucess. >>> >>> ah if you put the vststuff.dll into vstplugin directory, and the
pdvst
>> folder that contains vststuff.pd patches vststuff.pdv files along
with the
>> vst host executable (it should be 'Program' folder for Ableton
Live)
it
>> should be ok. >>> >>> I've started some time ago to give a try into recompiling pdvst
with
a
>> recent pd version, but no success yet. >>> It would be nice to have some patches to apply into pd-extended
sources
>> for having an actual pdvst version, but if I'm the only one
interested into
>> using this, it might not be worth the effort. >> >> I've never looked at those patches because I've never really used
VSTs.
>> But >> post them here and I'll look at them. If its possible to include
them,
>> I'm up >> for it. I think I remember that pdvst has a custom scheduler. The
best
>> thing >> then would be to port it to the new pluggable scheduler stuff used
by
pd~
>> >> .hc >> >> _______________________________________________ >> Pd-list@iem.at mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> > > > > -- > > Esteban Viveros > > (27) 8815 7170 > (27) 3066 0359 > (11) 95761 4125 > (11) 2738 7868 > > www.bandpage.com/estebanviveros <
http://soundcloud.com/estebanviveros%3E
> > https://www.facebook.com/estebanviveros.art > > http://www.papodecompositor-es.blogspot.com.br/ > > http://expurgacao.art.br/ > > > _______________________________________________Pd-list@iem.atmailing
list
> UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
> > >
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Oh, i've been using Pd AND Live together for some time now, it works quite ok with the 42.5 (AFAIR). I understand that i shouldn't update Pd to the most recent one if i want my setup to keep on working :/
I meant Pd IN Live, aka pdvst, would be cool if it were effortless (no wild build for starters, recent version)
On 28/01/2013 18:56, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: _Mixed 64/32 bit JACK 1.9.9_ in http://jackaudio.org/download
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but you can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste <dwanafite@yahoo.fr mailto:dwanafite@yahoo.fr>
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested. On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice! I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;) I will also open a new topic to better organize the topic for future google research .. Ok? 2013/1/27 Hans-Christoph Steiner <hans@at.or.at <mailto:hans@at.or.at>> On 01/27/2013 01:49 PM, Patrice Colet wrote: > > >> De: "Esteban Viveros" <emviveros@gmail.com <mailto:emviveros@gmail.com>> > >> Some time ago I tried to run pdvst without sucess. > > ah if you put the vststuff.dll into vstplugin directory, and the pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok. > > I've started some time ago to give a try into recompiling pdvst with a recent pd version, but no success yet. > It would be nice to have some patches to apply into pd-extended sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort. I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~ .hc _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- Esteban Viveros (27) 8815 7170 <tel:%2827%29%208815%207170> (27) 3066 0359 <tel:%2827%29%203066%200359> (11) 95761 4125 <tel:%2811%29%2095761%204125> (11) 2738 7868 <tel:%2811%29%202738%207868> www.bandpage.com/estebanviveros <http://soundcloud.com/estebanviveros> https://www.facebook.com/estebanviveros.art http://www.papodecompositor-es.blogspot.com.br/ http://expurgacao.art.br/ _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management ->http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Yeah.. I understand now.. And I agree.
This happend because pd-extended 0.43.4 version don't have jack support included. But it can change in 0.44 version. But at this moment, that's working for me.
For starters a stable version working with jack I think we only have 0.42.5 version. But for adventurers.. ;)
2013/1/28 batinste dwanafite@yahoo.fr
Oh, i've been using Pd AND Live together for some time now, it works quite ok with the 42.5 (AFAIR). I understand that i shouldn't update Pd to the most recent one if i want my setup to keep on working :/
I meant Pd IN Live, aka pdvst, would be cool if it were effortless (no wild build for starters, recent version)
On 28/01/2013 18:56, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: *Mixed 64/32 bit JACK 1.9.9* in http://jackaudio.org/download
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but you can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr
pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at
On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst
folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a
recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended
sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 <%2827%29%208815%207170> (27) 3066 0359 <%2827%29%203066%200359> (11) 95761 4125 <%2811%29%2095761%204125> (11) 2738 7868 <%2811%29%202738%207868>
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
_______________________________________________Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros http://soundcloud.com/estebanviveros
https://www.facebook.com/estebanviveros.art
idea: lobby bitwig to put Pd inside. it already supports jack http://www.bitwig.com/faqs.html
Am 28.01.2013 um 19:50 schrieb batinste dwanafite@yahoo.fr:
Oh, i've been using Pd AND Live together for some time now, it works quite ok with the 42.5 (AFAIR). I understand that i shouldn't update Pd to the most recent one if i want my setup to keep on working :/
I meant Pd IN Live, aka pdvst, would be cool if it were effortless (no wild build for starters, recent version)
On 28/01/2013 18:56, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built: https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit Jack Audio: Mixed 64/32 bit JACK 1.9.9 in http://jackaudio.org/download
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but you can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync. To change UAC settings (disabling): http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr pd in Live... I'm drooling. Keep us posted about how well you make it work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with a recent pd version, but no success yet. It would be nice to have some patches to apply into pd-extended sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used VSTs. But post them here and I'll look at them. If its possible to include them, I'm up for it. I think I remember that pdvst has a custom scheduler. The best thing then would be to port it to the new pluggable scheduler stuff used by pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Ohh!! Bitwig!! About 2 years I dream with this software!!
2013/1/28 Max abonnements@revolwear.com
idea: lobby bitwig to put Pd inside. it already supports jack http://www.bitwig.com/faqs.html
Am 28.01.2013 um 19:50 schrieb batinste dwanafite@yahoo.fr:
Oh, i've been using Pd AND Live together for some time now, it works
quite ok with the 42.5 (AFAIR). I understand that i shouldn't update Pd to the most recent one if i want my setup to keep on working :/
I meant Pd IN Live, aka pdvst, would be cool if it were effortless (no
wild build for starters, recent version)
On 28/01/2013 18:56, Esteban Viveros wrote:
At this moment I can use ableton live and pd with jack with a custom
compiled version of pd-extended.. You can try in your setup and relate if that work or you too..
You need:
pd-extended jack built:
https://docs.google.com/file/d/0B6TScIMkPOGJSHdwZzJVM19CQ00/edit
Jack Audio: Mixed 64/32 bit JACK 1.9.9 in http://jackaudio.org/download
Read this: To install Jack: http://jackaudio.org/jack_on_windows Probably you need Asio4All, at now the website of asio4all is out, but
you can download it here for example: http://asio4all.softonic.com.br/
After uncompress pd-extended, install correctly jack, you need to
change UAC settings in your windows. In my case I'm using Windows 7 x64, and it solve all the problems with Ableton Live, Jack and pd sync.
To change UAC settings (disabling):
http://www.petri.co.il/disable-uac-in-windows-7.htm
Hope it's works!
2013/1/28 batinste dwanafite@yahoo.fr pd in Live... I'm drooling. Keep us posted about how well you make it
work with a recent pd version, i'm very interested.
On 28/01/2013 12:45, Esteban Viveros wrote:
That's sound very nice!
I will try to install on Ableton pdvst again in the coming days. It
will be very good to get everything running cool place .. ;)
I will also open a new topic to better organize the topic for future
google research .. Ok?
2013/1/27 Hans-Christoph Steiner hans@at.or.at On 01/27/2013 01:49 PM, Patrice Colet wrote:
De: "Esteban Viveros" emviveros@gmail.com
Some time ago I tried to run pdvst without sucess.
ah if you put the vststuff.dll into vstplugin directory, and the
pdvst folder that contains vststuff.pd patches vststuff.pdv files along with the vst host executable (it should be 'Program' folder for Ableton Live) it should be ok.
I've started some time ago to give a try into recompiling pdvst with
a recent pd version, but no success yet.
It would be nice to have some patches to apply into pd-extended
sources for having an actual pdvst version, but if I'm the only one interested into using this, it might not be worth the effort.
I've never looked at those patches because I've never really used
VSTs. But
post them here and I'll look at them. If its possible to include
them, I'm up
for it. I think I remember that pdvst has a custom scheduler. The
best thing
then would be to port it to the new pluggable scheduler stuff used by
pd~
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
-- Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros
https://www.facebook.com/estebanviveros.art
http://www.papodecompositor-es.blogspot.com.br/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Esteban Viveros
(27) 8815 7170 (27) 3066 0359 (11) 95761 4125 (11) 2738 7868
www.bandpage.com/estebanviveros
https://www.facebook.com/estebanviveros.art
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->