i'm having an issue with rpi puredata, where new patches i try to open open outside of the screen so i can't move them.
what's the way to set the patcher position from within the patcher, with scripting, or else have the default patcher location reset to another location?
the same is happening for both pd-vanila and pd-extended, installed on latest raspian with apt-get...
a
look in pd-msg/1.msg_and_patch/6.relocate_windows.pd
In Pd l2ork I typed "move patch window" in the search plugin and found it:
6.relocate_windows.pd move a patch window with messages to a canvas Keywords: control canvas_op nonlocal dynamic_patching
On Thursday, June 19, 2014 10:53 AM, Ali Momeni via Pd-list pd-list@lists.iem.at wrote:
i'm having an issue with rpi puredata, where new patches i try to open open outside of the screen so i can't move them.
what's the way to set the patcher position from within the patcher, with scripting, or else have the default patcher location reset to another location?
the same is happening for both pd-vanila and pd-extended, installed on latest raspian with apt-get...
a _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello,
did you tried to right click on patch icon in the the taskbar and select "zoom" or "agrandir" or something else that fit the window to the screen ?
it solves this issue for me on Mac OS, it may work on Raspbian, but I depends on the window manager I guess.
a
-- do it yourself http://antoine.villeret.free.fr
2014-06-19 16:50 GMT+02:00 Ali Momeni via Pd-list pd-list@lists.iem.at:
i'm having an issue with rpi puredata, where new patches i try to open open outside of the screen so i can't move them.
what's the way to set the patcher position from within the patcher, with scripting, or else have the default patcher location reset to another location?
the same is happening for both pd-vanila and pd-extended, installed on latest raspian with apt-get...
a
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 20/06/14 01:14, Antoine Villeret via Pd-list wrote:
hello,
did you tried to right click on patch icon in the the taskbar and select "zoom" or "agrandir" or something else that fit the window to the screen ?
it solves this issue for me on Mac OS, it may work on Raspbian, but I depends on the window manager I guess.
the fairly common click-drag anywhere on the window with the meta/super/windows modifier pressed should move the window where you want it.
I find that using (from a terminal on the laptop)
ssh -X pi@192.168.1.20 pd
with the pi connected using that address via ethernet is nice, windows on my laptop and the pi headless is a nicer way to work. But that assumes X on your laptop ... so linux or OSX with the developer tools and X installed.
Simon