Mention 32-bit support in the readme

This commit is contained in:
Robbert van der Helm
2020-04-30 12:48:03 +02:00
parent 2e9adbe310
commit 6ca7eae16a
3 changed files with 34 additions and 8 deletions
+2
View File
@@ -118,6 +118,8 @@ HostBridge::HostBridge(audioMasterCallback host_callback)
bp::start_dir = vst_plugin_path.parent_path())
#endif
{
// TODO: Add a notice here for whether yabridge has been compiled with
// bitbridge support or not
logger.log("Initializing yabridge version " +
std::string(yabridge_git_version));
logger.log("host: '" + vst_host_path.string() + "'");