mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
VST3: add debug message for preset/state restore
This commit is contained in:
parent
0d8f4eb95a
commit
5fd2d6cc81
1 changed files with 1 additions and 0 deletions
|
|
@ -765,6 +765,7 @@ VST3Plugin::load_preset (PresetRecord r)
|
|||
if (Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||
RAMStream stream (fn);
|
||||
ok = _plug->load_state (stream);
|
||||
DEBUG_TRACE (DEBUG::VST3Config, string_compose ("VST3Plugin::load_preset: file %1 status %2\n", fn, ok ? "OK" : "error"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue