Quick Sign In:  

Forum: Wishes and new features

Topic: Effects - Wishes & new features - Page: 11

Dieser Teil des Themas ist veraltet und kann veraltete oder falsche Informationen enthalten

locoDogPRO InfinityModeratorMember since 2013
 

geposted Thu 21 Mar 19 @ 5:03 pm
I think a On /Off Talkover Effect on the Mic Button with soft automatic fading where nice to see in VDJ 2018

greatings and thanks
Dirk = vlnjacki
 

geposted Fri 22 Mar 19 @ 4:11 pm
By pressing the button, the music is automatically turned back to a certain level to make the voice more audible, which is then fed through a microphone and mixed into the current track.
 

geposted Fri 22 Mar 19 @ 9:32 pm
vlnjacki wrote :
By pressing the button, the music is automatically turned back to a certain level to make the voice more audible, which is then fed through a microphone and mixed into the current track.


There is no Problem I think , when You make a Custom Button or Button on Controller or anywhere You have a Button free ,
to make a Script to Turn on the Mic Line , and lower the Volume to 50 or 70% while pressed this ;-)
 

geposted Sun 24 Mar 19 @ 10:55 pm
Ok will test this next Time,hope this Script does soft Faded in and out.

But think 7 find a Buildt in Talkover effect in VDJ 2018 is better for the complete VDJ Community

Thanks
 

geposted Tue 26 Mar 19 @ 11:28 am
Oh,cool Must Downloaded this Build and Test this in The Next Days,
very great Thanks

BUILD 4918 (2019-05-01)
-mic_talkover vdjscript added
 

geposted Sun 12 May 19 @ 6:40 am
locoDogPRO InfinityModeratorMember since 2013
Works fine

mic_talkover 20% 1000ms
this will gradually drop all decks and the sampler to 20% volume over 1000ms.
if you call the script without params (so just 'mic_talkover') it defaults to 30% over 400ms.

I might have a play and see if I can get different speeds for up & down
*edit, no you can't*
 

geposted Sun 12 May 19 @ 7:29 am
locoDogPRO InfinityModeratorMember since 2013
did I just say "can't" ?
Shows how stupid I am.

mic_talkover ?  mic_talkover 19% 30ms & repeat_start 'wait' 40ms 1 & mic_talkover 100% 200ms & mic_talkover off  : mic_talkover 20% 3000ms

down to 20% in 3 seconds, returns to where it should in .2 seconds
 

geposted Sun 12 May 19 @ 8:00 am
Hi,

Is good to add a saving options for Text effect To prepare some messages for the upcoming gigs , or a default font and color ,

Thx
GK
 

geposted Wed 15 May 19 @ 5:19 pm
locoDogPRO InfinityModeratorMember since 2013
Like this?
BUILD 4973
-Text effect update with preview in position box and storing/loading presets
 

geposted Tue 21 May 19 @ 12:46 pm
NicotuxHome userMember since 2014
Like this?
BUILD 4973
-Text effect update with preview in position box and storing/loading presets

YES!
And what is cool too : it works as per deck effect !!

still missing : scrolling direction & speed
and maybe next the possibility to insert some script or format string i.e. "%title" or `karaoke_venue_name`
 

geposted Tue 21 May 19 @ 1:24 pm
locoDogPRO InfinityModeratorMember since 2013
Added feature, you can do stuff with effect_string 2, eg
repeat_start 'LiveVariables' 33ms & get_text "`get_beat_bar`" & param_cast 'text' & effect_string 'text' 2
 

geposted Tue 21 May 19 @ 2:16 pm
Text Update. ! And the preview.
Got It.
Thx.
GK
 

geposted Tue 21 May 19 @ 5:27 pm
NicotuxHome userMember since 2014
That's woks great :)

Artist Title on screen when needed without a videoskin

holding ? repeat_stop 'LiveVariables' & effect_string 'text' 2 : repeat_start 'LiveVariables' 33ms & get_artist_title & param_cast 'text' & effect_string 'text' 2


Something strange -looking like one of your recent post however- :

get_next_karaoke_song 'singer' & effect_string 'text' 2 : effect_string 'text' 2 ""

is working ok


get_time 'remain' & param_smaller 25000 ? get_next_karaoke_song 'singer' & param_cast 'text' & effect_string 'text' 2 : effect_string 'text' 2 ""

gives the remaining time in text display


get_time 'remain' & param_smaller 25000 ? pad 3 : effect_string 'text' 2 ""

with pad 3 being

get_next_karaoke_song 'singer' &param_cast 'text' & effect_string 'text' 2

Does work is expected
 

geposted Tue 21 May 19 @ 9:08 pm
locoDogPRO InfinityModeratorMember since 2013
last one is missing a space between "&param_cast"
 

geposted Tue 21 May 19 @ 9:16 pm
NicotuxHome userMember since 2014
yes missing space... and first one have an extra " : ...." copy/past" ^^

resizing the config window only resize the text area
in a way to adjust size and position more easily it would be fine the "preview and position box" resize as well if possible
 

geposted Tue 21 May 19 @ 11:28 pm
Yesterday i have test The mic_talkover and mic_talkover while_pressed
Script,and i must say that are function wonderfull and 1a.

Thanks on all,for Help and Hints and The Buildt in of The mic Talkover Script in VDJ Software.

A Question.
Does there gives a Automatic Deck unload after every Track was Finish Played in the Decks ? Eventually with 2sec time Option after Finish Played track unload.

Mean:
You load a Track in the Deck and Play this to the End,then unload Automatic the Finish Track played Deck.
Now You see in Strange Job Situation for a better overview which Deck ist Empty.

I know The Script unload and right Mousetaste hold 2sec oder Stop/Pause Button to unload the Deck.
 

geposted Sun 26 May 19 @ 8:15 am
locoDogPRO InfinityModeratorMember since 2013
That can be done, the challenge is making set of rules that always works, I'll have a think.
 

geposted Sun 26 May 19 @ 9:57 am
I would love to have support for x64 third party plugins. Currently VDJ works great with 32 bit ones yet I'd like to utilize entire CPU power - plus x64 versions are much more stable imho, specially when in Live Set.
 

geposted Sun 26 May 19 @ 10:54 am
60%