CLV2_Event | An LV2 event (header only) |
CLV2_Event_Buffer | A buffer of LV2 events (header only) |
CLV2_Event_Feature | The data field of the LV2_Feature for this extension |
CRaul::Atom | An OSC atom (fundamental data types OSC messages are composed of) |
CRaul::Command | A blocking command to be executed in the audio thread |
▼CRaul::Deletable | Something with a virtual destructor |
CRaul::List< SharedPtr< Raul::Deletable > > | |
CRaul::Array< T > | An array |
CRaul::List< T > | A realtime safe, (partially) thread safe doubly-linked list |
CRaul::List< T >::Node | A node in a List |
▼CRaul::MIDISink | Pure virtual base for anything you can write MIDI to |
CRaul::SMFWriter | Standard Midi File (Type 0) Writer |
CRaul::DoubleBuffer< T > | Double buffer |
CRaul::JackDriver | Jack based driver for an audio context |
CRaul::List< T >::const_iterator | Realtime safe const iterator for a List |
CRaul::List< T >::iterator | Realtime safe iterator for a List |
CRaul::Maid | Explicitly driven garbage collector |
CRaul::Path | Simple wrapper around standard string with useful path-specific methods |
CRaul::Process | A child process |
CRaul::RingBuffer< T > | A lock-free RingBuffer |
CRaul::Semaphore | Trivial wrapper around POSIX semaphores (zero memory overhead) |
CRaul::SMFReader | Standard Midi File (Type 0) Reader |
CRaul::SRMWQueue< T > | Realtime-safe single-reader multi-writer queue (aka lock-free ringbuffer) |
CRaul::SRSWQueue< T > | Realtime-safe single-reader single-writer queue (aka lock-free ringbuffer) |
CRaul::Symbol | A restricted string (C identifier, which is a component of a path) |
CRaul::Table< K, T > | Slow insertion, fast lookup, cache optimized, super fast sorted iteration |
▼CRaul::Thread | Abstract base class for a thread |
CRaul::Slave | Thread driven by (realtime safe) signals |
CRaul::TimeSlice | A duration of time, with conversion between tick time and beat time |
CRaul::TimeStamp | A real-time time stamp (possible units: frame, absolute (s), or beat) |
CRaul::TimeUnit | A type of time stamp |
▼CRaul::RingBuffer< uint8_t > | |
CRaul::EventRingBuffer | A RingBuffer of events (generic time-stamped binary "blobs") |
CRaul::SRSWQueue< Raul::Deletable * > | |
CRaul::Table< Path, T > | |