Old 10-30-2018, 09:34 AM   #81
Ivannn Bennnettt
Human being with feelings
 
Join Date: Feb 2017
Posts: 305
Default

Quote:
Originally Posted by Jason Brian Merrill View Post
What exactly does this do?
This exactly shows fx and s/r list on MCP as layout
Ivannn Bennnettt is offline   Reply With Quote
Old 10-30-2018, 09:37 AM   #82
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

Understood. Does nothing for the TCP tho right?
Jae.Thomas is offline   Reply With Quote
Old 10-30-2018, 10:03 AM   #83
Ivannn Bennnettt
Human being with feelings
 
Join Date: Feb 2017
Posts: 305
Default

Quote:
Originally Posted by Jason Brian Merrill View Post
Understood. Does nothing for the TCP tho right?
nope yet) but you can try your luck and request that to Justin) He's now embedding plugin on TCP btw)
Ivannn Bennnettt is offline   Reply With Quote
Old 12-22-2018, 06:13 AM   #84
mehmethan
Human being with feelings
 
mehmethan's Avatar
 
Join Date: Jun 2011
Posts: 603
Default

fxlist.lua:829: bad argument #3 to 'JS_Window_ListAllChild' (number expected, got string)

I started to have this error after my last "Reapack's syncronise packages".It happens when I start the script. I cannot run and use fxlist anymore. Do you have time to check please ?


EDIT : It's solved. I was using an older version. That was the problem. I followed the instructions and download the latest files from the first post. Now everthing is working great again.

Thank you so much again for this wonderful script.

Last edited by mehmethan; 12-22-2018 at 09:55 AM.
mehmethan is offline   Reply With Quote
Old 02-08-2019, 08:40 AM   #85
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

it's not working at all with the new SWS updates and Reaper...
Jae.Thomas is offline   Reply With Quote
Old 02-08-2019, 08:58 AM   #86
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

dopp_fxList.lua:829: bad argument #3 to 'JS_Window_ListAllChild' (number expected, got string)
Jae.Thomas is offline   Reply With Quote
Old 02-14-2019, 07:46 AM   #87
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,598
Default

Quote:
Originally Posted by Jason Brian Merrill View Post
dopp_fxList.lua:829: bad argument #3 to 'JS_Window_ListAllChild' (number expected, got string)
Replace that whole line with
Code:
local retval, list = reaper.JS_Window_ListAllChild(reaper.GetMainHwnd())
and for statement just bellow it that starts with "for adr" with

Code:
for adr in list:gmatch("%w+") do
Sexan is offline   Reply With Quote
Old 02-14-2019, 11:54 AM   #88
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

works now
Jae.Thomas is offline   Reply With Quote
Old 02-20-2019, 05:12 AM   #89
AudioLab
Human being with feelings
 
Join Date: Feb 2019
Posts: 1
Default

Yeah...I never got it to work. I don't know why Reaper can't just add this as a feature.

Literally so many people have been asking for it.

If they see their customers fiddling with code, why can't they just do it for us...some of us use control surfaces who don't even need the faders on the edit window. I wish we could just customize what we want on our tracks on the left on the edit window or at least what's on the mixer. Even if I could get rid of the faders all together on the mixer and just show the track name and insert and sends, that would be something better at least.

I love Reaper, and it's 100 times better than pro tools or logic in my opinion m I just hope they add this feature soon ..
AudioLab is offline   Reply With Quote
Old 02-20-2019, 05:21 AM   #90
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

re-read his first post. works great here.
Jae.Thomas is offline   Reply With Quote
Old 02-20-2019, 08:54 AM   #91
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

It's quite an old request ppl may have given up
Jae.Thomas is offline   Reply With Quote
Old 02-20-2019, 02:28 PM   #92
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

Quote:
Originally Posted by doppelganger View Post
fxlist is one of those features, that a lot of people "want" , but very few people actually use, this clearly is seen even from this thread for example.
I use this feature constantly, I missed it from Samplitude
Jae.Thomas is offline   Reply With Quote
Old 02-22-2019, 01:17 PM   #93
HoJo
Human being with feelings
 
Join Date: Dec 2007
Location: Germany
Posts: 253
Default New error message

I installed and used it, but I get this error:
dopp_fxList.lua:955: attempt to call a nil value (field 'DO_Yal')
any idea?

oh, I am on mac, 10.13
HoJo is offline   Reply With Quote
Old 02-24-2019, 02:08 PM   #94
Zeno
Human being with feelings
 
Zeno's Avatar
 
Join Date: Sep 2018
Location: HH
Posts: 916
Default

I get the same error message here.
Zeno is offline   Reply With Quote
Old 03-04-2019, 02:17 PM   #95
HoJo
Human being with feelings
 
Join Date: Dec 2007
Location: Germany
Posts: 253
Default Missing some information

Hi doppelganger.

Still I dont really get how to use this.
Can you please give some advice?

Thanks a lot in advance.
BR.
HoJo

Quote:
Originally Posted by doppelganger View Post
script fxList for TCP is in pre-beta state and probably will stay like this.
I'm uploading, because i use it as it is, but if somebody wants to try it, use on your own risk.
================================================== ===============

Installation:
-------------
REAPER 5.95 or higher is required.
1). Download this file: reaper_dopp_fxlist for your OS and place it into "UserPlugins" folder.
(e.g. "C:\Users\UserName\AppData\Roaming\REAPER\UserPlug ins")

2). Copy script dopp_fxList.lua
Dock script window to the left side along TCP, now it's ready for use.
================================================== ===============

info:
------
Note: If you want to be 100% sure, that nothing will corrupt track's data, then don't use "Add FX chain.."
Note: Position of script is saved on closing script.

Shortcuts are almost the same as in native mixer, right click menu is present, but differs.
With middle mouse click you can select effects on single track for further manipulations (copy/move/bypass/offline)
I did not include open/delete for multiple instances, IMO it's a bad experience.
Shift + middle mouse click gives opportunity to select effects on multiple tracks, but works only for bypassing effects,
i made this for single purpose only: frequent need to compare sets of 2-4 plugins on 1-6 tracks.
effects list demo

Sends:
Switch on Show routing in right click options menu to be able to see and use them.
With middle mouse click you can select multiple tracks, from which or to which you will send.
Save/Remove/Apply preset works only for sends and receives, not for hardware outputs.
Mute master/parent works for single or multiple tracks, which were selected by middle mouse click.
Shift + middle mouse click allows to select multiple sends for subsequent bypass.
sends list demo

Loudness Meter:
To use this feature, TBProAudio's dpMeter 3 (v1.25+) should be installed.
When marked, dpMeter plugin gets added to monitoring FX chain and shows values:
top number: integrated loudness;
left number: true peak;
right number: loudness range.
Left mouse click on parameter's display resets them.

Show FX comment: tooltip example
When marked in menu, hold ctrl + right mouse button on any track block,
tooltip will appear and will show quick info for this track.
i use it for quick overview of PDC and comments of effects on particular track
Note: It counts only PDC of effects, so it may differ from track's total latency compensation!
Note: Don't hold ctrl + right mouse button during playback/recording, it can be intensive on cpu, use it only in idle state.

Theme colors: You can change colors to match your theme,
for this you need to tweak numbers for RGB inside script: theme colors
Default 5 theme is here: default5 example

Scale Mode: Change UI size 1x/1.5x/2x
Show GR: Shows gain reduction value. Not recommended to use, advantage of it is negligible, as i see.
Shift Float FX: Shifts FX windows a bit, so fx windows do not obstruct using script.
Show routing: Shows sends column
Color: thresholds..: You can set at what values of IL color will be changed.
Color: instruments: Alternative color for VST instruments.
Color: JS: Alternative color for JS plugins.
Font size..: font size for effect names and LM values can be changed here.
Favourites..: example_gif . HowTo: favourites menu
HoJo is offline   Reply With Quote
Old 03-19-2019, 09:35 AM   #96
pgml
Human being with feelings
 
Join Date: Mar 2019
Location: Dresden
Posts: 4
Default

Quote:
Originally Posted by doppelganger View Post
What exactly doesn't work?
here, i made a video how to install it, there's nothing hard at all, but maybe it will clarify for you, when you copy script, paste in Reaper's Reascript edit window and press command+s to save it..
https://www.youtube.com/watch?v=SViYh2IBbfI

If you have some specific questions or bugs, write here, i'll try to help.
I assume it's the same error that I am getting.

»fxlist.lua:962: attempt to call a nil value (field 'DO_Yal')«

It occurs on my MacBook (Mojave 10.14.3).
Everything is fine on my windows pc.

Any clue?

Thanks in advance.
pgml is offline   Reply With Quote
Old 03-20-2019, 02:52 AM   #97
pgml
Human being with feelings
 
Join Date: Mar 2019
Location: Dresden
Posts: 4
Default

Quote:
Originally Posted by doppelganger View Post
for some reason reaper on your system doesn't read reaper_dopp_fxlist.dylib file, so sorry, i don't know why.

Edit:
Just out of curiosity i installed Mojave 10.14.2 on Virtualbox and script works on virtual machine(picture below), have no idea why it doesn't work on real mac... if someone else, who uses mac will confirm, that it doesn't work for him too, i will remove mac os from support, because unfortunately i have no possibility to test script on real macbook.
No need to remove support - got it working.

Your hint that REAPER isn't recognising the library led me into the right direction. Turned out, that the library I downloaded wasn't really the library but the GitHub page of the file disguised as a .dylib file.
So I re-downloaded the file and got it working this time.

Not sure how that happened but apparently it happened not only to me. And since I'm using GitHub on a daily basis at work it's pretty embarrassing as well.

However, thanks for your support and this great plugin.
pgml is offline   Reply With Quote
Old 03-20-2019, 09:48 AM   #98
pgml
Human being with feelings
 
Join Date: Mar 2019
Location: Dresden
Posts: 4
Default

Quote:
Originally Posted by doppelganger View Post
[...] if you'll find some bugs, let me know, i'll see if i can do something.
Indeed I found something that might be a bug. As soon as the fx panel is focused keyboard shortcuts aren't working anymore.

Not a big deal but it would be nice to be able to hit cmd+r right after adjusting the volume of a separate hw output for instance.
pgml is offline   Reply With Quote
Old 04-03-2019, 02:10 AM   #99
pgml
Human being with feelings
 
Join Date: Mar 2019
Location: Dresden
Posts: 4
Default

Quote:
Originally Posted by doppelganger View Post
As far as i know, it's not possible for lua scripts, because script window gets all keyboard input when focused, but i remember developers of REAPER made in one of the pre-releases global keys/actions or something like that, when this feature will be available in official release, i think, it should solve this problem
--
Edit: Actually i made workaround, it's straightforward, just needed to set focus back to reaper, why i didn't think about this previously
Nice! Works beautifully! Thanks!
pgml is offline   Reply With Quote
Old 04-29-2019, 08:35 AM   #100
Mrmot
Human being with feelings
 
Join Date: Apr 2008
Location: Philippines
Posts: 34
Default

OK, so after wanting to see Fx List in TCP for years, just stumbled upon this thread, why are there not more people talking about this??? THIS IS HUGE!!!!

doppelganger, thank you soooo much, this looks amazing, just installed it at work to see how it looks, haven't tried it in a session, but holy cow, this is the only feature that I really missed from Reaper, and now with your script, it's completely perfect. Thanks!
Mrmot is offline   Reply With Quote
Old 05-08-2019, 05:26 PM   #101
Etalon
Human being with feelings
 
Etalon's Avatar
 
Join Date: Aug 2014
Posts: 68
Default

Hey doppelganger!

I've been using your script along with Reno.thestraws's Pop up toolbar script and I have to say this is one of the most useful script out there right now in my opinion.

However, I had to make a portable Reaper, and when I tried to install it there, I copied the LUA file in the UserPlugins folder based on your install instructions and received the following error: "attempt to call a nil value (field 'DO_Yal')"

After some head-scratching I figured out that I have to put the LUA file in the Scripts folder NOT in the UserPlugins folder.
Could you please make it obvious in the first post, so that others could keep their hair? :P

Thanks

ps.: would dry/wet knobs be possible? Like in Heda's Track Inspector...
Etalon is offline   Reply With Quote
Old 05-09-2019, 07:55 AM   #102
Etalon
Human being with feelings
 
Etalon's Avatar
 
Join Date: Aug 2014
Posts: 68
Default

I imported most of my settings from my normal Reaper installation to the portable one, but I installed dopp fx list manually. In my normal installation it was in Scripts folder, but when I tried to use it in the portable version from UserPlugins folder, it gave me the error, then I moved it to the scripts folder, and started working.
Before that I tried literally everything. Removing the script from actions, then loading it from the new location, manually adding the code in editor, resetting my dock states, and maybe some other steps I don't remember now.
When you try it on a totally fresh Reaper install it works right away, but if you import settings from an another installation where it was in an another location, it did not matter for some reason that I remove the script from the actions then re-add it, I had to move it to the folder where it was in the other installation. I might have had an older version in my normal Reaper installation, I don't know... I might have overlooked something, but this was my experience.

As for whether you should add drywet knobs, its completely up to you, I would very much appreciate it. I think it would make sense, because it is indeed a huge part of managing effects (think about parallel compression or using effects, without mix controls, in a more subtle way etc...), and because we have actions for last touched parameters and switching presets but we don't have actions when it comes to dry wet knobs. You have to assign them to a MIDI control or add them as Track Control Parameters then save that as an fx chain or track template in order to use them in the future.
If you decide to add them, maybe add them as optional, so that we can show/hide them so that it wouldn't necessarily clutter the interface...

Anyway, this is already a favourite for me, so at least add a link where we can donate!
Etalon is offline   Reply With Quote
Old 05-09-2019, 11:57 AM   #103
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default

Do you know why this happen? It's only visual but kinda bogs me

I created a toolbar button, when I click to close it, it remains "on"

It will only go off when I close the tab in the docker

Delucci is offline   Reply With Quote
Old 05-09-2019, 12:57 PM   #104
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default

Interesting, that solves the problem, too bad Reaper closes abruptly the script in this case, thanks!!

edit: wut your answer just vanished
Delucci is offline   Reply With Quote
Old 05-09-2019, 02:08 PM   #105
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default

edit: nevermind, you were talking about the interaction with your script, It behaves that way in fact. I think it's a Reaper bug indeed.


Wow, downloading right now!


That's odd, now that you mentioned about Show docker, I tested and its normal to me.

Last edited by Delucci; 05-09-2019 at 02:16 PM.
Delucci is offline   Reply With Quote
Old 05-09-2019, 10:30 PM   #106
HoJo
Human being with feelings
 
Join Date: Dec 2007
Location: Germany
Posts: 253
Default How to....

Hi.
I wonder how do I make the fxlist to be sticky to the left of the tcp?
I'm on Mac...can anybody please point me to the right direction?

Thanks a lot!
BR
HoJo

Last edited by HoJo; 05-09-2019 at 11:23 PM. Reason: typo
HoJo is offline   Reply With Quote
Old 05-10-2019, 02:00 PM   #107
HoJo
Human being with feelings
 
Join Date: Dec 2007
Location: Germany
Posts: 253
Default Found it!

Hi.
I found it. I ran your script and rightclicked in the empty area beside the docked name.
a menu will pop up and enable me to 'Attach Docker Position: left'
That was it.
But thanks anyway.

BR,
Holger
HoJo is offline   Reply With Quote
Old 05-14-2019, 11:39 AM   #108
Etalon
Human being with feelings
 
Etalon's Avatar
 
Join Date: Aug 2014
Posts: 68
Default

Hey doppelganger!
Your script just got even better, HUGE thanks!
Where can we donate?
Etalon is offline   Reply With Quote
Old 05-15-2019, 01:31 PM   #109
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default

Quote:
Originally Posted by doppelganger View Post
Looks like paypal doesn't provide service for receiving money in my country, so forget about donation,
but thanks anyway, i appreciate your intention.
What about Payoneer?
Delucci is offline   Reply With Quote
Old 05-15-2019, 06:05 PM   #110
matv
Human being with feelings
 
Join Date: Jul 2011
Posts: 82
Default

Thank you, this script is awesome
matv is offline   Reply With Quote
Old 05-20-2019, 03:27 AM   #111
HoJo
Human being with feelings
 
Join Date: Dec 2007
Location: Germany
Posts: 253
Default

Thanks, really a great helper! Love it.
HoJo is offline   Reply With Quote
Old 05-23-2019, 01:57 PM   #112
Nostrap
Human being with feelings
 
Join Date: Dec 2017
Posts: 179
Default

download link is broken :/
Nostrap is offline   Reply With Quote
Old 05-26-2019, 02:29 PM   #113
Nostrap
Human being with feelings
 
Join Date: Dec 2017
Posts: 179
Default

thanks for the update! just discovered this and have been enjoying it quite a bit
Nostrap is offline   Reply With Quote
Old 05-27-2019, 08:10 AM   #114
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

dopp_fxList.lua:7: unexpected symbol near '<'
Jae.Thomas is offline   Reply With Quote
Old 05-27-2019, 08:47 AM   #115
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

Quote:
Originally Posted by doppelganger View Post
hmm... line 7 doesn't have '<' symbol
as i understand, you downloaded new files, replaced old ones, deleted and added script in actions and this error shows, when you start script, right? or when?
can it be, that you ocassionally pressed wrong key and '<' was added to script text? try to copy text of script again and paste into new script
I didnt open the script. I will try that tho. willreport back
Jae.Thomas is offline   Reply With Quote
Old 05-27-2019, 08:57 AM   #116
Jae.Thomas
Human being with feelings
 
Join Date: Jun 2006
Posts: 22,567
Default

worked. But I'm telling you, i didnt alter the script
Jae.Thomas is offline   Reply With Quote
Old 05-27-2019, 01:57 PM   #117
vsgrt
Human being with feelings
 
Join Date: May 2017
Posts: 186
Default

I clicked the "dock" button and it undocked and turned into an empty window that don't respond to any right clicking so i can't get it back now, i'm stuck.. I tried reinstalling the script (and changing every dock=0 to dock=1 in code, to no avail).

Any tips on how to get the script working again or how to reset the preferences?
I'm on macOS.
vsgrt is offline   Reply With Quote
Old 05-27-2019, 03:13 PM   #118
vsgrt
Human being with feelings
 
Join Date: May 2017
Posts: 186
Default

That worked, thanks a lot!! Lovely script.
vsgrt is offline   Reply With Quote
Old 05-27-2019, 05:05 PM   #119
Stevie
Human being with feelings
 
Stevie's Avatar
 
Join Date: Feb 2015
Location: Ukraine, Russia
Posts: 255
Default

bravo!
Stevie is offline   Reply With Quote
Old 06-03-2019, 04:42 AM   #120
azimuth
Human being with feelings
 
azimuth's Avatar
 
Join Date: Apr 2014
Location: The place that's round on the ends and high in the middle
Posts: 243
Default

I just wanted to compliment you doppelganger on this excellent script. Very useful and something that was sorely missing in Reaper. Thank you for your generosity.
azimuth is offline   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 02:47 AM.


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