Skip to content

Tags: miofthena/jasiohost

Tags

alpha

Toggle alpha's commit message
This is a stable release which contains two primary classes, includin…

…g JAsioHost and AsioDriver. The former contains only static methods which are used to manage the AsioDriver. This release also contains two notable bugs. The first is that if drivers are loaded in succession, then the currently loaded driver will eventually be unloaded as previous AsioDriver objects are garbage collected and their finalizers are run. The second is that AsioDriver objects are effectively not thread-safe.