Overlapping one sound multiple times with minim library

Thanks @rojele. I’m sorry it’s not working for you. Are you using P3 or P4? Can you try deleting it and installing it from the Contribution Manager? Then try the Oscilloscope example. If you can at least see the animation then it’s working, just have to figure out the audio client. It will default to the system client. It should also print something like:

Attempting to load pdplusplus.dll
Output Device: Primary Sound Driver max chs: 2
Input Device: Primary Sound Capture Driver max chs: 2

If you get other errors or can’t build a sketch let me know, or post an issue here: Issues · robertesler/Pd4P3 · GitHub
I haven’t had issues with Windows 10 yet so hopefully we can figure it out.
If you are trying any of the SoundFiles examples then perhaps it is the path to the audio file, I don’t yet use built in paths (e.g. ./audio.wav) or include any audio files so you would have to specify the exact path. I do have an example of some file path tools in the same SoundFiles folder. Like Pd too, it doesn’t accept any compressed audio formats (only .wav, .aiff and raw).
Please let me know if I can be of any other help. Thanks again for the feedback.