[chuck-users] miniAudicle crashing on Windows 10

soshiro at ccrma.stanford.edu soshiro at ccrma.stanford.edu
Thu Oct 1 12:42:30 EDT 2020


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


More information about the chuck-users mailing list