I am a LONG time Winamp user and electronic music producer. I've always used Winamp to audition single-shot samples (as well as drum/synth/bass loops). I always set the buffer length to as small of an interval as possible that I can get away with without crackles and pops so I can audition my drum samples near instantly. I also disable all fades and set the fade time to 0ms.
Now, with WACUP, I can't seem to get immediate playback working properly.
Here are the relevant command line options that appear when you run "
WACUP.exe /?" in a the command line:

Here are my registry settings that define the default action ("Open") when you double click on an audio file (.wav in my case):

According to the first image, if you just pass a file to WACUP, it should clear the playlist immediately and play the file. But this isn't actually the case.
If I double click
rapidly on the same wave file (or a different wave file), the wave file gets appended to the playlist and playback advances to the next entry (same wav file). I really need the default command to start playback immediately without enqueuing the file so I can audition various samples in rapid succession with as minimal of a delay as possible.
This behavior does not align with the CLI options window that states:
<file> Clears the contents of the main playlist before adding the specified 'file' at the start & then
begins playback of the first item now in the playlist.
I've created a screen recording of the behavior and attached it. If you can't open the attachment here's an Imgur link:
https://i.imgur.com/l31ixfg.mp4I've also tried changing the shell "open" command to:
"C:\Program Files (x86)\WACUP\wacup.exe" /CLEAR "%1"But the same behavior persists, even though the /CLEAR command should clear the playlist.
Can someone help me configure WACUP to not auto-enqueue files into the playlist when opening them in rapid succession? This is essential for my workflow and I need to be able to preview samples with as little delay as possible.