Sound library constructor with cache doesn't exist

hey so in the documentation for the library in processing.org the SoundFile class has a constructor with three values one of those being the cache… how ever I’ve tried to use it and it seems to no longer be on the library. is there a way to set that value to false?

1 Like

I try and I have the same result as you.
I check on github and it’s seems possibly with “cache”, strange !..?

1 Like

well actually yesterday I kept searching and I actually found why I didn’t have that constructor…the cache is only relevant in the sound library version 2.3.0 this is just a pre release. if you download the library from the contribution manager in processing you are only able to get 2.2.3.

1 Like