Audio Processing Framework (APF) version 0.5.0
Classes | Namespaces | Macros
jackclient.h File Reference

JACK client (C++ wrapper for JACK). More...

#include <jack/jack.h>
#include <jack/thread.h>
#include <jack/types.h>
#include <string>
#include <vector>
#include <utility>
#include <stdexcept>
#include <cassert>
#include <errno.h>

Go to the source code of this file.

Classes

class  apf::JackClient
 C++ wrapper for a JACK client. More...
 
struct  apf::JackClient::jack_error
 exception to be thrown at various occasions. More...
 

Namespaces

namespace  apf
 Audio Processing Framework.
 

Macros

#define APF_JACKCLIENT_DEBUG_MSG(str)   do { } while (false)
 

Detailed Description

JACK client (C++ wrapper for JACK).

Definition in file jackclient.h.

Macro Definition Documentation

◆ APF_JACKCLIENT_DEBUG_MSG

#define APF_JACKCLIENT_DEBUG_MSG (   str)    do { } while (false)

Definition at line 48 of file jackclient.h.