The first letter of description shall not upperca
This commit is contained in:
parent
2da1fe8821
commit
8988b52062
2 changed files with 5 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue