compensate for sample movement/deletion

This commit is contained in:
tildearrow 2023-07-26 17:58:57 -05:00
parent ec52eb524d
commit 5c861ca36e
2 changed files with 45 additions and 0 deletions

View file

@ -531,6 +531,9 @@ class DivEngine {
void initSongWithDesc(const char* description, bool inBase64=true, bool oldVol=false);
void exchangeIns(int one, int two);
void exchangeWave(int one, int two);
void exchangeSample(int one, int two);
void swapChannels(int src, int dest);
void stompChannel(int ch);