|
CLAM-Development
1.1
|
#include <ladspa.h>#include <cstring>#include <cstdlib>#include <iostream>#include "Network.hxx"#include "PushFlowControl.hxx"#include "XMLStorage.hxx"#include "AudioSource.hxx"#include "AudioSink.hxx"#include "ControlSource.hxx"#include "ControlSink.hxx"#include "LadspaLibrary.hxx"Go to the source code of this file.
Classes | |
| class | CLAM::LadspaNetworkExporter |
Namespaces | |
| namespace | CLAM |
Defines | |
| #define | CLAM_EXTERNAL_FILE_DATA(varname, file) |
| Include a given file as binary data. | |
| #define CLAM_EXTERNAL_FILE_DATA | ( | varname, | |
| file | |||
| ) |
asm ( \ " .section \".rodata\"\n" \ " .type " #varname ", @object\n" \ " " #varname ":\n" \ " .incbin \"" file "\"\n" \ " .byte 0\n" \ " .size " #varname ", .-" #varname "\n" \ ); \ extern const char varname[]; \
Include a given file as binary data.
Definition at line 22 of file LadspaNetworkExporter.hxx.
1.7.6.1