milkdrop2077 / MilkDrop3

MilkDrop 3.0, supports any audio source, double-preset (.milk2), loading presets based on beat detection and much more...
https://twitter.com/MilkDrop2077
597 stars 29 forks source link

MilkDrop3 does not respect the Maximum Pixel Shader read via milk3.ini. #42

Open OfficialIncubo opened 10 months ago

OfficialIncubo commented 10 months ago

Hey! You have implemented an algorithm that load presets very fast. I have changed something on the milk3.ini file, such as MaxPSVersion=1. I have opened Milkdrop3 and it reads all the presets, but not respecting the PS_VERSIONS in the .milk/.milk2 file. Same happened when the Preset Rating is activated or not activated. Any ideas why?

milkdrop2077 commented 10 months ago

I've set the MaxPSVersion to be always 4, because any 10yo computer supports Pixel Shader 4. the ActivatePresetRating=1 works, try loading a folder with 50000 presets, it's very slow if it's activated.

OfficialIncubo commented 10 months ago

Even with ActivatePresetRating=1 and MaxPSVersion=1, it still scans the entire presets from the directory, but not only MD1 presets. Actually didn't work for me.