1 Oct
2020
1 Oct
'20
12:42 p.m.
Hi all, I was wondering if anyone has had any issues with MiniAudicle crashing on Windows 10 when trying to play an audio sample it seems to crash immediately. I am using the most recent version of miniAudicle. Below is the code I am using but it seems to close out when trying to play any audio file. SndBuf hihat => dac; me.dir() + "/audiosamples/drums/HiHats.wav" => string hd; 0 => hihat.pos; 1.0 => hihat.rate; 1.0 => hihat.gain; hd => hihat.read; 1::second => now; No errors get a chance to print out to the console. Thanks, Scott