Latest WACUP public preview for x86 & x64 is build #24784 (August 3rd 2026) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #24784 (August 3rd 2026) (x86 & x64 changelogs)

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Incubo_

Pages: [1]
1
Visualisations / Re: Martins collection of milkdrop presets
« on: April 15, 2026, 09:46:31 PM »
With Screen-Dependent Render Mode, it fixes the incomfortable behavior of old MilkDrop Presets, ex: Eo.S, yin, Che, Zylot etc.
And glad it's working with its feature on and shader aspect variable ignore fix.

Did you see my edits from the post I've told earlier?

Maybe I'll have an ability to turn on/off this feature with hotkey later...

2
Visualisations / Re: Martins collection of milkdrop presets
« on: April 14, 2026, 10:30:22 PM »
Hey! The inverse aspect ratio correction is 1 because it depends on screen (has Screen-Dependent Render Mode ON). That's why it does look stretched, but try this trick:
In a warp/comp shader code, multiply the uv with
Code: [Select]
float2(1, texsize.y/texsize.x) This is the most efficient way to aspect correct without problems.

So it goes like:
Code: [Select]
...
float2 aspect_ts = float2 (1, texsize.y/texsize.x);
rd = RotXYZ(float3 ((uv_orig-.5)*aspect_ts.xy/zoom*float2(torusdir,1),1), scenerot);
...

Let me see if it works for you.

...or I'll look into the code and I'll fix the ignored aspect ratio correction for shaders. Someday, somehow...

EDIT: I did look at milkdropfs.cpp and I see that both aspect vars were initialized with 1: https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/blob/master/vis_milk2/milkdropfs.cpp#L4951-L4957
I'll have a fix when I have time.

EDIT 2: Fixed: https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/commit/b6b9ea0665067027e23829dab133d5f051080f79
I'll update the BeatDrop beta test package shortly, so you can try.

EDIT 3: Updated! You can try to test with your presets if it works.

3
Visualisations / MilkDrop MegaPack Presets (130k+ Presets)
« on: September 12, 2024, 06:41:56 PM »
The introduction and features section:
Yeeza, Winamp/WACUP users! I just want to share the MegaPack Presets I have curated so far!

This contains:
- Some patch fixes for MilkDrop v2.25c (if you have some presets that was bugged, feel free to DM me)
- Newest/Oldest presets made by preset authors (e.g. martin, Flexi, Aderrasi, Rovastar, Krash etc., including me)!
- Humongous pack of presets and thousands of textures
- The preset pack link is updated everytime with new presets, textures and (possibly) fixes.


The download section:

Here you can take the latest MegaPack presets I have made below:
https://drive.google.com/file/d/1DlszoqMG-pc5v1Bo9x4NhemGPiwT-0pv/view?usp=drive_link

UPDATE: Due to an announcement below, the organized megapack link is now removed and it replaced with the original one.

Quote
NOTICE: The main MegaPack (unorganized one) will be deprecated/removed until the 1st of August 2025 due to some sorts of presets that are compiling very long.
You can still get the updated MegaPack from the first post. Let me know if there are errors of some of the presets.
(from Winamp Forum - https://forums.winamp.com/forum/visualizations/milkdrop/milkdrop-presets/4625022-73k-presets-megapack?p=4672921#post4672921)


Before the last words...

You can redirect it to the original post from Winamp Forum I have made 8 months ago: https://forums.winamp.com/forum/visualizations/milkdrop/milkdrop-presets/4625022-73k-presets-megapack !

UPDATE: We literally hit 100k+ PRESETS milestone! Thank you for making a great community ever. 👏👏

Note that some packs are updated with new presets and textures with the same link! Have fun and enjoy! This Milkdrop Megapack really whips the Llama's Ass!

4
Visualisations / My MilkDrop Presets Collection
« on: September 12, 2024, 04:58:04 PM »
Hi! I am Incubo_, formerly Se7enSlasher and I decided to share my presets I have made on WACUP Forum, which contains edits, hand-made presets and also mashups.
You can take them right here: https://drive.google.com/file/d/1VF8l5p01EPMrXuM0_PyWhS7tlK9Pxtqf/view?usp=drivesdk
Also take a look at the Winamp Forum post one: https://forums.winamp.com/forum/visualizations/milkdrop/milkdrop-presets/4623131-my-milkdrop-presets-collection

The preset pack link will be updated everytime with some new presets and textures (if available).
...and I am active on both Winamp Forum and WACUP Forum if there are some new updates.

Have fun trying this pack! ;)

Pages: [1]