VST3: add debug message for preset/state restore
This commit is contained in:
parent
0d8f4eb95a
commit
5fd2d6cc81
@ -765,6 +765,7 @@ VST3Plugin::load_preset (PresetRecord r)
|
|||||||
if (Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
if (Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||||
RAMStream stream (fn);
|
RAMStream stream (fn);
|
||||||
ok = _plug->load_state (stream);
|
ok = _plug->load_state (stream);
|
||||||
|
DEBUG_TRACE (DEBUG::VST3Config, string_compose ("VST3Plugin::load_preset: file %1 status %2\n", fn, ok ? "OK" : "error"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user