|
LMMS
|
Single entry in modulation matrix. More...
#include <modmatrix.h>
Public Member Functions | |
| modulation_entry () | |
| modulation_entry (int _src1, calf_plugins::mod_matrix_metadata::mapping_mode _mapping, int _src2, float _amount, int _dest) | |
| void | reset () |
| Reset the row to default. | |
Public Attributes | |
| int | src1 |
| Mapped source. | |
| calf_plugins::mod_matrix_metadata::mapping_mode | mapping |
| Source mapping mode. | |
| int | src2 |
| Unmapped modulating source. | |
| float | amount |
| Modulation amount. | |
| int | dest |
| Modulation destination. | |
Single entry in modulation matrix.
|
inline |
|
inline |
|
inline |
Reset the row to default.
| float dsp::modulation_entry::amount |
Modulation amount.
| int dsp::modulation_entry::dest |
Modulation destination.
| calf_plugins::mod_matrix_metadata::mapping_mode dsp::modulation_entry::mapping |
Source mapping mode.
| int dsp::modulation_entry::src1 |
Mapped source.
| int dsp::modulation_entry::src2 |
Unmapped modulating source.