.................................................
This commit is contained in:
parent
57a4c52551
commit
0008420b6b
|
@ -522,7 +522,8 @@ void DivInstrument::writeFeatureX1(SafeWriter* w) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) {
|
void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song) {
|
||||||
size_t blockStartSeek, blockEndSeek;
|
size_t blockStartSeek=0;
|
||||||
|
size_t blockEndSeek=0;
|
||||||
std::vector<int> waveList;
|
std::vector<int> waveList;
|
||||||
std::vector<int> sampleList;
|
std::vector<int> sampleList;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue