why am I so slow
This commit is contained in:
parent
e130f80ef3
commit
24c0318390
|
@ -785,12 +785,18 @@ class DivDispatch {
|
|||
|
||||
/**
|
||||
* check whether sample has been loaded in memory.
|
||||
* @param memory index.
|
||||
* @param index index.
|
||||
* @param sample the sample in question.
|
||||
* @return whether it did.
|
||||
*/
|
||||
virtual bool isSampleLoaded(int index, int sample);
|
||||
|
||||
/**
|
||||
* get memory composition.
|
||||
* @param index the memory index.
|
||||
* @return a pointer to DivMemoryComposition, or NULL.
|
||||
*/
|
||||
virtual const DivMemoryComposition* getMemCompo();
|
||||
|
||||
/**
|
||||
* Render samples into sample memory.
|
||||
|
|
Loading…
Reference in a new issue