Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Color Themes and Icon Sets

Reply
 
Thread Tools Display Modes
Old 05-07-2021, 10:10 AM   #41
dupont
Human being with feelings
 
dupont's Avatar
 
Join Date: Nov 2007
Location: France
Posts: 919
Default

Quote:
Originally Posted by X-Raym View Post
@dupont
It is theme dependent. You have to use a theme which has this layout.


This include at least FeedTheCat themes, one logic theme... and mine now :P
OK, I get it.
dupont is offline   Reply With Quote
Old 05-17-2021, 08:09 AM   #42
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

How do I fix the squished height?



The height looks correct when I remove "part 2":
JRTaylorMusic is offline   Reply With Quote
Old 05-17-2021, 09:13 AM   #43
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

In the code you copied there is surely a set fx_height parameter

set fx_height 16

just change it :P
X-Raym is offline   Reply With Quote
Old 05-17-2021, 10:31 AM   #44
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

that doesn't fix the strange padding(?) issue.
Here is my theme next compared to the FTC_FXlist_Mod theme with the same settings.
Mine:

FTC's:


Where could I have messed this up? It seems from the 2nd img from my previous post that I've inadvertently modified the height or padding somewhere – and the squeezing is just making it more obvious.
JRTaylorMusic is offline   Reply With Quote
Old 05-17-2021, 02:21 PM   #45
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@JRTaylorMusic
You have to compare line by line the tcp related code with the original code snippet, or try to modify each value, line by line, of your tcp fx related variable to see what it moves and how.
We can't really help without code, and this is what we would have to do if we had it.
X-Raym is offline   Reply With Quote
Old 05-17-2021, 04:07 PM   #46
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

FOUND IT!!
It was apparently some bad png files (tcp_fxparm_*.png). Not sure which ones exactly – I ended up disabling some as well that were missing from FTC's. So all is well now! I certainly appreciate your input, as always.
JRTaylorMusic is offline   Reply With Quote
Old 07-24-2021, 06:24 AM   #47
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Is it possible to incorporate HideLogic? I’d rather reclaim the space for other functions when Mute and Solo flip.
JRTaylorMusic is offline   Reply With Quote
Old 07-26-2021, 06:16 AM   #48
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Quote:
Originally Posted by JRTaylorMusic View Post
Is it possible to incorporate HideLogic? I’d rather reclaim the space for other functions when Mute and Solo flip.
You mean at minimum track height? This should work:

Code:
; Length of FX-list section (default: 100)
set fxparm_sec h>32 100 0
(Makes the length of the fx-list section dependent on height, when height is lower than 32 it will be 0)
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 09-01-2021, 06:42 AM   #49
dovalegabriel
Human being with feelings
 
Join Date: Jun 2014
Posts: 10
Default Fx name chopped

Hi guys, awesome mod, thank you!

I'm just having a minor issue here...Am I missing something?

Thanks!
Attached Images
File Type: png Screen Shot 2021-09-01 at 10.40.29.png (9.6 KB, 245 views)
dovalegabriel is offline   Reply With Quote
Old 09-01-2021, 08:30 AM   #50
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Quote:
Originally Posted by dovalegabriel View Post
Hi guys, awesome mod, thank you!

I'm just having a minor issue here...Am I missing something?

Thanks!
Try removing your tcp_fxparm_*.png files. I do this temporarily by adding a capital X to the end of the filename (before the .png extension) then simply refreshing your theme – this way it’s easy to put them back if desired.
JRTaylorMusic is offline   Reply With Quote
Old 09-01-2021, 08:35 AM   #51
dovalegabriel
Human being with feelings
 
Join Date: Jun 2014
Posts: 10
Default

Quote:
Originally Posted by JRTaylorMusic View Post
Try removing your tcp_fxparm_*.png files. I do this temporarily by adding a capital X to the end of the filename (before the .png extension) then simply refreshing your theme – this way it’s easy to put them back if desired.
It works! Thank you so much!
dovalegabriel is offline   Reply With Quote
Old 03-22-2022, 05:24 AM   #52
StefanMax
Human being with feelings
 
StefanMax's Avatar
 
Join Date: May 2014
Location: Alicante, Spain
Posts: 210
Default

I downloaded your theme from stash, but I can't get it running, nothing to see there in TCP.

I even made fresh (portable) Install to make sure it doesn't collide with something else, but no, nothing to see.

Any ideas what could go wrong here?


I downloaded from here:

https://stash.reaper.fm/theme/2680/D...ReaperThemeZip

Win10 64
Reaper latest version 6.51
StefanMax is offline   Reply With Quote
Old 03-22-2022, 05:59 AM   #53
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Quote:
Originally Posted by StefanMax View Post
I downloaded your theme from stash, but I can't get it running, nothing to see there in TCP.

I even made fresh (portable) Install to make sure it doesn't collide with something else, but no, nothing to see.

Any ideas what could go wrong here?


I downloaded from here:

https://stash.reaper.fm/theme/2680/D...ReaperThemeZip

Win10 64
Reaper latest version 6.51
Hmmm, have you enabled FX inserts in TCP?

(right click empty TCP area for options)
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 03-22-2022, 06:15 AM   #54
StefanMax
Human being with feelings
 
StefanMax's Avatar
 
Join Date: May 2014
Location: Alicante, Spain
Posts: 210
Default

Quote:
Originally Posted by FeedTheCat View Post
Hmmm, have you enabled FX inserts in TCP?

(right click empty TCP area for options)
There is no such entry in the TCP context menu, obviously it should be when you ask me this, but there is not...
StefanMax is offline   Reply With Quote
Old 03-22-2022, 06:17 AM   #55
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,333
Default

Quote:
Originally Posted by StefanMax View Post
There is no such entry in the TCP context menu, obviously it should be when you ask me this, but there is not...
Main Options -> Show FX inserts in TCP.
vitalker is online now   Reply With Quote
Old 03-22-2022, 06:34 AM   #56
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Hmm that's weird. Make sure to not click on a track, but on the empty area where a track would be added.

Alternatively, search in action list for "tcp option" and enable both

Options: Show FX inserts in TCP (when size permits)
Options: Show sends in TCP (when size permits)
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 03-22-2022, 06:35 AM   #57
StefanMax
Human being with feelings
 
StefanMax's Avatar
 
Join Date: May 2014
Location: Alicante, Spain
Posts: 210
Default

Quote:
Originally Posted by vitalker View Post
Main Options -> Show FX inserts in TCP.
Thank you, that was the solution! Where did I miss that?

Well, anyway, it works now. Thanks again to both of you!
StefanMax is offline   Reply With Quote
Old 03-22-2022, 06:39 AM   #58
StefanMax
Human being with feelings
 
StefanMax's Avatar
 
Join Date: May 2014
Location: Alicante, Spain
Posts: 210
Default

Quote:
Originally Posted by FeedTheCat View Post
Hmm that's weird. Make sure to not click on a track, but on the empty area where a track would be added.

Alternatively, search in action list for "tcp option" and enable both

Options: Show FX inserts in TCP (when size permits)
Options: Show sends in TCP (when size permits)
Of course did I right-click on the track and not on the empty area - my fault... :-D

All solved, thanks for the quick reply!
StefanMax is offline   Reply With Quote
Old 06-25-2022, 08:03 AM   #59
thevisi0nary
Human being with feelings
 
thevisi0nary's Avatar
 
Join Date: Nov 2011
Posts: 530
Default

Is there a chance that this could work on the left side of the TCP instead? I know it's "technically" on the left by default, but would prefer it all the way on the left in it's own alignment rather than under the track name.
thevisi0nary is offline   Reply With Quote
Old 06-26-2022, 07:37 AM   #60
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Quote:
Originally Posted by thevisi0nary View Post
Is there a chance that this could work on the left side of the TCP instead? I know it's "technically" on the left by default, but would prefer it all the way on the left in it's own alignment rather than under the track name.
You’d be much better off using the FXlist script.

Last edited by JRTaylorMusic; 06-26-2022 at 07:44 AM.
JRTaylorMusic is offline   Reply With Quote
Old 07-18-2022, 02:31 PM   #61
vsthem
Human being with feelings
 
Join Date: Nov 2018
Posts: 654
Default

Has anyone tried this with the white tie assembler script?
vsthem is online now   Reply With Quote
Old 12-14-2022, 07:20 PM   #62
Alez156
Human being with feelings
 
Alez156's Avatar
 
Join Date: Jun 2015
Location: Venezuela
Posts: 345
Default

Hello, FTC! I was able to implement this on Smooth 6 – thank you for this!! <3



In case anyone wants to try this, I used the theme images from Peace MOD theme from Jeremy Bernstein. I grabbed these three images: "tcp_fxparm_norm.png, tcp_fxparm_empty.png, tcp_fxparm_byp.png" and put them inside smooth 6.

---

It bothers me a bit that it's on the right side though, is there any way to have this on the left side?

I am aware of MFXlist, I just think your method is a cool native alternative. (also looks so good!!)
__________________
💙 I run Reapertips.com | 🦋 Reapertips Theme | ☕️ Buy me a coffee
🎸 Modern Metal Songwriting REAPER Template

Last edited by Alez156; 12-15-2022 at 06:10 AM. Reason: added image
Alez156 is online now   Reply With Quote
Old 12-18-2022, 06:42 PM   #63
Alez156
Human being with feelings
 
Alez156's Avatar
 
Join Date: Jun 2015
Location: Venezuela
Posts: 345
Default

Also I just noticed embedded UI stops working when adding this code. Any idea on what to do?

I noticed it does work in Echolot FTC mod theme, tho.


And the same problem appears in Peace theme.
__________________
💙 I run Reapertips.com | 🦋 Reapertips Theme | ☕️ Buy me a coffee
🎸 Modern Metal Songwriting REAPER Template
Alez156 is online now   Reply With Quote
Old 12-18-2022, 07:30 PM   #64
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Quote:
Originally Posted by Alez156 View Post
Also I just noticed embedded UI stops working when adding this code. Any idea on what to do?
set tcp.fxembed

here's what I have (added to the end of FTC mod)...
Code:
set tcp.fxembed - + + - [main_sec main_sec_last{0}] [0 tcp_padding{1}] hideValues{0}==1 [0] + [0 values_sec{3}] [0 0] \
		+ - - [0 0 main_sec] [0 tcp_padding{1} tcp_padding{0}] [0 0 tcp_padding{0}] \
		- - - [0 0 0 main_sec] [0 0 0 main_sec_last{0}] [0 0 0 tcp_padding{1}] hideValues{0}==1 [0] + [0 0 0 values_sec] [0 0 0 tcp_padding{1}] \
		?labelFlip{0} [0 0 element_h{0}] [0]

Last edited by JRTaylorMusic; 12-18-2022 at 07:37 PM.
JRTaylorMusic is offline   Reply With Quote
Old 12-18-2022, 08:57 PM   #65
Alez156
Human being with feelings
 
Alez156's Avatar
 
Join Date: Jun 2015
Location: Venezuela
Posts: 345
Default

Quote:
Originally Posted by JRTaylorMusic View Post
set tcp.fxembed

here's what I have (added to the end of FTC mod)...
Code:
set tcp.fxembed - + + - [main_sec main_sec_last{0}] [0 tcp_padding{1}] hideValues{0}==1 [0] + [0 values_sec{3}] [0 0] \
		+ - - [0 0 main_sec] [0 tcp_padding{1} tcp_padding{0}] [0 0 tcp_padding{0}] \
		- - - [0 0 0 main_sec] [0 0 0 main_sec_last{0}] [0 0 0 tcp_padding{1}] hideValues{0}==1 [0] + [0 0 0 values_sec] [0 0 0 tcp_padding{1}] \
		?labelFlip{0} [0 0 element_h{0}] [0]
Thank you so much! It worked!

One thing. I noticed it's almost touching the controls from above and it's not filling in all the way to the bottom. Theres a gap at the bottom.

Is there any way to make it look more like FTC's mod?
With a bit more padding and make it fill the entire height.



Thank you a lot.
__________________
💙 I run Reapertips.com | 🦋 Reapertips Theme | ☕️ Buy me a coffee
🎸 Modern Metal Songwriting REAPER Template
Alez156 is online now   Reply With Quote
Old 12-18-2022, 10:27 PM   #66
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Yes, I can help you with it, but I think you would really benefit from understanding the WALTER better. Just remember it’s a bunch of maths to simply establish [x y w h]. When you get the hang of it I think you could come up with some really great stuff.

If you send me your current Smooth6, that will help me make sure I tell you the right things, as I’m pretty sure I’ve modded mine a bit. You can email me at JR [at] JRTaylorMusic.com
JRTaylorMusic is offline   Reply With Quote
Old 12-19-2022, 12:11 PM   #67
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Place this code after "FTC MOD (part 2)"
Code:
set tcp.fxembed 	- + + + [main_sec main_sec_last{0}] [0 tcp_padding{1}] hideValues{0}==1 [0] + [0 values_sec{3}] [0 0] \
				+ - - [0 0 main_sec] [0 tcp_padding{1} tcp_padding{0}] [0 0 tcp_padding{0}] \
				- - - [0 0 0 main_sec] [0 0 0 main_sec_last{0}] [0 0 0 tcp_padding{1}] hideValues{0}==1 [0] + [0 0 0 values_sec] [0 0 0 tcp_padding{1}] \
				?labelFlip{0} [0 0 element_h{0}] [0]
This should do what you want.
JRTaylorMusic is offline   Reply With Quote
Old 12-20-2022, 03:36 PM   #68
Alez156
Human being with feelings
 
Alez156's Avatar
 
Join Date: Jun 2015
Location: Venezuela
Posts: 345
Default

Quote:
Originally Posted by JRTaylorMusic View Post
Place this code after "FTC MOD (part 2)"
Code:
set tcp.fxembed 	- + + + [main_sec main_sec_last{0}] [0 tcp_padding{1}] hideValues{0}==1 [0] + [0 values_sec{3}] [0 0] \
				+ - - [0 0 main_sec] [0 tcp_padding{1} tcp_padding{0}] [0 0 tcp_padding{0}] \
				- - - [0 0 0 main_sec] [0 0 0 main_sec_last{0}] [0 0 0 tcp_padding{1}] hideValues{0}==1 [0] + [0 0 0 values_sec] [0 0 0 tcp_padding{1}] \
				?labelFlip{0} [0 0 element_h{0}] [0]
This should do what you want.


This is beeeeeeeautiful!

Thank you so much JR! super super appreciated. And thanks for the suggestion to learn WALTER, I really want to give it a go soon!
__________________
💙 I run Reapertips.com | 🦋 Reapertips Theme | ☕️ Buy me a coffee
🎸 Modern Metal Songwriting REAPER Template
Alez156 is online now   Reply With Quote
Old 12-20-2022, 03:54 PM   #69
thevisi0nary
Human being with feelings
 
thevisi0nary's Avatar
 
Join Date: Nov 2011
Posts: 530
Default

Quote:
Originally Posted by JRTaylorMusic View Post
You’d be much better off using the FXlist script.
Thank you. Been using this for a bit and it’s good but it gets a bit wonky with screen sets because it is scripted. Native solution would definitely be smoother.
thevisi0nary is offline   Reply With Quote
Old 12-20-2022, 06:33 PM   #70
JRTaylorMusic
Human being with feelings
 
Join Date: Feb 2019
Location: Austin, TX
Posts: 413
Default

Quote:
Originally Posted by Alez156 View Post
Thank you so much JR! super super appreciated. And thanks for the suggestion to learn WALTER, I really want to give it a go soon!
I appreciate your work as well and would LOVE to see your take on a Reaper theme. I’m happy to help however I can. Cheers!
JRTaylorMusic is offline   Reply With Quote
Old 12-22-2022, 01:42 PM   #71
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Quote:
Originally Posted by Alez156 View Post
It bothers me a bit that it's on the right side though, is there any way to have this on the left side?

I am aware of MFXlist, I just think your method is a cool native alternative. (also looks so good!!)
Like this? (not real, just quickly edited your pic in gimp)



This might be relatively easy. If you want it more to the left (outside of tcp, left of the track index) like the scripts have it, it should still be possible, but probably a harder mod to pull off.

Btw, good job on fixing the embedded FX JRT! Could have sworn that it used to work...
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 12-23-2022, 07:00 AM   #72
Alez156
Human being with feelings
 
Alez156's Avatar
 
Join Date: Jun 2015
Location: Venezuela
Posts: 345
Default

Quote:
Originally Posted by FeedTheCat View Post
Like this? (not real, just quickly edited your pic in gimp)



This might be relatively easy. If you want it more to the left (outside of tcp, left of the track index) like the scripts have it, it should still be possible, but probably a harder mod to pull off.

Btw, good job on fixing the embedded FX JRT! Could have sworn that it used to work...
ooo yesyes exactly like that! How do I do that?
__________________
💙 I run Reapertips.com | 🦋 Reapertips Theme | ☕️ Buy me a coffee
🎸 Modern Metal Songwriting REAPER Template
Alez156 is online now   Reply With Quote
Old 12-23-2022, 07:01 AM   #73
thevisi0nary
Human being with feelings
 
thevisi0nary's Avatar
 
Join Date: Nov 2011
Posts: 530
Default

Quote:
Originally Posted by FeedTheCat View Post
Like this? (not real, just quickly edited your pic in gimp)



This might be relatively easy. If you want it more to the left (outside of tcp, left of the track index) like the scripts have it, it should still be possible, but probably a harder mod to pull off.

Btw, good job on fixing the embedded FX JRT! Could have sworn that it used to work...
I’m not the OP but I would love to be able to do this, looks perfect.
thevisi0nary is offline   Reply With Quote
Old 12-23-2022, 11:49 AM   #74
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Ok... so I figured out why the embedded fx weren't working... stupid me. I'll update the code in the first post.
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 12-23-2022, 11:57 AM   #75
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Here's adjusted code snippets for placing the fx-list on the left side:

Code:
	;**FTC MOD (part 1): FX-list on the left side**

	; Length of FX-list section (default: 100)
	set fxparm_sec 100

	; Maximum number of columns when not enough space (default: 2)
	set fxparm_num_columns 2

	; FX height
	set fx_height 16 (default: 16)
	
	; Left margin (default: 7)
	set fxparm_margin_l 7

	set fxparm_sec * . scale
	set fx_height * . scale
	set fxparm_margin_l * . scale

	set main_sec + . fxparm_sec@x
	set main_sec - . fxparm_sec@w
	
	;** END of mod**
Code:
        ;**FTC MOD (part 2): FX-list on the left side**

	set fxparm_x  + - main_sec{0} fxparm_sec{0} fxparm_margin_l{0};
	set fxparm_y - tcp_padding{1} scale 
	set fxparm_w - fxparm_sec{0} fxparm_margin_l{0}
	set fxparm_h - h * 2 fxparm_y{0}

	set tcp.fxparm [fxparm_x{0} fxparm_y{0} fxparm_w{0} fxparm_h{0} 0 0 0 0]
	set tcp.fxparm mainCollapse{0}==1 [0] supercollapsed{0}==1 [0] 

	set fxparm_min_w - / fxparm_w{0} fxparm_num_columns fxparm_margin_l
	set tcp.fxparm.font scale{0}==1.0 [01 fx_height{0} fxparm_min_w{0} fxparm_w{0} -1] 
	set tcp.fxparm.font	scale{0}==1.5 [06 fx_height{0} fxparm_min_w{0} fxparm_w{0} -4] 
	set tcp.fxparm.font	scale{0}==2.0 [11 fx_height{0} fxparm_min_w{0} fxparm_w{0} -6]

	set tcp.fxparm.margin   + [0 0 0 0 0 0 0.5] * scale [3 0 3]

	set tcp.fxembed - + + + [main_sec main_sec_last{0}] [tcp_padding] hideValues{0}==1 [0] + [0 values_sec{3}] [0 tcp_padding] \
		+ - - [0 0 main_sec] [0 0 tcp_padding{0}] [0 0 tcp_padding{0}] \
		- - - [0 0 0 main_sec] [0 0 0 main_sec_last{0}] [0 0 0 tcp_padding{1}] hideValues{0}==1 [0] + [0 0 0 values_sec] [0 0 0 tcp_padding{1}] \
		?labelFlip{0} [0 0 element_h{0}] [0]
	
	set tcp.fxembed	+ . * scale [-4 2 2 -1]

	;** END of mod**
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 12-23-2022, 01:59 PM   #76
RogerDolk
Human being with feelings
 
Join Date: May 2022
Posts: 35
Default

YES YES YES awesome Thanks
I left this in though "set fxparm_sec h>23 90 0"
if i minimize my track i dont see the open fx space
Attached Images
File Type: png Screenshot 2022-12-24 100538.png (23.1 KB, 88 views)

Last edited by RogerDolk; 12-23-2022 at 02:08 PM. Reason: photo add
RogerDolk is offline   Reply With Quote
Old 02-23-2023, 02:22 PM   #77
jo.joannes
Human being with feelings
 
Join Date: Jan 2022
Posts: 42
Default

Quote:
Originally Posted by FeedTheCat View Post
*Important: This mod only works for themes based on the v6 default theme!
I would like to only change the size of the slots (width, length...) without the right margin thing, but leave them at their standard place.

How do I do this?
jo.joannes is offline   Reply With Quote
Old 02-23-2023, 03:26 PM   #78
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Quote:
Originally Posted by jo.joannes View Post
I would like to only change the size of the slots (width, length...) without the right margin thing, but leave them at their standard place.

How do I do this?
Hmm, so you changed the variables in the first part of the mod, but there's an issue with the right margin?

Variables like fxparm_sec, fx_height, etc:

Code:
In the first part of the mod you can change a bunch of values. 
; Length of FX-list section (default: 100)
set fxparm_sec 100

; Maximum number of columns when not enough space (default: 2)
set fxparm_num_columns 2

; FX height
set fx_height 16 (default: 16)
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Old 02-23-2023, 03:42 PM   #79
jo.joannes
Human being with feelings
 
Join Date: Jan 2022
Posts: 42
Default

Quote:
Originally Posted by FeedTheCat View Post
Hmm, so you changed the variables in the first part of the mod, but there's an issue with the right margin?

Variables like fxparm_sec, fx_height, etc:

Code:
In the first part of the mod you can change a bunch of values. 
; Length of FX-list section (default: 100)
set fxparm_sec 100

; Maximum number of columns when not enough space (default: 2)
set fxparm_num_columns 2

; FX height
set fx_height 16 (default: 16)
I mean I don't want to move the slots to the right margin. I want them to stay where they normally are.

I just want to be able to change the size (length, height) and number of columns of the FX slots, without changing their positions.
jo.joannes is offline   Reply With Quote
Old 02-23-2023, 04:16 PM   #80
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,163
Default

Quote:
Originally Posted by jo.joannes View Post
I mean I don't want to move the slots to the right margin. I want them to stay where they normally are.

I just want to be able to change the size (length, height) and number of columns of the FX slots, without changing their positions.
Oh I think I was confused because there is a variable in the code called right margin. You mean you don't want them on the right side?

Then you need to do some basic WALTER adjustments.

E.g. the second parameter of "tcp.fxparm.font" changes the FX height. But you'll probably get more help if you make a dedicated thread, it doesn't have to do much with the topic of this one.
__________________
Featured scripts: REAPER Update UtilityLil ChordboxGridbox/Adaptive gridMX TunerRS5K LinkMIDI Editor Magic Donate💝: PayPal|ko-fi
FeedTheCat is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:12 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.