preliminary 1.1 .dmf loading
This commit is contained in:
parent
9eb6d1cfc1
commit
464ad5a825
7 changed files with 75 additions and 8 deletions
|
|
@ -49,6 +49,11 @@ void DivChannelData::wipePatterns() {
|
|||
}
|
||||
}
|
||||
|
||||
void DivPattern::copyOn(DivPattern *dest) {
|
||||
dest->name=name;
|
||||
memcpy(dest->data,data,sizeof(data));
|
||||
}
|
||||
|
||||
SafeReader* DivPattern::compile(int len, int fxRows) {
|
||||
SafeWriter w;
|
||||
w.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue