Transmitter::Debug implementation 1/2
This also sorts switch() and listen_to() statements in order of severity: debug, info, warning, error, fatal, throw.
This commit is contained in:
@@ -19,18 +19,9 @@
|
||||
#ifndef _session_utils_common_h_
|
||||
#define _session_utils_common_h_
|
||||
|
||||
#include "pbd/transmitter.h"
|
||||
#include "pbd/receiver.h"
|
||||
|
||||
#include "ardour/ardour.h"
|
||||
#include "ardour/session.h"
|
||||
|
||||
class TestReceiver : public Receiver
|
||||
{
|
||||
protected:
|
||||
void receive (Transmitter::Channel chn, const char * str);
|
||||
};
|
||||
|
||||
namespace SessionUtils {
|
||||
|
||||
/** initialize libardour */
|
||||
|
||||
Reference in New Issue
Block a user