CLAM-Development
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Processing
MIDIIO
MIDIFileIOConfig.hxx
Go to the documentation of this file.
1
#ifndef __MIDIFILEIOCONFIG__
2
#define __MIDIFILEIOCONFIG__
3
#include <typeinfo>
4
#include <string>
5
#include "
ProcessingConfig.hxx
"
6
7
namespace
CLAM
8
{
9
class
MIDIFileIOConfig
:
public
ProcessingConfig
10
{
11
public
:
12
DYNAMIC_TYPE_USING_INTERFACE
(
MIDIFileIOConfig
, 1,
ProcessingConfig
);
13
/* Filename */
14
DYN_ATTRIBUTE
(0,
public
, std::string, FileName);
15
16
private
:
17
void
DefaultInit();
18
};
19
}
20
21
#endif
22
Generated by
1.8.1