| 
    Anklang-0.3.0.dev502+ga23511a1 anklang-0.3.0.dev502+ga23511a1
    
   ASE — Anklang Sound Engine (C++) 
   « « « Anklang Documentation  | 
 
#include "server.hh"#include "jsonipc/jsonipc.hh"#include "crawler.hh"#include "platform.hh"#include "properties.hh"#include "serialize.hh"#include "main.hh"#include "driver.hh"#include "utils.hh"#include "project.hh"#include "path.hh"#include "clapdevice.hh"#include "sndfile.hh"#include "wave.hh"#include "internal.hh"#include <atomic>Go to the source code of this file.
Classes | |
| class | Ase::TelemetryPlan | 
Namespaces | |
| namespace | Ase | 
| The Anklang C++ API namespace.  | |
Functions | |
| ChoiceS & | Ase::operator+= (ChoiceS &choices, Choice &&newchoice) | 
| Convenience ChoiceS construction helper.   | |
| const char * | Ase::ase_error_blurb (Error error) | 
| Describe Error condition.   | |
| Error | Ase::ase_error_from_errno (int sys_errno, Error fallback=Error::IO) | 
Variables | |
| ServerImpl * | Ase::SERVER |