LV2::LV2Data Struct Reference
Public Member Functions | |
LV2Data (LV2::HostContext &h, LV2::EffectContext &ctx) | |
Public Attributes | |
LV2::HostContext & | host |
LV2::EffectContext & | effect |
ossia::small_vector< int, 4 > | audio_in_ports |
ossia::small_vector< int, 4 > | audio_out_ports |
ossia::small_vector< int, 8 > | control_in_ports |
ossia::small_vector< int, 8 > | control_out_ports |
ossia::small_vector< int, 8 > | control_other_ports |
ossia::small_vector< int, 2 > | midi_in_ports |
ossia::small_vector< int, 2 > | midi_out_ports |
ossia::small_vector< int, 2 > | midi_other_ports |
ossia::small_vector< int, 2 > | cv_ports |
ossia::small_vector< int, 2 > | time_Position_ports {} |
The documentation for this struct was generated from the following files:
- Context.hpp
- Context.cpp