make -D VSTCallbacks readable

This commit is contained in:
Robin Gareus
2016-04-27 01:44:55 +02:00
parent da26a55b31
commit 559860f016

View File

@@ -38,7 +38,7 @@
using namespace ARDOUR;
#define SHOW_CALLBACK(MSG) DEBUG_TRACE (PBD::DEBUG::VSTCallbacks, string_compose (MSG " val = %1 idx = %2", index, value))
#define SHOW_CALLBACK(MSG) DEBUG_TRACE (PBD::DEBUG::VSTCallbacks, string_compose (MSG " val = %1 idx = %2\n", index, value))
int Session::vst_current_loading_id = 0;
const char* Session::vst_can_do_strings[] = {