mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
more details for VST support
git-svn-id: svn://localhost/ardour2/trunk@630 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
912da52a53
commit
4d3e06f29d
9 changed files with 1230 additions and 0 deletions
7
libs/pbd3/error.cc
Normal file
7
libs/pbd3/error.cc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <pbd/error.h>
|
||||
|
||||
Transmitter PBD::error (Transmitter::Error);
|
||||
Transmitter PBD::info (Transmitter::Info);
|
||||
Transmitter PBD::fatal (Transmitter::Fatal);
|
||||
Transmitter PBD::warning (Transmitter::Warning);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue