Nsound
0.9.4
|
#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>
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 |
#define PRINT_LINE __FILE__ << ":" << __LINE__ << ": " |
Definition at line 48 of file Plotter.cc.
#define MIN | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |
Definition at line 50 of file Plotter.cc.
#define MAX | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Definition at line 51 of file Plotter.cc.
#define M_CHECK_PY_PTR_RETURN | ( | a, | |
msg | |||
) |
Definition at line 97 of file Plotter.cc.
Referenced by Nsound::Plotter::axhline(), Nsound::Plotter::axvline(), Nsound::Plotter::figure(), Nsound::Plotter::hide(), Nsound::Plotter::hold(), Nsound::Plotter::imagesc(), Nsound::Plotter::legend(), Nsound::Plotter::plot(), Nsound::Plotter::Plotter(), Nsound::Plotter::run_string(), Nsound::Plotter::show(), Nsound::Plotter::text(), Nsound::Plotter::title(), Nsound::Plotter::xlabel(), Nsound::Plotter::xlim(), Nsound::Plotter::ylabel(), and Nsound::Plotter::ylim().
#define M_CHECK_PY_PTR | ( | a, | |
msg | |||
) |
Definition at line 105 of file Plotter.cc.
Referenced by Nsound::Plotter::_make_kwargs(), and Nsound::Plotter::subplot().
|
static |
Definition at line 65 of file Plotter.cc.