asgfdlhjkashdjfl
This commit is contained in:
parent
7b11fe68ad
commit
a1bca68e4a
2 changed files with 8 additions and 0 deletions
|
|
@ -994,6 +994,10 @@ void DivEngine::delUnusedSamples() {
|
|||
BUSY_END;
|
||||
}
|
||||
|
||||
bool DivEngine::sysChanCountChange(int firstChan, int before, int after) {
|
||||
|
||||
}
|
||||
|
||||
bool DivEngine::changeSystem(int index, DivSystem which, bool preserveOrder) {
|
||||
if (index<0 || index>=song.systemLen) {
|
||||
lastError=_("invalid index");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue