Old 02-12-2013, 03:13 PM   #1
serenityjazz
Human being with feelings
 
Join Date: May 2011
Location: Marseille
Posts: 741
Default newbie start theming (wip)

Hello guys,

I'm learning with Gimp and Walter to operate my first thème but i have a problem

when i put tracks in folders, buttons are move to the right and i must rezise the tcp to see them again:



any idea to solve this ?

Last edited by serenityjazz; 02-12-2013 at 04:04 PM.
serenityjazz is offline   Reply With Quote
Old 02-12-2013, 03:49 PM   #2
mabian
Moderator
 
mabian's Avatar
 
Join Date: Aug 2007
Location: Italy
Posts: 4,326
Default

Hi, your link requires login; you should get a public link...

- Mario
mabian is offline   Reply With Quote
Old 02-12-2013, 04:42 PM   #3
witti
Human being with feelings
 
witti's Avatar
 
Join Date: May 2012
Posts: 1,216
Default

You you have to ask youself a few questions:
Which elements in the tcp are stretchable, and which are not?
Stretchable elements are mostly the name label, the meter, the record input label, and maybe the volume/pan/width label.

You should not stretch the buttons, as they are mostly fixed sized.

So what you have to do is, attach buttons either to the left or right edge of the tcp, and attach stretchable elements to the left edge and make them stretchable to the right edge.

Here is a simple example with two buttons and the label:

set tcp.size [200 100]
set tcp.mute [5 5 20 20 0 0 0 0]
set tcp.label [30 5 140 20 0 0 1 0]
set tcp.solo [175 5 20 20 1 0 1 0]

so
[. . . . 0 0 0 0] is left
[. . . . 1 0 1 0] is right and
[. . . . 0 0 1 0] is left, stretchable to the right

edge attachment
[. . . . left top right bottom]


I don't know what your plans are and there are for sure many other ways to design the tcp. So this is just a basic example.


Read the well documented WALTER themers guide for further instructions,
downloadable here: http://www.houseofwhitetie.com/reape...mers_guide.pdf

Edit: Oh i just see your screenshot. Looks nice! From what i can see, your mcp width knob has a wrong size. Could have many reasons. It looks more like a square.

Last edited by witti; 02-12-2013 at 08:41 PM.
witti is offline   Reply With Quote
Old 02-12-2013, 05:06 PM   #4
serenityjazz
Human being with feelings
 
Join Date: May 2011
Location: Marseille
Posts: 741
Default

Quote:
Originally Posted by witti View Post
You you have to ask you a few question:
Which elements in the tcp are stretchable, and which are not.
Thank for help,

In this case i think i have to choose the name label and the record input label, i'm going to work on that direction and try to implement your example...
serenityjazz is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:45 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.