m13253 / sb-jsfx-plugins

StarBrilliant's JSFX (Jesusonic Effects) audio plugins
MIT License
4 stars 2 forks source link

no loudness meter #1

Open garfieldthebest opened 3 years ago

garfieldthebest commented 3 years ago

There is no loudness meter with reajs.dll(vst version) , when i use it in vst host . live loudness meter

m13253 commented 3 years ago

I can confirm this bug. It seems that reajs.dll is very, very old. It lacks a lot of graphics functions for the meter to work.

I currently don't know what to do: Either I will have to port to that old version, which is very difficult. Or, we could submit an issue to REAPER, asking them to update reajs.dll with latest functions.

garfieldthebest commented 3 years ago

ok, yes leave it like that while waiting for a possible update of reaplugs. As long as it does not affect the functionality of the normalizer, it is not a big deal.

m13253 commented 3 years ago

ReaPlugs hasn't updated for 5 years. Don't know if they will update ever. I would suggest we write to them but I am too busy recently.

If you want that nice-looking meter that I spent two weeks designing, you can use REAPER + ReaRoute ASIO to transfer realtime sound between your current whatever DAW and REAPER. (Smile)

Although REAPER is paid software, their developers are so kind that you seemingly can stay in trial mode forever.

garfieldthebest commented 3 years ago

May be can you compile a vst version ? Le samedi 4 septembre 2021, 05:55:33 UTC+2, Star Brilliant @.***> a écrit :

ReaPlugs hasn't updated for 5 years. Don't know if they will update ever. I would suggest we write to them but I am too busy recently.

If you want that nice-looking meter that I spent two weeks designing, you can use REAPER + ReaRoute ASIO to transfer realtime sound between your DAW and REAPER. (Smile)

Although REAPER is paid software, their developers are so kind that you seemingly can stay in trial mode forever.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

m13253 commented 3 years ago

I never created a VST before. I would love to help if anyone can help me. My formulas and parameters are of course free for anyone to use.

garfieldthebest commented 3 years ago

I have litlle question , how remove in reajs vst , the message : " @gfx:326: 'gfx_drawstr' needs 1 parms ......."  ? Thank you Le samedi 4 septembre 2021, 07:09:38 UTC+2, Star Brilliant @.***> a écrit :

I never created a VST before. I would love to help if anyone can help me. Those formulas and parameters are of course free for anyone to use.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

m13253 commented 3 years ago

You can just remove the whole @gfx section, located at the bottom of the code. It is responsible for the graphics, in other words, drawing the meter.

garfieldthebest commented 3 years ago

Hi , thank you for your answer , i'll try your soluce . Le lundi 6 septembre 2021, 11:20:07 UTC+2, Star Brilliant @.***> a écrit :

You can just remove the whole @gfx section, located at the bottom of the code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.