Hi Scott, Unfortunately there are cases when miniAudicle crashes instead of returning an error. I'm not sure what could cause that to happen in the code you shared. I don't have a Windows machine where I can check. The only thing that pops into my mind is the fact that Windows usually wants backslashes "\" instead of forward slashes "/". Or maybe some issues with the audio file? is the name correct? Cheers, Mario On 01/10/2020 17:42, soshiro@ccrma.stanford.edu wrote:
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 _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- electronic musician, sound artist, creative coder, QA engineer https://vimeo.com/creativecodingsalerno http://mbuoninfante.tumblr.com/ https://github.com/mariobuoninfante