View Single Post
Old 08-07-2022, 09:05 AM  
kotll
Human being with feelings
 
Join Date: Jun 2021
Posts: 49
Default WALTER: "h" includes height of envelope lanes (for tcp.fxembed) (FIXED)

I found a bug with the variable "h" in WALTER.

When a track has envelope lanes, using the "h" variable in "tcp.fxembed" will include the height of envelope lanes.

Example: Here, I'm using the code `set tcp.fxembed [21 5 h 55 0 0 1 1]`



The expected behaviour is that "h" never includes the height of envelope lanes.

Expected behaviour: Here, I'm using `set tcp.label [21 5 h 55 0 0 1 1]` to set tcp.label instead.

kotll is offline   Reply With Quote