Re: [PD] pd-extended, version

2008-01-18 Thread Ctrl Alt Back
On Fri, Jan 18, 2008 at 12:42:06AM +0100, Ctrl Alt Back wrote:
 the look of pd-extended : light greyed objects, text running out of objects, 
 lack of synoptic overview - is that definite ? can i configure it that
 it looks the old way ?
yes it is possible but how ? 
i installed it on another machine, and it keeps the same old look.

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] pd-extended, version

2008-01-18 Thread Roman Haefeli
On Fri, 2008-01-18 at 23:34 +0100, Ctrl Alt Back wrote:
 On Fri, Jan 18, 2008 at 10:20:15PM +, Martin Peach wrote:
  You can edit pt.tk in a text editor to change the colours. No need to 
  compile anything.
 sorry i am failing to find it. i have previously installed
 pd-0.41-0test06, there IS /bin/pd.tk, but not 
 # color scheme
   
 set canvas_fill white   
   
 set text_color #000
 ... etc

pd-0.41-0test06 sounds like miller's pd, so you won't find those lines
there. afaik, they are only in pd.tk of pd-extended =0.40. 

 the same in 
 /usr/local/lib/pd/bin/pd.tk
 /usr/lib/pd/bin/pd.tk
 
 and pd extended i have just deb package

then you need to extract it (with dpkg -x package.deb)

roman





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de


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


Re: [PD] pd-extended, version

2008-01-18 Thread Hans-Christoph Steiner

FYI: that version is not really Pd-extended, but rather just a test  
build of the extended externals with Pd-0.41.

.hc

On Jan 18, 2008, at 5:07 PM, Ctrl Alt Back wrote:

 Installed new from :

 http://autobuild.puredata.info/auto-build/latest/Pd-0.41.0- 
 extended-20080118-debian-testing-i386.deb

 and problem dissapeared. i have my nice old look.
 Only thing i would really really like, would be possibility
 to reverse the colors.
 White canvases can be really painfull for playing on dark stage.
 I prefere to compile pd-extended from source, or make my own package.

 On Fri, Jan 18, 2008 at 09:56:58AM -0500, Hans-Christoph Steiner  
 wrote:

 On Jan 18, 2008, at 8:51 AM, Ctrl Alt Back wrote:

 On Fri, Jan 18, 2008 at 12:42:06AM +0100, Ctrl Alt Back wrote:
 the look of pd-extended : light greyed objects, text running out
 of objects,
 lack of synoptic overview - is that definite ? can i configure it
 that
 it looks the old way ?
 yes it is possible but how ?
 i installed it on another machine, and it keeps the same old look.

 Are you on GNU/Linux?  If so, you are either missing the Bitstream
 Vera Sans Mono or your font support is messed up.  It's unfortunately
 not uncommon.
 yes, Debian lenny

 What's a synoptic overview?
 ttf-bitstream-vera is already the newest version

 thanks a lot for your great work !
 CtrlAltBack
 -- 
   |||Ctrl + Alt + Back|||
   |||restart your view|||

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



 


As we enjoy great advantages from inventions of others, we should be  
glad of an opportunity to serve others by any invention of ours; and  
this we should do freely and generously. - Benjamin Franklin



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


Re: [PD] pd-extended, version

2008-01-18 Thread Ctrl Alt Back
Installed new from :

http://autobuild.puredata.info/auto-build/latest/Pd-0.41.0-extended-20080118-debian-testing-i386.deb

and problem dissapeared. i have my nice old look. 
Only thing i would really really like, would be possibility 
to reverse the colors. 
White canvases can be really painfull for playing on dark stage. 
I prefere to compile pd-extended from source, or make my own package.

On Fri, Jan 18, 2008 at 09:56:58AM -0500, Hans-Christoph Steiner wrote:
 
 On Jan 18, 2008, at 8:51 AM, Ctrl Alt Back wrote:
 
 On Fri, Jan 18, 2008 at 12:42:06AM +0100, Ctrl Alt Back wrote:
 the look of pd-extended : light greyed objects, text running out  
 of objects,
 lack of synoptic overview - is that definite ? can i configure it  
 that
 it looks the old way ?
 yes it is possible but how ?
 i installed it on another machine, and it keeps the same old look.
 
 Are you on GNU/Linux?  If so, you are either missing the Bitstream  
 Vera Sans Mono or your font support is messed up.  It's unfortunately  
 not uncommon.
yes, Debian lenny

 What's a synoptic overview?
ttf-bitstream-vera is already the newest version

thanks a lot for your great work !
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] pd-extended, version

2008-01-18 Thread Martin Peach
Ctrl Alt Back wrote:
Only thing i would really really like, would be possibility
to reverse the colors.
White canvases can be really painfull for playing on dark stage.
I prefere to compile pd-extended from source, or make my own package.

You can edit pt.tk in a text editor to change the colours. No need to 
compile anything.

Martin



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


Re: [PD] pd-extended, version

2008-01-18 Thread patrick
hi,

if you are willing to compile pd-extended, see this page:
http://puredata.info/docs/developer/Debian

something like this:

wget 
http://pure-data.cvs.sourceforge.net/pure-data/scripts/checkout-developer-layout.sh?rev=HEAD
sh checkout-developer-layout.sh
cd pure-data

if i am not wrong!?! you have 2 choices:

cd packages/  make patch the old pd version in cvs (new theme).
or
rm -rf pd and tar xzpf miller's version (old theme, new -nosleep mode)

and finally (no matter what you decided):
cd linux_make
make install

pd-extended will be build in linux_make/package i think, then you simply 
have to copy it to /usr/local or whatever. of course you will need to 
compile flext / xsample and some other externals by hand.

patrick




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


Re: [PD] pd-extended, version

2008-01-18 Thread Ctrl Alt Back
On Fri, Jan 18, 2008 at 10:20:15PM +, Martin Peach wrote:
 You can edit pt.tk in a text editor to change the colours. No need to 
 compile anything.
sorry i am failing to find it. i have previously installed
pd-0.41-0test06, there IS /bin/pd.tk, but not 
# color scheme  

set canvas_fill white 

set text_color #000
... etc

the same in 
/usr/local/lib/pd/bin/pd.tk
/usr/lib/pd/bin/pd.tk

and pd extended i have just deb package

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] pd-extended, version

2008-01-18 Thread Martin Peach
Ctrl Alt Back wrote:
 On Fri, Jan 18, 2008 at 10:20:15PM +, Martin Peach wrote:
   
 You can edit pt.tk in a text editor to change the colours. No need to 
 compile anything.
 
 sorry i am failing to find it. i have previously installed
 pd-0.41-0test06, there IS /bin/pd.tk, but not 
 # color scheme
   
 set canvas_fill white   
   
 set text_color #000
 ... etc

   

 the same in 
 /usr/local/lib/pd/bin/pd.tk
 /usr/lib/pd/bin/pd.tk

   

About line 855 of any of those pd.tks you have:
# pdtk_canvas_new -- create a new canvas ###
proc pdtk_canvas_new {name width height geometry editable} {

and then these lines:
   wm geometry $name $geometry
   canvas $name.c -width $width -height $height -background white \

Just change white to some other named colour like blue or an RGB 
value such as #FF.

Martin

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


Re: [PD] pd-extended, version

2008-01-17 Thread Ctrl Alt Back
the look of pd-extended : light greyed objects, text running out of objects, 
lack of synoptic overview - is that definite ? can i configure it that
it looks the old way ?

On Wed, Jan 16, 2008 at 07:52:31PM +, Martin Peach wrote:
 You can get the latest .debs here:
 http://autobuild.puredata.info/auto-build/latest/
 There are also md5s to verify that the package is intact.
thanks, that helps.

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] pd-extended, version

2008-01-16 Thread Martin Peach
Ctrl Alt Back wrote:
Hi,

wandering what is the latest and supported version of pd-extended,
and what is recomended setup.

i see there is pd version 0.41, and pd-extended 0.39.3.
should be some pd version actualy installed prior to pd-extended,
or is it not needed at all ?

i tried :
sudo dpkg -i Pd-0.39.3-extended-debian-testing-i386.deb
dpkg-deb: unexpected end of file in version number in
Pd-0.39.3-extended-debian-testing-i386.deb
dpkg: error processing Pd-0.39.3-extended-debian-testing-i386.deb
(--install):
  subprocess dpkg-deb --control returned error exit status 2
  Errors were encountered while processing:
   Pd-0.39.3-extended-debian-testing-i386.deb
who can tell what is going on here ?

then i uncompressed Pd-0.39.3-extended.tar.bz2 which has inside
directories, but not .config or Make. any work for automake ?


You can get the latest .debs here:
http://autobuild.puredata.info/auto-build/latest/
There are also md5s to verify that the package is intact.

Martin



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