Hi all,
Pd version 0.46-2 is available on http://msp.ucsd.edu/software.htm or via git from sourceforge: git clone git://git.code.sf.net/p/pure-data/pure-data cd pure-data git checkout
Bug fixes affecting the size of pre-0.39 GOPs, allowing arrays of size 1, and didn't exactly fix but made a workaround for a compatibility problem with externs using the DSP state (probably rare).
Slightly less confusing messages about real-time status (linux platform only).
cheers Miller
Pd-announce mailing list Pd-announce@lists.iem.at http://lists.puredata.info/listinfo/pd-announce
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I used to use : $ ./autogen.sh $ ./configure $ make to compile Pd. But I have a problem with the pd 0.46-2 :
make[3]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra/stdout' make[3]: Entering directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[2]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[2]: Entering directory '/home/jack/Téléchargements/pd-0.46-2' make[2]: *** No rule to make target 'doc/5.reference/metro.pd', needed by 'all-am'. Stop. make[2]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2' Makefile:751: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2' Makefile:660: recipe for target 'all' failed make: *** [all] Error 2
How can I solve this error ? Thanx. ++
Jack
PS : same problem on Ubuntu 14.10, and last Raspbian.
Le 16/10/2014 02:16, Miller Puckette a écrit :
Hi all,
Pd version 0.46-2 is available on http://msp.ucsd.edu/software.htm or via git from sourceforge: git clone git://git.code.sf.net/p/pure-data/pure-data cd pure-data git checkout
Bug fixes affecting the size of pre-0.39 GOPs, allowing arrays of size 1, and didn't exactly fix but made a workaround for a compatibility problem with externs using the DSP state (probably rare).
Slightly less confusing messages about real-time status (linux platform only).
cheers Miller
_______________________________________________ Pd-announce mailing list Pd-announce@lists.iem.at http://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It is OK with : $ cd src/ $ make -f makefile.gnu
But is there a reason why it does not work with ? : $ ./autogen.sh $ ./configure $ make
++
Jack
Le 28/10/2014 10:52, Jack a écrit :
Hello,
I used to use : $ ./autogen.sh $ ./configure $ make to compile Pd. But I have a problem with the pd 0.46-2 :
make[3]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra/stdout' make[3]: Entering directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[2]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[2]: Entering directory '/home/jack/Téléchargements/pd-0.46-2' make[2]: *** No rule to make target 'doc/5.reference/metro.pd', needed by 'all-am'. Stop. make[2]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2' Makefile:751: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2' Makefile:660: recipe for target 'all' failed make: *** [all] Error 2
How can I solve this error ? Thanx. ++
Jack
PS : same problem on Ubuntu 14.10, and last Raspbian.
Le 16/10/2014 02:16, Miller Puckette a écrit :
Hi all,
Pd version 0.46-2 is available on http://msp.ucsd.edu/software.htm or via git from sourceforge: git clone git://git.code.sf.net/p/pure-data/pure-data cd pure-data git checkout
Bug fixes affecting the size of pre-0.39 GOPs, allowing arrays of size 1, and didn't exactly fix but made a workaround for a compatibility problem with externs using the DSP state (probably rare).
Slightly less confusing messages about real-time status (linux platform only).
cheers Miller
_______________________________________________ Pd-announce mailing list Pd-announce@lists.iem.at http://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Am 28. Oktober 2014 11:06:03 MEZ, schrieb Jack jack@rybn.org:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It is OK with : $ cd src/ $ make -f makefile.gnu
But is there a reason why it does not work with ? : $ ./autogen.sh $ ./configure $ make
Because there is a bug. It has been fixed in git but apparently not in the downloadable tarfiles.
Btw, debian already comes with 0.46-2, so recent ubuntus will follow.
mfg.ugd.fhj IOhannes
-- Sent from my pdp-11
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Here, on Ubuntu 14.10 : $ apt-cache show puredata ... Version: 0.45.5-1 ... ++
Jack
Le 28/10/2014 14:22, IOhannes zmölnig a écrit :
Am 28. Oktober 2014 11:06:03 MEZ, schrieb Jack jack@rybn.org:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It is OK with : $ cd src/ $ make -f makefile.gnu
But is there a reason why it does not work with ? : $ ./autogen.sh $ ./configure $ make
Because there is a bug. It has been fixed in git but apparently not in the downloadable tarfiles.
Btw, debian already comes with 0.46-2, so recent ubuntus will follow.
mfg.ugd.fhj IOhannes
-- Sent from my pdp-11
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 10/28/2014 02:50 PM, Jack wrote:
Here, on Ubuntu 14.10 : $ apt-cache show puredata ... Version: 0.45.5-1 ...
well. Debian/jessie will have (at least) 0.46.2 and any ubuntu that is based on it (e.g. vivid vervet), will also have a newer version of Pd. older, already released distros like "utopic unicorn" will keep the version they have been released with.
gfdsmr IOhannes
I need to set the mouse position from within Pd-extended 0.42.5.
I have seen a number of externals (especially hcs) for receiving the position but not for setting.
Maybe some tk/tcl command?
Thanks! Ingo
I need to set the mouse position from within Pd-extended 0.42.5.
I have seen a number of externals (especially hcs) for receiving the position but not for setting.
Alternatively hiding and showing the mouse pointer would help.
Maybe some tk/tcl command?
Thanks! Ingo
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Not a tcl/tk command, but a command line if you work with Linux : xdotool. For instance : $ xdotool mousemove pos_x pos_y
pos_x and pos_y in pixels. ++
Jack
Le 30/10/2014 09:19, Ingo a écrit :
I need to set the mouse position from within Pd-extended 0.42.5.
I have seen a number of externals (especially hcs) for receiving the position but not for setting.
Alternatively hiding and showing the mouse pointer would help.
Maybe some tk/tcl command?
Thanks! Ingo
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks, Jack!
I was just going to play with xdotool when I found this:
http://tcl.tk/man/tcl8.5/TkCmd/cursors.htm
It says: "The none cursor can be specified to eliminate the cursor." So ...
[runmode_nothing none( | [hcs/cursor]
makes the cursor disappear when the mouse is not being moved or placed over an object.
I can make it visible again by sending [runmode_nothing arrow( to [hcs/cursor]
Thanks anyway, xdotools looks pretty useful for many things.
Ingo
-----Ursprüngliche Nachricht----- Von: Pd-list [mailto:pd-list-bounces@lists.iem.at] Im Auftrag von Jack Gesendet: Donnerstag, 30. Oktober 2014 10:36 An: pd-list@lists.iem.at Betreff: Re: [PD] Set mouse position from within Pd-extended 0.42.5
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Not a tcl/tk command, but a command line if you work with Linux : xdotool. For instance : $ xdotool mousemove pos_x pos_y
pos_x and pos_y in pixels. ++
Jack
Le 30/10/2014 09:19, Ingo a écrit :
I need to set the mouse position from within Pd-extended 0.42.5.
I have seen a number of externals (especially hcs) for receiving the position but not for setting.
Alternatively hiding and showing the mouse pointer would help.
Maybe some tk/tcl command?
Thanks! Ingo
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEcBAEBAgAGBQJUUgaSAAoJEOuluecjw8GUesEH/16JDKV7s0bMPnq6c0H+WlDD +QqWPXXI1Cdwd64jYRo8oMHalVK9OzZc6cZTGrjO6qJR0wA8XRHnBt3CyEo3fSZ4 oXOgqJh8pYQ9b4ZhMCgMIcAAst+LRbHoOYITcI7jbgkStVfsr8CdBW9FvvA9Yh1o kYZyMauVeeRlVx90BkCJgR9I4NJtvdqHtvRwvAKR4ddaHgOC5pk/Le1sfKiUfhW0 lhVZNdtau2RHVETMYHWEAfvN2juVQ9MWjUvxR99tK4BldGWy1mXJwCJnOZ8gBH4C 2IIMa6Hegd0XYOV7Uwh2hko/nsCRRCHms8UUeVmVsBPWk9e8hbxk3zd88B0Acgk= =LPzs -----END PGP SIGNATURE-----
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Unfortunately the [hcs/cursor] won't work for hiding the cursor at startup or when going from one subpatch to the other without physically moving the mouse. Any command only takes place the next time you move the mouse. :-( So there is no way to do what I want with that one.
I'll have to check out xdotool now. I would really prefere to have a solution withing Pd-extended without having to install new programs.
What I need to do is hide the cursor on some (purely display) pages and make the mouse cursor available on other (editing) pages - all in "runmode". If anyone has a suggestion it would be greatly appreciated.
Thanks, Ingo
-----Ursprüngliche Nachricht----- Von: Pd-list [mailto:pd-list-bounces@lists.iem.at] Im Auftrag von Ingo Gesendet: Donnerstag, 30. Oktober 2014 14:46 An: 'Jack'; pd-list@lists.iem.at Betreff: Re: [PD] Set mouse position from within Pd-extended 0.42.5
Thanks, Jack!
I was just going to play with xdotool when I found this:
http://tcl.tk/man/tcl8.5/TkCmd/cursors.htm
It says: "The none cursor can be specified to eliminate the cursor." So ...
[runmode_nothing none( | [hcs/cursor]
makes the cursor disappear when the mouse is not being moved or placed over an object.
I can make it visible again by sending [runmode_nothing arrow( to [hcs/cursor]
Thanks anyway, xdotools looks pretty useful for many things.
Ingo
-----Ursprüngliche Nachricht----- Von: Pd-list [mailto:pd-list-bounces@lists.iem.at] Im Auftrag von Jack Gesendet: Donnerstag, 30. Oktober 2014 10:36 An: pd-list@lists.iem.at Betreff: Re: [PD] Set mouse position from within Pd-extended 0.42.5
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Not a tcl/tk command, but a command line if you work with Linux : xdotool. For instance : $ xdotool mousemove pos_x pos_y
pos_x and pos_y in pixels. ++
Jack
Le 30/10/2014 09:19, Ingo a écrit :
I need to set the mouse position from within Pd-extended 0.42.5.
I have seen a number of externals (especially hcs) for receiving the position but not for setting.
Alternatively hiding and showing the mouse pointer would help.
Maybe some tk/tcl command?
Thanks! Ingo
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEcBAEBAgAGBQJUUgaSAAoJEOuluecjw8GUesEH/16JDKV7s0bMPnq6c0H+WlDD +QqWPXXI1Cdwd64jYRo8oMHalVK9OzZc6cZTGrjO6qJR0wA8XRHnBt3CyEo3fSZ4 oXOgqJh8pYQ9b4ZhMCgMIcAAst+LRbHoOYITcI7jbgkStVfsr8CdBW9FvvA9Yh1o kYZyMauVeeRlVx90BkCJgR9I4NJtvdqHtvRwvAKR4ddaHgOC5pk/Le1sfKiUfhW0 lhVZNdtau2RHVETMYHWEAfvN2juVQ9MWjUvxR99tK4BldGWy1mXJwCJnOZ8gBH4C 2IIMa6Hegd0XYOV7Uwh2hko/nsCRRCHms8UUeVmVsBPWk9e8hbxk3zd88B0Acgk= =LPzs -----END PGP SIGNATURE-----
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
done all that above with renaming metro.pd in makefile.am then ./configure --disable-pulse --enable-jack then sudo make install
I think the version of Pd 0.46-1 was previously compiled on this machine as well as 0.46-0 using the autogen.sh for configuration well with this go around i got "not running in real time mode because bin/pd-watchdog could not be found" then seg fault then sudo make clean with same results 0.45-6 or whatever still runs if I type puredata instead of pd so... I guess I'll go back and try to clean the previous compiles out
hi,
Miller, could you update the tarball on your website [1] with the git 9b83352 ? There is still an error in Makefile.am in the current tarball.
Also is anyone volunteer to update puredata.info download page with 0.46-2 [2] ?
Thanks you all
Antoine
[1] : http://msp.ucsd.edu/software.html [2] : http://puredata.info/downloads/pure-data
-- do it yourself http://antoine.villeret.free.fr
2014-11-06 6:30 GMT+01:00 Billy Stiltner billy.stiltner@gmail.com:
done all that above with renaming metro.pd in makefile.am then ./configure --disable-pulse --enable-jack then sudo make install
I think the version of Pd 0.46-1 was previously compiled on this machine as well as 0.46-0 using the autogen.sh for configuration well with this go around i got "not running in real time mode because bin/pd-watchdog could not be found" then seg fault then sudo make clean with same results 0.45-6 or whatever still runs if I type puredata instead of pd so... I guess I'll go back and try to clean the previous compiles out
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
This should be fixed with 0.46-3.
cheers M
On Tue, Nov 18, 2014 at 12:21:27AM +0100, Antoine Villeret wrote:
hi,
Miller, could you update the tarball on your website [1] with the git 9b83352 ? There is still an error in Makefile.am in the current tarball.
Also is anyone volunteer to update puredata.info download page with 0.46-2 [2] ?
Thanks you all
Antoine
[1] : http://msp.ucsd.edu/software.html [2] : http://puredata.info/downloads/pure-data
-- do it yourself http://antoine.villeret.free.fr
2014-11-06 6:30 GMT+01:00 Billy Stiltner billy.stiltner@gmail.com:
done all that above with renaming metro.pd in makefile.am then ./configure --disable-pulse --enable-jack then sudo make install
I think the version of Pd 0.46-1 was previously compiled on this machine as well as 0.46-0 using the autogen.sh for configuration well with this go around i got "not running in real time mode because bin/pd-watchdog could not be found" then seg fault then sudo make clean with same results 0.45-6 or whatever still runs if I type puredata instead of pd so... I guess I'll go back and try to clean the previous compiles out
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list