Files
lmms/include/BufferPool.h
Lukas W d35df8ee7b Move BufferPool::clear to MixHelpers and rewrite
* Move out of BufferPool because it's not related to memory allocation
* Rewrite because memset() is not portable because it sets all bytes to
  zero which depends on the platform's float representation of 0.0 to be
  all zero bytes
2019-08-27 14:33:36 +02:00

1.2 KiB