asgfdlhjkashdjfl

This commit is contained in:
tildearrow 2025-11-15 03:00:40 -05:00
parent 7b11fe68ad
commit a1bca68e4a
2 changed files with 8 additions and 0 deletions

View file

@ -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);