make -D VSTCallbacks readable
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user