Implementation of table_metadata_iface providing metadata for mod matrices.
More...
#include <giface.h>
Implementation of table_metadata_iface providing metadata for mod matrices.
◆ mapping_mode
Mapping modes.
| Enumerator |
|---|
| map_positive | 0..100%
|
| map_bipolar | -100%..100%
|
| map_negative | -100%..0%
|
| map_squared | x^2
|
| map_squared_bipolar | x^2 scaled to -100%..100%
|
| map_antisquared | 1-(1-x)^2 scaled to 0..100%
|
| map_antisquared_bipolar | 1-(1-x)^2 scaled to -100..100%
|
| map_parabola | inverted parabola (peaks at 0.5, then decreases to 0)
|
| map_type_count | |
◆ mod_matrix_metadata()
| mod_matrix_metadata::mod_matrix_metadata |
( |
unsigned int | _rows, |
|
|
const char ** | _src_names, |
|
|
const char ** | _dest_names ) |
◆ get_configure_vars()
| void mod_matrix_metadata::get_configure_vars |
( |
std::vector< std::string > & | names | ) |
const |
Return a list of configure variables used by the modulation matrix.
◆ get_table_columns()
◆ get_table_rows()
| uint32_t mod_matrix_metadata::get_table_rows |
( |
| ) |
const |
|
virtual |
◆ matrix_rows
| unsigned int calf_plugins::mod_matrix_metadata::matrix_rows |
|
protected |
◆ mod_dest_names
| const char ** calf_plugins::mod_matrix_metadata::mod_dest_names |
◆ mod_src_names
| const char** calf_plugins::mod_matrix_metadata::mod_src_names |
◆ table_columns
Column descriptions for table widget.
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/calf/giface.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/giface.cpp