View Single Post
Old 09-21-2020, 07:48 PM   #24
RobinGShore
Human being with feelings
 
Join Date: May 2013
Location: New York
Posts: 781
Default

Quote:
Originally Posted by Mosaic Music View Post
The height/size of your FX buttons looks perfect, what values did you set for that?
To be honest it took a lot of trial and error to make it look the way I wanted, so I don't think I could actually tell you exactly what to change if I wanted to. Here's the WALTER for my fx and send lists if you want try to decipher what I did. Hopefully the WALTER reference page (https://www.reaper.fm/sdk/walter/walter.php) can illuminate things a little bit as well.

Code:
set tcp.fxembed              h>88   h>110   h>137  w>folder_meter{0} + [138 78 71 61 0 0 0 0] folder_nudge   - + [0 0 w] + [138 78     20 61 0 0 0 0] folder_nudge + [0               0 folder_meter{0}] [0 0 -49]                              w>folder_meter{0} + [138 54 71 61 0 0 0 0] folder_nudge   - + [0 0 w] + [138 54 20 61 0 0 0 0] folder_nudge + [0               0 folder_meter{0}] [0 0 -49]                        w>folder_meter{0} + [138 31 71 61 0 0 0 0] folder_nudge   - + [0 0 w] + [138 31 20 61  0 0 0 0] folder_nudge + [0 0 folder_meter{0}] [0 0 -49]
set tcp.fxembedheader.color [255 255 255 255]
  
set tcp.fxparm   h>51 w>fxparm_w{0} + [222 7 70 90 0 0 0 1] folder_nudge  + fx_squish   + [222 7 70 90 0 0 0 1] folder_nudge   
set tcp.sendlist h>51 w>send_w{0}   + [298 7 70 90 0 0 0 1] folder_nudge  + send_squish + [298 7 70 90 0 0 0 1] folder_nudge  
set tcp.fxparm.font [0 15] ;adjust second coordinate to change fx slot heights
set tcp.fxparm.margin [2 2 0 0]
set tcp.sendlist.font [0 15] ;adjust second coordinate to change fx slot heights
EDIT: I see that I actually left myself a helpful note about slot heights in the WALTER code. It looks like you can adjust the heights by changing the second number in the brackets after tcp.fxparm.font

Last edited by RobinGShore; 09-21-2020 at 07:53 PM.
RobinGShore is offline   Reply With Quote