Age | Commit message (Collapse) | Author |
|
Group<T>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use new style
* Update to C++11
* Use more std::string than char*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
existsing playing samples.
|
|
|
|
|
|
|
|
|
|
|
|
Especially, now check if a kit fits into RAM when loading it.
|
|
It's a class that can calculate the available free RAM (or rather a rough
estimation of it) and the size of the drumkit when loaded into RAM
and provides a plugic method to check if the drumkit then fits into RAM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|