* added FluidBufToKr.kr and FluidKrToBuf.kr
* tested a few more use cases, no problems detected
* Update release-packaging/Classes/FluidBufToKr.sc
Co-authored-by: weefuzzy <gungwho@gmail.com>
* semicolon
added a the end of line 4
* check if the buffer is huge (like an audio file)
if one tries to pass a huge buffer to either, this is throw an error and report the number of frames in that buffer. I tested it with an audio file-size buffer and it froze the server (not crash though, the bar stayed green...?).
* added huge buffer check to BufToKr as well
* added one more validity check and re tested
* FluidBufToKr now can return single value or array
if the buffer is only one frame long, it will return a single value instead of an array of length one (which is what it did before)
Co-authored-by: weefuzzy <gungwho@gmail.com>