GUI: rate change and new window title
This commit is contained in:
parent
ebb28d912b
commit
c54df74df1
19 changed files with 196 additions and 24 deletions
|
|
@ -14,5 +14,9 @@ void DivSong::unload() {
|
|||
for (DivSample* i: sample) {
|
||||
delete i;
|
||||
}
|
||||
sample.clear();
|
||||
sample.clear();
|
||||
|
||||
for (int i=0; i<17; i++) {
|
||||
pat[i].wipePatterns();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue