justin = { main feed , music , code , askjf , pubkey };
Ask Justin Frankel
No reasonable question unanswered since 2009!

Suggested topics: programming, music, sleep, coffee, etc.

Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.


Name: Ask: Human (enter yes):
[back to index] | [unreplied] | [replied] | [recent comments] | [all]

Question: When automation items were introduced also a bottom envelope gap was added which is variable in height (imgur.com/RuhDDqR. What's the formula to calc the height (need for SWS fix), C(++) code snippet will do. Thx.
Asked by wasereb4 (95.91.77.x) on April 1 2025, 9:10pm
Reply on April 2 2025, 1:05pm (edited at April 2 2025, 1:13pm):
    The logic is pretty long and depends on the fonts selected by the user, current DPI/scaling, etc. You should be able to calculate with:
     edge_gap = GetEnvelopeInfo_Value("I_TCPY") - GetEnvelopeInfo_Value("I_TCPY_USED");
     ai_label_ypos = GetEnvelopeInfo_Value("I_TCPY_USED") + GetEnvelopeInfo_Value("I_TCPH_USED");
     ai_label_height = GetEnvelopeInfo_Value("I_TCPH") - GetEnvelopeInfo_Value("I_TCPH_USED") - 2*edge_gap;
    

Comment:
    Your Name:   -- Site Owner's Name:  (for human-verification)

    Comment:    

    
  
[back to index] | [unreplied] | [replied] | [recent comments] | [all]
Copyright 2025 Justin Frankel. | RSS