Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 10-25-2016, 11:38 AM   #81
pierosaxo
Human being with feelings
 
Join Date: Oct 2016
Posts: 6
Default

thanks a lot!
pierosaxo is offline   Reply With Quote
Old 03-10-2017, 01:19 PM   #82
tomtjes
Human being with feelings
 
Join Date: Sep 2016
Posts: 10
Default

Hi X-Raym, thanks again for your amazing scripts!
I have a problem with Add envelope points at time selection edges from X to Y preserving edges on choosen envelopes. When editing the Volume Pre-FX envelope it doesn't seem to care what value I enter. The result looks pretty much the same whether I enter 3, -3, or 3000 for X. Can you help?
Attached Images
File Type: gif x-raym2.gif (41.8 KB, 205 views)
tomtjes is offline   Reply With Quote
Old 03-10-2017, 01:28 PM   #83
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

3000 will not work, as it would mean +3000db on the track ^^

However, I did try the script on Volume Pre-FX and it seems to works fine for me.

Hav you mod the script ? How ?
do you use particular thing like fadescaling ?
What version of the script do you use ?
X-Raym is offline   Reply With Quote
Old 03-10-2017, 01:49 PM   #84
tomtjes
Human being with feelings
 
Join Date: Sep 2016
Posts: 10
Default

Ah, yes, fader scaling was active. Changed it to amplitude. Much better now. Although, when one value is positive and the other is negative, I get a weird bend in the curve. (All point shapes are set to linear.)

I didn't mod the script, version no is 1.6.1.
Thanks!

Edit: Solved. http://forum.cockos.com/showpost.php...07&postcount=3
Attached Images
File Type: png Screen Shot 2017-03-10 at 15.42.33.png (9.7 KB, 134 views)

Last edited by tomtjes; 03-10-2017 at 01:55 PM.
tomtjes is offline   Reply With Quote
Old 03-10-2017, 02:05 PM   #85
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

Cool that you found a working solution !

I invite you to make a donation or purchase one of my preimum script if you enjoy my free scripts. would be very appreciated

Cheers !
X-Raym is offline   Reply With Quote
Old 03-11-2017, 11:14 AM   #86
tomtjes
Human being with feelings
 
Join Date: Sep 2016
Posts: 10
Default

I modified the script and added some flexibility.



Add fades/ramps at time selection edges on chosen envelopes (Ducking)
tomtjes is offline   Reply With Quote
Old 03-11-2017, 01:07 PM   #87
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@tomtjes
Thanks for sharing !!
X-Raym is offline   Reply With Quote
Old 12-17-2017, 04:40 AM   #88
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

New script added: X-Raym_Invert envelope points selection.lua



Have fun!
X-Raym is offline   Reply With Quote
Old 12-17-2017, 11:41 PM   #89
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

Many thanks for that invert the selection... It is really great in that if there is a time selection it only deals with points inside that and if there is no time selection it deal with all the points on the lane...
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva
hopi is offline   Reply With Quote
Old 12-18-2017, 05:39 AM   #90
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@hopi
You are welcome !
It wasn't too difficult, as my envelope script template is pretty solid already. :P
X-Raym is offline   Reply With Quote
Old 12-18-2017, 08:32 PM   #91
hopi
Human being with feelings
 
hopi's Avatar
 
Join Date: Oct 2008
Location: Right Hear
Posts: 15,618
Default

Quote:
Originally Posted by X-Raym View Post
@hopi
You are welcome !
It wasn't too difficult, as my envelope script template is pretty solid already. :P
well I'm glad it was not hugely difficult...

It IS curious to me that this did not already exist... I thought there was an action for doing this... but anyway, thanks to you NOW there is!

seems like an obvious tool we'd all want
__________________
...should be fixed for the next build... http://tinyurl.com/cr7o7yl
https://soundcloud.com/hopikiva
hopi is offline   Reply With Quote
Old 03-30-2018, 12:40 AM   #92
semikid
Human being with feelings
 
Join Date: May 2015
Location: Los Angeles, CA
Posts: 326
Default

Super awesome scripts! Just added a bunch to my toolbar! Any way to change the min to max or max to min envelope for volume automation? So it only goes up to 0db instead of +6db?
semikid is offline   Reply With Quote
Old 03-30-2018, 05:16 AM   #93
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@semikid
This is the script meant to be moded for this kind of task

https://github.com/X-Raym/REAPER-Rea...0envelopes.lua

Just go to the USER CONFIG AREA in the script header and add your own values, and delete unecessary ones.

Enjoy !
X-Raym is offline   Reply With Quote
Old 04-10-2018, 08:21 AM   #94
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default Updates

* v1.0.1 (2018-04-10)
# FaderScaling support

This concerns 9 script of the max (all with max, min or center, X or Y value in the title)

Enjoy !
X-Raym is offline   Reply With Quote
Old 01-05-2019, 11:58 AM   #95
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

New scripts:
  • X-Raym_Add envelope points at time selection edges from center to max preserving edges.lua
  • X-Raym_Add envelope points at time selection edges from center to max.lua
  • X-Raym_Add envelope points at time selection edges from center to min preserving edges.lua
  • X-Raym_Add envelope points at time selection edges from center to min.lua
  • X-Raym_Add envelope points at time selection edges from max to center preserving edges.lua
  • X-Raym_Add envelope points at time selection edges from max to center.lua
  • X-Raym_Add envelope points at time selection edges from min to center preserving edges.lua
  • X-Raym_Add envelope points at time selection edges from min to center.lua
  • X-Raym_Add point on envelopes at edit cursor with center value.lua
  • X-Raym_Add point on envelopes at edit cursor with max value.lua
  • X-Raym_Add point on envelopes at edit cursor with min value.lua
Enjoy !
X-Raym 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 12:16 AM.


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