wip
This commit is contained in:
parent
c28508bcf7
commit
e1b565847c
|
|
@ -888,7 +888,7 @@
|
|||
server.close(true);
|
||||
connectDeferred.reject();
|
||||
}
|
||||
}, 4000);
|
||||
}, 10000);
|
||||
});
|
||||
|
||||
let allSettled = false;
|
||||
|
|
|
|||
|
|
@ -323,7 +323,7 @@ void removeSearchPath(int typeId, QString pathToRemove);
|
|||
logger.debug("performMidiScan skipped due to no VST");
|
||||
return;
|
||||
}
|
||||
await context.jamClient.VST_ScanForMidiDevices();
|
||||
//await context.jamClient.VST_ScanForMidiDevices();
|
||||
this.attachedMidiDevices = await context.jamClient.VST_GetMidiDeviceList();
|
||||
}`
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ gem 'sanitize'
|
|||
gem 'cause' # needed by influxdb
|
||||
gem 'sendgrid_toolkit', '>= 1.1.1'
|
||||
gem 'elasticsearch'
|
||||
gem 'loofah', '2.9.0'
|
||||
|
||||
if ENV["MODERN_OS"] == "1"
|
||||
gem 'pg', '0.21.0'
|
||||
|
|
|
|||
Loading…
Reference in New Issue