Go Back   Winamp Forums > Visualizations > AVS > AVS Troubleshooting

Reply
Thread Tools Search this Thread Display Modes
Old 11th October 2002, 23:13   #1
Zintheus
Junior Member
 
Join Date: Mar 2002
Location: My parents house.
Posts: 2
Unhappy DM change on beat

So I publish some new AVS (Zinth AVS 2-point-5) and get a fairly bad review saying that it isn't beat-responsive enough. Okay. Whenever I try to use any on beat changes in my DMs it look really jerky and bad or you can't tell that anything is happening at all. Is there any way for me to help this. I had one preset in that pack and it had an on beat change but I coundn't tell if it was really making a difference. Oh, and please check out my pack and review it, I want to know if everyone thinks it's as bad as they said.
Zintheus is offline   Reply With Quote
Old 12th October 2002, 05:25   #2
Jaheckelsafar
Major Dude
 
Join Date: Feb 2002
Location: home
Posts: 1,318
You could try something like this.


onbeat:
target=rand(some number);

frame:
value = value * .9 + target * .1;
*or*
value = value + (target - value) * .1;

pixel:
whatever = whatever + value;


Those both create a gradual shift to a new value.

Stoke me a clipper. I'll be back for Christmas.

- Arnold Rimmer
Red Dwarf
Jaheckelsafar is offline   Reply With Quote
Old 12th October 2002, 05:29   #3
Jaheckelsafar
Major Dude
 
Join Date: Feb 2002
Location: home
Posts: 1,318
I used the second method in this preset and it worked decently.
Attached Files
File Type: zip 07- moving kaleidoscope.zip (874 Bytes, 34 views)

Stoke me a clipper. I'll be back for Christmas.

- Arnold Rimmer
Red Dwarf
Jaheckelsafar is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Visualizations > AVS > AVS Troubleshooting

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off

Forum Jump