26 Jan
2012
26 Jan
'12
4:06 p.m.
Hello ChucKers, I have a ChucK class that maps all the samples in a drum kit to SndBufs https://github.com/heuermh/lick/blob/deab64e5b1eb1783e9a68bb508a0317c0287bf1... Altogether this creates 238 SndBufs, which appears to be more than ChucK can handle. Sample playback skips, repeats, or is otherwise corrupted. Removing some of the mappings improves playback. Is there a way to increase the memory allocated to ChucK at startup? Alternatively, is there a better way to handle loading and playback for hundreds of samples? Thanks, michael