Classes
LV2::FixedBufSize Struct Reference

#include <lv2plugin.hpp>

Classes

struct  I

Detailed Description

The fixed buffer size extension. A host that supports this will always call the plugin's run() function with the same sample_count parameter, which will be equal to the value returned by I::get_buffer_size().

The actual type that your plugin class will inherit when you use this mixin is the internal struct template I.


The documentation for this struct was generated from the following file: