Reaper 6.25: VST3 support third-party embeddable UIs via new IReaperUIEmbedInterface interface
-
- KVRist
- 470 posts since 2 May, 2015
As the title says, Cockos Reaper now allows VST3 third-party embeddable UIs and I hope Vojtech takes this into consideration for the Melda plugins if possible.
https://forum.cockos.com/showthread.php?t=249561
https://forum.cockos.com/showthread.php?t=249561
- KVRian
- 710 posts since 7 May, 2002 from Phoenix, Arizona, USA
Sounds cool, I would like to see an example of a third party embedded UI. I know JS can be embedded.
On a related topic, some compressors can send their gain reduction data. Although I haven't seen anything in Reaper's normal gui that responds to this, scripts can. Heda's excellent Track Inspector for Reaper receives this data and displays it on its meter. Plugins I've found that send this data include Brainworx & Waves. (I see that Pro Tools incorporates gain reduction into its meters also, and I suppose Studio One too.)
From Reaper changelog:
v5.70 - December 13 2017
+ VST: support TrackFX_GetNamedConfigParm() with GainReduction_dB to retrieve the current GR from plug-ins that support the Presonus GR API

On a related topic, some compressors can send their gain reduction data. Although I haven't seen anything in Reaper's normal gui that responds to this, scripts can. Heda's excellent Track Inspector for Reaper receives this data and displays it on its meter. Plugins I've found that send this data include Brainworx & Waves. (I see that Pro Tools incorporates gain reduction into its meters also, and I suppose Studio One too.)
From Reaper changelog:
v5.70 - December 13 2017
+ VST: support TrackFX_GetNamedConfigParm() with GainReduction_dB to retrieve the current GR from plug-ins that support the Presonus GR API

-
- KVRian
- 1282 posts since 3 Jan, 2020
There isn't one yet that I'm aware of, but Voxengo asked about it for SPAN. You can read the thread here: https://forum.cockos.com/showthread.php?t=249521ericzang wrote: Wed Mar 10, 2021 6:03 pm Sounds cool, I would like to see an example of a third party embedded UI. I know JS can be embedded.
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
Funny! I somehow did not read this changelog point ... hehe. While I have to admit that I would not use it, since I personally won't work in such tiny GUIs anyway, hehe.
Just in case somebody might be interested in another kind of workflow when it comes to handling GUIs fast I wrote a little script, which allows popping up a list with the selected tracks FXs. It also shows brackets for bypassed plugins and ">>>" arrows for FXs which GUI is open at the moment:

You can find the script in the ReaPack Repo under the name "FX list as popup" (accidentially I did not use Tagirijus as the authors name, but my real name, but this shouldn't be a problem, hehe).
Just in case somebody might be interested in another kind of workflow when it comes to handling GUIs fast I wrote a little script, which allows popping up a list with the selected tracks FXs. It also shows brackets for bypassed plugins and ">>>" arrows for FXs which GUI is open at the moment:

You can find the script in the ReaPack Repo under the name "FX list as popup" (accidentially I did not use Tagirijus as the authors name, but my real name, but this shouldn't be a problem, hehe).
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
- KVRAF
- 8135 posts since 13 Jan, 2003 from Darkest Kent, UK
That's really nifty, should be very useful, thanks.Tagirijus wrote: Thu Mar 11, 2021 8:20 amJust in case somebody might be interested in another kind of workflow when it comes to handling GUIs fast
-
- KVRist
- Topic Starter
- 470 posts since 2 May, 2015
I think for analyzing tools like MStereoScope (the red indicator of the stereo balance is really handy), MLoudnessAnalyzer, MAnalyzer it would make sense. Also for the EQs and MDynamics.
-
- KVRist
- Topic Starter
- 470 posts since 2 May, 2015
Thanks you Tagirijus!Tagirijus wrote: Thu Mar 11, 2021 8:20 amJust in case somebody might be interested in another kind of workflow when it comes to handling GUIs fast
This Script is amazing and a real timesaver.
If anyone is interested, the script is called "tangirijus_Fx list menu.lua".
You can load it in the action list (shortcut - ?) and assign it to a keyboard shortcut.
Go to action list and press the button "New action.."-->"Load ReaScript"
In Windows you can find the script under:
AppData/Roaming/Reaper/Scripts/ReaTeam Scripts/Fx
Now you can assign it to a keyboard shortcut:
Press the "Add.." button in the left corner->type in your prefered shortcut->press "OK"
..Done.
Edit: You must install Reapack first..
https://reapack.com/
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
Hehe, glad you like it. And also thanks for explaining how to install it, AGIGA. I just presumed people with interest of such a script might already know how to look for scripts. But your little quick-tutorial is probably helpful for people, who don't. So thanks!
Although this becomes quite some offtopic thread now. Sorry people, haha!
Although this becomes quite some offtopic thread now. Sorry people, haha!
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
-
- KVRist
- Topic Starter
- 470 posts since 2 May, 2015
Vojtech didn't respond the last time, so I need to bump it up. Sorry guys..
I think this feature would be great for the upgraded "Free Bundle" and more.
MCompressor and MEqualizer with embedded UI would be perfect to replace the
stock Reaper EQ and Comp. ALso analyzing tools like MStereoScope, MLoudnessAnalyzer
and MAnalyzer could be very handy with the embedded UI.
I think this feature would be great for the upgraded "Free Bundle" and more.
MCompressor and MEqualizer with embedded UI would be perfect to replace the
stock Reaper EQ and Comp. ALso analyzing tools like MStereoScope, MLoudnessAnalyzer
and MAnalyzer could be very handy with the embedded UI.
- KVRist
- 428 posts since 23 Jun, 2012
Thank you Tagirijus, exactly what I neededTagirijus wrote: Thu Mar 11, 2021 8:20 am
Just in case somebody might be interested in another kind of workflow when it comes to handling GUIs fast I wrote a little script, which allows popping up a list with the selected tracks FXs. It also shows brackets for bypassed plugins and ">>>" arrows for FXs which GUI is open at the moment:
You can find the script in the ReaPack Repo under the name "FX list as popup" (accidentially I did not use Tagirijus as the authors name, but my real name, but this shouldn't be a problem, hehe).
- KVRian
- 923 posts since 8 Aug, 2011
The script is installed but for some reason I can find it in my action list. Another script wich has pop in the name also is not showing up that's weird I've been playing with scripts for a long time it's the first time Reapack package browser shows the script as installed and it is not in my script list.Tagirijus wrote: Thu Mar 11, 2021 8:20 am Funny! I somehow did not read this changelog point ... hehe. While I have to admit that I would not use it, since I personally won't work in such tiny GUIs anyway, hehe.
Just in case somebody might be interested in another kind of workflow when it comes to handling GUIs fast I wrote a little script, which allows popping up a list with the selected tracks FXs. It also shows brackets for bypassed plugins and ">>>" arrows for FXs which GUI is open at the moment:
You can find the script in the ReaPack Repo under the name "FX list as popup" (accidentially I did not use Tagirijus as the authors name, but my real name, but this shouldn't be a problem, hehe).
And yes I did restart.

Win11, 16 Gig RAM, Intel i7 Quad 3.9, Reaper 7.16, RME Hamerfall HDSP9652, Steinberg MR816x
- KVRian
- 710 posts since 7 May, 2002 from Phoenix, Arizona, USA
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
Yeah, thanks for explaining, ericzang and sorry for eveybody for this huge inconsistency ... my other scripts are by "Tagirijus", this scripts package also is called different than the action, oh man ... I will see if I can contact Reapack and if I might fix this ... 
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de
- KVRian
- 923 posts since 8 Aug, 2011
One of Reaper's weakness, the naming convention can be frustrating at times, it works now thanks.
Win11, 16 Gig RAM, Intel i7 Quad 3.9, Reaper 7.16, RME Hamerfall HDSP9652, Steinberg MR816x
- KVRian
- 1059 posts since 28 Jun, 2006 from Germany
In that case it is not Reaper but me, I guess! 
System: Win 10 64 bit / i9 9900K (8x 3.6 GHz) / 16 GB DDR4-3200 RAM / 1TB M.2 SSD + 2x 500 GB SSD / RME Babyface / Reaper
Tagirijus.de
Tagirijus.de

