The first letter of description shall not upperca

This commit is contained in:
tildearrow 2023-05-21 05:40:10 -05:00
parent 2da1fe8821
commit 8988b52062
2 changed files with 5 additions and 1 deletions

View file

@ -4138,6 +4138,10 @@ void DivEngine::autoPatchbayP() {
BUSY_END;
}
void DivEngine::recalcPatchbay() {
}
bool DivEngine::patchConnect(unsigned int src, unsigned int dest) {
unsigned int armed=(src<<16)|(dest&0xffff);
for (unsigned int i: song.patchbay) {