When I play a sample i.e. “play sample :sn_generic” what ends up being played is…
{run: 4, time: 0.0}
├─ sample “C:/Program Files/Sonic Pi/etc/samples”,
│ “sn_generic.flac”
└─ synth :beep, {}
so I’m getting the basic “beep” played alongside all my samples.
Does anyone have any idea why this would happen?
I’ve seen this crop up a couple of times, might it be worth having play detect when it’s passed the result of a call to sample and print a meaningful error message?