I've been starting to use PD for some music production work. It's going very well so far.
I have a very simple and dumb question:
is there any way to get the PD windows to be in reverse video?
My eyes are killing me. I've got all my other apps set to grey text on a black background to save my eyesight. It'd be great if there were some hack I could use to get PD windows to be in reverse video too.
My understanding is that PD uses TK, so there must be some way to do this. Unfortunately, I don't know TK well enough to know how to do this. Looking in PD docs I didn't find any mention of reversing the video in PD windows.
Thanks!
-ken
hi, you can either set it in pd.tk (color scheme) or use hcs/sys_gui to do it on the fly. marius.
Ken Restivo wrote:
I've been starting to use PD for some music production work. It's going very well so far.
I have a very simple and dumb question:
is there any way to get the PD windows to be in reverse video?
My eyes are killing me. I've got all my other apps set to grey text on a black background to save my eyesight. It'd be great if there were some hack I could use to get PD windows to be in reverse video too.
My understanding is that PD uses TK, so there must be some way to do this. Unfortunately, I don't know TK well enough to know how to do this. Looking in PD docs I didn't find any mention of reversing the video in PD windows.
Thanks!
-ken
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
sorry, the pd.tk where you can edit the color scheme easily ships with pd-extended. I think it is compatible to pd vanilla, but not sure. marius.
marius schebella wrote:
hi, you can either set it in pd.tk (color scheme) or use hcs/sys_gui to do it on the fly. marius.
Ken Restivo wrote:
I've been starting to use PD for some music production work. It's going very well so far.
I have a very simple and dumb question:
is there any way to get the PD windows to be in reverse video?
My eyes are killing me. I've got all my other apps set to grey text on a black background to save my eyesight. It'd be great if there were some hack I could use to get PD windows to be in reverse video too.
My understanding is that PD uses TK, so there must be some way to do this. Unfortunately, I don't know TK well enough to know how to do this. Looking in PD docs I didn't find any mention of reversing the video in PD windows.
Thanks!
-ken
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The vanilla pd.tk can be edited to set the canvas background colour.
At line 914:
canvas $name.c -width $width -height $height -background white
change white to something else.
You can also edit proc pdtk_text_new to get coloured text, but lines are
not changeable in vanilla unless you modify the source code in about 5
separate places.
Martin
marius schebella wrote:
sorry, the pd.tk where you can edit the color scheme easily ships with pd-extended. I think it is compatible to pd vanilla, but not sure. marius.
marius schebella wrote:
hi, you can either set it in pd.tk (color scheme) or use hcs/sys_gui to do it on the fly. marius.
Ken Restivo wrote:
I've been starting to use PD for some music production work. It's going very well so far.
I have a very simple and dumb question:
is there any way to get the PD windows to be in reverse video?
My eyes are killing me. I've got all my other apps set to grey text on a black background to save my eyesight. It'd be great if there were some hack I could use to get PD windows to be in reverse video too.
My understanding is that PD uses TK, so there must be some way to do this. Unfortunately, I don't know TK well enough to know how to do this. Looking in PD docs I didn't find any mention of reversing the video in PD windows.
Thanks!
-ken
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
Thanks. I went with "grey" for now. Not perfect but it's an improvement.
I'm not averse to editing the source code if you can list for me where in there I need to edit, or what to grep for.
On Wed, Apr 09, 2008 at 07:00:06PM -0400, Martin Peach wrote:
The vanilla pd.tk can be edited to set the canvas background colour. At line 914: canvas $name.c -width $width -height $height -background white
change white to something else. You can also edit proc pdtk_text_new to get coloured text, but lines are not changeable in vanilla unless you modify the source code in about 5 separate places.Martin
marius schebella wrote:
sorry, the pd.tk where you can edit the color scheme easily ships with pd-extended. I think it is compatible to pd vanilla, but not sure. marius.
marius schebella wrote:
hi, you can either set it in pd.tk (color scheme) or use hcs/sys_gui to do it on the fly. marius.
Ken Restivo wrote:
I've been starting to use PD for some music production work. It's going very well so far.
I have a very simple and dumb question:
is there any way to get the PD windows to be in reverse video?
My eyes are killing me. I've got all my other apps set to grey text on a black background to save my eyesight. It'd be great if there were some hack I could use to get PD windows to be in reverse video too.
My understanding is that PD uses TK, so there must be some way to do this. Unfortunately, I don't know TK well enough to know how to do this. Looking in PD docs I didn't find any mention of reversing the video in PD windows.
Thanks!
-ken
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
On Wed, Apr 09, 2008 at 06:09:37PM -0400, marius schebella wrote:
hi, you can either set it in pd.tk (color scheme) or use hcs/sys_gui to do it on the fly.
huh ? that sounds great - where do i find it if i can't find it ? Pd version 0.41.0-extended-20071107, hcs is there, but havent seen sys_gui.
|||Ctrl + Alt + Back|||
|||restart your view|||
On Apr 10, 2008, at 5:17 AM, Ctrl Alt Back wrote:
On Wed, Apr 09, 2008 at 06:09:37PM -0400, marius schebella wrote:
hi, you can either set it in pd.tk (color scheme) or use hcs/sys_gui
to do it on the fly.huh ? that sounds great - where do i find it if i can't find it ? Pd version 0.41.0-extended-20071107, hcs is there, but havent seen sys_gui.
It's currently only implemented in 0.40 extended. Check out the
canvas_name and window_name objects and their help patches.
.hc
kill your television