View Single Post
Old 04-07-2021, 11:25 AM   #2
OLSHALOM
Human being with feelings
 
Join Date: Sep 2019
Location: Austria
Posts: 443
Default

Quote:
Originally Posted by OakleyRdStudios View Post
Is there a way to change the dimensions of the MCP fx_parms using WALTER? Or should I say - how I can vertically space out the parameter knobs and value readouts in the MCP?

set mcp.fxparm.font:

Value readouts: Font is defined over the first value (coordinate). You can choose one of the 16 Fonts, set in the Development Theme Tweaker.

For example,
first value defines the first font:
set mcp.fxparm.font [1 24 0 0]

With its second value you can define the height.
Relation of width and height of something like a knob must be provided by the image (knobstack or knob) itself. As well for the different button-states. There's no other way inside walter.

5th coordinate is the gap between the textrows.

But all this is also mentioned here: https://www.reaper.fm/sdk/walter/walter.php#elements


If you hack the v6-theme and wanna make use of its narrowmode, be aware of it and take a look what happens with the width of those images when narrowmode is engaged.

This belongs also to the fxlist and sendlist. So to speak to the whole extended mixer.

Hope this helps.
OLSHALOM is offline   Reply With Quote