why am I so slow

This commit is contained in:
tildearrow 2024-03-01 03:39:12 -05:00
parent e130f80ef3
commit 24c0318390

View file

@ -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.