@jb4x people repeatedly loading the same sound file in draw()
shouldn’t actually be a problem, the new Sound library first checks if it has already loaded a file from the same path and simply reuses the same one from memory!
@jb4x people repeatedly loading the same sound file in draw()
shouldn’t actually be a problem, the new Sound library first checks if it has already loaded a file from the same path and simply reuses the same one from memory!