|
Csound and CsoundAC API
5.17
|
#include "Platform.hpp"#include "Conversions.hpp"#include "Midifile.hpp"#include <map>#include <string>#include <iostream>#include <sstream>#include <algorithm>#include <utility>#include <boost/numeric/ublas/vector.hpp>Data Structures | |
| class | csound::Event |
| Represents an event in music space, such as a note of definite duration, a MIDI-like "note on" or "note off" event, or a MIDI-like control event. More... | |
Namespaces | |
| namespace | csound |
The csound namespace contains classes for doing algorithmic composition, and for rendering audio from algorithmically generated scores, especially using Csound. | |
Functions | |
| bool SILENCE_PUBLIC | csound::operator< (const Event &a, const Event &b) |
1.7.6.1