dev127 - experiment with new ins on .fur
This commit is contained in:
parent
51f5ffe05b
commit
8f59ceb6a6
3 changed files with 80 additions and 75 deletions
|
|
@ -4503,7 +4503,8 @@ SafeWriter* DivEngine::saveFur(bool notPrimary) {
|
|||
for (int i=0; i<song.insLen; i++) {
|
||||
DivInstrument* ins=song.ins[i];
|
||||
insPtr.push_back(w->tell());
|
||||
ins->putInsData(w);
|
||||
logV("writing instrument %d...",i);
|
||||
ins->putInsData2(w,false);
|
||||
}
|
||||
|
||||
/// WAVETABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue