View Single Post
Old 08-18-2019, 09:02 AM   #6
synkrotron
Human being with feelings
 
synkrotron's Avatar
 
Join Date: May 2015
Location: Warrington, UK
Posts: 1,444
Default

I have followed instructions on how to find the rtconfig.txt file, and I have found the section dealing with the "Strip Just the track name" Mixer Panel Layout:-

Code:
Layout "ee --- Strip Just the track name" "strip"
  
; ---------------------------- USER : mess with these:----------------------------
; -------------------- WARNING : this layout contains a hack ---------------------

; order of controls (1-16) starting at the bottom
def order_recarm     3
def order_label      1
def order_volume     2
def order_io         8
def order_pan        14
def order_width      15
def order_mute       4
def order_solo       7
def order_fx         5
def order_fxbyp      6
def order_phase      16
def order_env        9
def order_recmode    10
def order_recmon     11
def order_fxin       12
def order_recinput   13

set pad              [4]                    ; the padding between elements
set n_border         [8]                    ; nominal border top and bottom
set e_size           [0 0 19 19]            ; the base element size [0 0 height width]

; The 'variance' settings below work as follows: - all elements take on the base element size unless varied here
;   - the first number is the variance in width 
;   - the second number is the variance in height 
;   - the third number is the variance in padding (so make it the negative of the pad number if you want the gap gone)

;            element          w   h  pad  
variance     order_recarm     0   -19 -4        
variance     order_label      6   200 3          
variance     order_volume     0   -19 -4           
variance     order_io         0   -19 -4            
variance     order_pan        0   -19 -4 
variance     order_width      0   -19 -4 
variance     order_mute       0   -19 -4               
variance     order_solo       0   -19 -4             
variance     order_fx         0   -19 -4              
variance     order_fxbyp      0   -19 -4        
variance     order_phase      0   -19 -4          
variance     order_env        0   -19 -4           
variance     order_recmode    0   -19 -4         
variance     order_recmon     0   -19 -4          
variance     order_fxin       0   -19 -4            
variance     order_recinput   0   -19 -4         

; ----------------------------- OK, stop messing here ----------------------------

draw_strip 
; ---------------------------- HACK : remove the meter ---------------------------
set mcp.meter [0]
; --------------------------------- HACK : done ----------------------------------
 
EndLayout
I can't see anything there which set any text rotation. So I am assuming that I should be looking elsewhere.
__________________
Bandcamp // YouTube // SoundCloud
synkrotron is offline   Reply With Quote