Re: [PD] Reverse video in the PD editor?

2008-04-10 Thread Hans-Christoph Steiner

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



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Reverse video in the PD editor?

2008-04-10 Thread Ctrl Alt Back
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.

CtrlAltBack
-- 
|||Ctrl + Alt + Back|||
|||restart your view|||

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Reverse video in the PD editor?

2008-04-09 Thread Frank Barknecht
Hallo,
Ken Restivo hat gesagt: // Ken Restivo wrote:

> Thanks. I went with "grey" for now. Not perfect but it's an improvement.

I'd be careful with a fully black background: The IEMGUIs store their
colors in the patch, and most patches use black labels.

Ciao
-- 
Frank Barknecht

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Reverse video in the PD editor?

2008-04-09 Thread Ken Restivo
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.

-ken
-
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

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Reverse video in the PD editor?

2008-04-09 Thread Martin Peach
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


Re: [PD] Reverse video in the PD editor?

2008-04-09 Thread marius schebella
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


Re: [PD] Reverse video in the PD editor?

2008-04-09 Thread marius schebella
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] Reverse video in the PD editor?

2008-04-09 Thread Ken Restivo
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