Looking for a way to automatically fade out a song after 2 minutes of playing. Is it by using POI and the fadeout verb? If so, can someone supply the syntax.
发表时间 Wed 05 Jun 19 @ 8:24 pm
It's built in to VDJ now in options whilst using automix
automixMaxLength 120
automixMaxLength 120
发表时间 Wed 05 Jun 19 @ 8:36 pm
Even if I want to fade to silence?
发表时间 Wed 05 Jun 19 @ 11:19 pm
No, it's only for cutting one playing track in to another.
发表时间 Thu 06 Jun 19 @ 6:12 am
It can be done but I need to understand the context why you're doing this to give you a script.
发表时间 Thu 06 Jun 19 @ 6:54 am
During an evening of DJing, there are typically 2 or 3 songs where the client wants to cut short the song because they are too long. Instead of me manually fading out the song at a pre-determined point (such as 2 mins into it), I would like to set a specific point in these few songs ahead of time, so that when I play them, they will automatically fade out to silence at that predetermined point. This will give me the ability to be "hands off" after I start the song, and can leave my DJ area as needed.
发表时间 Thu 06 Jun 19 @ 7:32 pm
There are probably several ways, but yes a POI is one option
For instance an action POI at the 2 min mark like:
repeat_start_instant 'fadeout' 200ms 20 & level -5% & level 0% ? pause
Just remember that it will ALWAYS work - so it's probably a good idea to set it on a copy of the track
For instance an action POI at the 2 min mark like:
repeat_start_instant 'fadeout' 200ms 20 & level -5% & level 0% ? pause
Just remember that it will ALWAYS work - so it's probably a good idea to set it on a copy of the track
发表时间 Fri 07 Jun 19 @ 8:20 am
THANK YOU SO MUCH! This is exactly what I was looking for!
发表时间 Fri 07 Jun 19 @ 3:25 pm
When I first saw this thread, I assumed it would/should be possible in the POI editor, but I think there should be a much simpler way of achieving this.
Some preset buttons for example, or some new POI types. Perhaps the Track Cleaner should become the Track Editor and have things like 'fade out' added to it...
Some preset buttons for example, or some new POI types. Perhaps the Track Cleaner should become the Track Editor and have things like 'fade out' added to it...
发表时间 Sat 08 Jun 19 @ 6:31 am