Nsound  0.9.4
Macros | Variables
Plotter.cc File Reference
#include <Nsound/AudioStream.h>
#include <Nsound/Buffer.h>
#include <Nsound/FFTChunk.h>
#include <Nsound/FFTransform.h>
#include <Nsound/Generator.h>
#include <Nsound/Plotter.h>
#include <iostream>
#include <sstream>
Include dependency graph for Plotter.cc:

Go to the source code of this file.

Macros

#define PRINT_LINE   __FILE__ << ":" << __LINE__ << ": "
 
#define MIN(a, b)   ((a) < (b) ? (a) : (b))
 
#define MAX(a, b)   ((a) > (b) ? (a) : (b))
 
#define M_CHECK_PY_PTR_RETURN(a, msg)
 
#define M_CHECK_PY_PTR(a, msg)
 

Variables

static Plotter g_plotter
 

Macro Definition Documentation

#define PRINT_LINE   __FILE__ << ":" << __LINE__ << ": "

Definition at line 48 of file Plotter.cc.

#define MIN (   a,
 
)    ((a) < (b) ? (a) : (b))

Definition at line 50 of file Plotter.cc.

#define MAX (   a,
 
)    ((a) > (b) ? (a) : (b))

Definition at line 51 of file Plotter.cc.

#define M_CHECK_PY_PTR_RETURN (   a,
  msg 
)
#define M_CHECK_PY_PTR (   a,
  msg 
)
Value:
if( PyErr_Occurred() || (a) == NULL) \
{ \
PyErr_Print(); \
M_THROW( msg ); \
}
#define M_THROW(message)
Definition: Macros.h:108

Definition at line 105 of file Plotter.cc.

Referenced by Nsound::Plotter::_make_kwargs(), and Nsound::Plotter::subplot().

Variable Documentation

Plotter g_plotter
static

Definition at line 65 of file Plotter.cc.