You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, all available plugins are loaded at application startup, and they remain initialized until the application ends.
The plugins should only be loaded and initialized when needed. For instance, the output synthesizers draw power/CPU cycles even when they aren't used. This should be avoided.
Problems within the plugins (for instance, right now the Windows MIDI input plugin) may avoid application termination. It would be better to unload the plugins explicitly when not needed anymore.
The text was updated successfully, but these errors were encountered:
fixed backendmanager usage in vpiano.
optization in BackendManager::refresh() to keep plugins loader.
correction of commit 1befe4f
preparation for GH issue #30
Right now, all available plugins are loaded at application startup, and they remain initialized until the application ends.
The text was updated successfully, but these errors were encountered: