Merge branch 'master' into hasSampleHeader
This commit is contained in:
commit
de1ab67d4a
42 changed files with 1634 additions and 91 deletions
|
|
@ -225,6 +225,10 @@ bool DivDispatch::hasSampleInsHeader(int index) {
|
|||
return false;
|
||||
}
|
||||
|
||||
size_t DivDispatch::getSampleMemOffset(int index) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
const DivMemoryComposition* DivDispatch::getMemCompo(int index) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue