Csound and CsoundAC API
5.17
|
#include "Platform.hpp"
#include "CppSound.hpp"
#include <string>
#include <vector>
#include <cstdarg>
#include <ctime>
Data Structures | |
class | csound::Logger |
class | csound::System |
Abstraction layer for a minimal set of system services. More... | |
class | csound::ThreadLock |
Encapsulates a thread monitor, such as a Windows event handle. More... |
Namespaces | |
namespace | csound |
The csound namespace contains classes for doing algorithmic composition, and for rendering audio from algorithmically generated scores, especially using Csound. |
Typedefs | |
typedef void(* | csound::MessageCallbackType )(CSOUND *csound, int attribute, const char *format, va_list marker) |