Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Q&A, Tips, Tricks and Howto

Reply
 
Thread Tools Display Modes
Old 04-24-2018, 02:58 AM   #1
crackinkid
Human being with feelings
 
Join Date: Nov 2016
Posts: 79
Default Custom Fade In/ Fade Out Action for Items

Hi guys,

This might be a simple question. But how could i make a custom action that creates a fade out for a selected item (from start to end), or a fade in for the whole item (from start to end).
I did find the action "Xenakios/SWS: Set fades of selected items to configuration A". But i don't know where to define the configuration.
crackinkid is offline   Reply With Quote
Old 04-24-2018, 03:13 AM   #2
solger
Human being with feelings
 
solger's Avatar
 
Join Date: Mar 2013
Posts: 5,844
Default

If I remember correctly: Fade Config A and B can be changed via Extensions > Command parameters.

EDIT:

And it seems like Fade Config C-F is only configurable via adding/editing the Xenakios_Commands.ini file:
- https://forum.cockos.com/showthread.php?t=102527
- https://forum.cockos.com/showpost.ph...87&postcount=3

Last edited by solger; 04-24-2018 at 03:24 AM.
solger is offline   Reply With Quote
Old 04-24-2018, 03:22 AM   #3
crackinkid
Human being with feelings
 
Join Date: Nov 2016
Posts: 79
Default

Thank you very much, exactly what i was looking for
crackinkid is offline   Reply With Quote
Old 05-25-2018, 05:50 AM   #4
crackinkid
Human being with feelings
 
Join Date: Nov 2016
Posts: 79
Default

i have a problem regarding the c-f config fades. I've added them to the command.ini, but they don't seem to work.
A and B work like they should. But C-F don't work for me. Is there a specific way to edit the xeniakos_command.ini? I've simply added the needed lines with certain values (5 sec fade in) and nothing seems to work

Last edited by crackinkid; 05-25-2018 at 06:08 AM.
crackinkid is offline   Reply With Quote
Old 05-25-2018, 08:23 AM   #5
solger
Human being with feelings
 
solger's Avatar
 
Join Date: Mar 2013
Posts: 5,844
Default

Quote:
Originally Posted by crackinkid View Post
i have a problem regarding the c-f config fades. I've added them to the command.ini, but they don't seem to work.
I'll have to check this.

In the meantime, maybe also have a look at the X-Raym_Set selected items fade-in fade-out length.lua Script (available via https://reapack.com/)
More info here: https://forum.cockos.com/showthread.php?t=163354

Last edited by solger; 05-25-2018 at 08:29 AM. Reason: link added
solger is offline   Reply With Quote
Old 05-25-2018, 08:43 AM   #6
solger
Human being with feelings
 
solger's Avatar
 
Join Date: Mar 2013
Posts: 5,844
Default

OK, I had a quick look and using these lines (mentioned in the link in post #2) don't seem to work here, either (not sure if this might have been changed at some point with a SWS update):
Code:
FADEINTIMEC=0.005000
FADEOUTTIMEC=0.005000
FADEINSHAPEC=0
FADEOUTSHAPEC=0

But try to add the additional lines like this to the Xenakios_Commands.ini instead: FADECONF_C=In-Length In-Shape Out-Length Out-Shape
So as example for Fade Config C this line can look like this:
Code:
FADECONF_C=20 1 15 0
- Fade in length: 20 seconds
- Fade in shape: 1
- Fade out length: 15 seconds
- Fade out shape: 0

Do the same for the other Fade configs D-F:
  • FADECONF_D=
  • FADECONF_E=
  • FADECONF_F=


As a side note: The Fade Shape number goes from 0-6 (representing the 7 different shape types).

Last edited by solger; 05-25-2018 at 09:16 AM.
solger is offline   Reply With Quote
Old 05-25-2018, 02:27 PM   #7
crackinkid
Human being with feelings
 
Join Date: Nov 2016
Posts: 79
Default

thank you for all your help
these settings "FADECONF_C=20 1 15 0" worked for me :>
crackinkid 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 08:40 AM.


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