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
612 stars 31 forks source link

Running MD 3 as a windows screensaver #22

Open 3WPBoi opened 1 year ago

3WPBoi commented 1 year ago

You can currently change the file extension of the exe to .scr, then right click and "install" to use natively in windows as the screensaver. Thought this was cool, only problem is it does not start in full screen mode.

To start in full screen mode, the exe would need to accept command line argument

/s

See

https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms686421(v=vs.85)?redirectedfrom=MSDN#command-line-options

Command Line Options When Windows runs your screensaver, it launches it with one of three command line options:

/s – Start the screensaver in full-screen mode. /c – Show the configuration settings dialog box. /p #### – Display a preview of the screensaver using the specified window handle.

OfficialIncubo commented 1 year ago

Ok. I'll try it. I will make this from executable file to screensaver only using properties.

milkdrop2077 commented 1 year ago

there will be an option to start MD3 directly in full screen mode in the next version, coming up in a few days :)

OfficialIncubo commented 1 year ago

I can't add /s in the properties because of invalid symbol. I tried to run BeatDrop on Command Line, such as BeatDrop.exe /s, but it didn't start as fullscreen. Same as the .scr format.