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");
|
||||
|
|
|
|||
|
|
@ -687,6 +687,7 @@ class DivEngine {
|
|||
void copyChannel(int src, int dest);
|
||||
void swapChannels(int src, int dest);
|
||||
void stompChannel(int ch);
|
||||
bool sysChanCountChange(int firstChan, int before, int after);
|
||||
|
||||
// recalculate patchbay (UNSAFE)
|
||||
void recalcPatchbay();
|
||||
|
|
@ -1338,6 +1339,9 @@ class DivEngine {
|
|||
// change system
|
||||
bool changeSystem(int index, DivSystem which, bool preserveOrder=true);
|
||||
|
||||
// set system channel count
|
||||
bool setSystemChans(int index, int ch, bool preserveOrder=true);
|
||||
|
||||
// add system
|
||||
bool addSystem(DivSystem which);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue