Merge branch 'master' into hasSampleHeader

This commit is contained in:
tildearrow 2025-09-13 04:23:19 -05:00
commit de1ab67d4a
42 changed files with 1634 additions and 91 deletions

View file

@ -987,6 +987,13 @@ class DivDispatch {
*/
virtual const char* getSampleMemName(int index=0);
/**
* Get sample memory start offset.
* @param index the memory index.
* @return memory start offset in bytes.
*/
virtual size_t getSampleMemOffset(int index = 0);
/**
* Get sample memory usage.
* @param index the memory index.