| 21 | |
| 22 | |
| 23 | ModMatrixComponent::ModMatrixComponent(AudioProcessorValueTreeState &vts) : |
| 24 | m_clear_button0("clear_button", "", OdinButton::Type::matrix_clear), |
| 25 | m_clear_button1("clear_button", "", OdinButton::Type::matrix_clear), |
| 26 | m_clear_button2("clear_button", "", OdinButton::Type::matrix_clear), |
| 27 | m_clear_button3("clear_button", "", OdinButton::Type::matrix_clear), |
| 28 | m_clear_button4("clear_button", "", OdinButton::Type::matrix_clear), |
| 29 | m_clear_button5("clear_button", "", OdinButton::Type::matrix_clear), |
| 30 | m_clear_button6("clear_button", "", OdinButton::Type::matrix_clear), |
| 31 | m_clear_button7("clear_button", "", OdinButton::Type::matrix_clear), |
| 32 | m_clear_button8("clear_button", "", OdinButton::Type::matrix_clear), |
| 33 | m_value_tree(vts), |
| 34 | m_amount_1_identifier0("amount_0_row_0"), |
| 35 | m_amount_2_identifier0("amount_1_row_0"), |
| 36 | m_amount_3_identifier0("amount_2_row_0"), |
| 37 | m_amount_1_identifier1("amount_0_row_1"), |
| 38 | m_amount_2_identifier1("amount_1_row_1"), |
| 39 | m_amount_3_identifier1("amount_2_row_1"), |
| 40 | m_amount_1_identifier2("amount_0_row_2"), |
| 41 | m_amount_2_identifier2("amount_1_row_2"), |
| 42 | m_amount_3_identifier2("amount_2_row_2"), |
| 43 | m_amount_1_identifier3("amount_0_row_3"), |
| 44 | m_amount_2_identifier3("amount_1_row_3"), |
| 45 | m_amount_3_identifier3("amount_2_row_3"), |
| 46 | m_amount_1_identifier4("amount_0_row_4"), |
| 47 | m_amount_2_identifier4("amount_1_row_4"), |
| 48 | m_amount_3_identifier4("amount_2_row_4"), |
| 49 | m_amount_1_identifier5("amount_0_row_5"), |
| 50 | m_amount_2_identifier5("amount_1_row_5"), |
| 51 | m_amount_3_identifier5("amount_2_row_5"), |
| 52 | m_amount_1_identifier6("amount_0_row_6"), |
| 53 | m_amount_2_identifier6("amount_1_row_6"), |
| 54 | m_amount_3_identifier6("amount_2_row_6"), |
| 55 | m_amount_1_identifier7("amount_0_row_7"), |
| 56 | m_amount_2_identifier7("amount_1_row_7"), |
| 57 | m_amount_3_identifier7("amount_2_row_7"), |
| 58 | m_amount_1_identifier8("amount_0_row_8"), |
| 59 | m_amount_2_identifier8("amount_1_row_8"), |
| 60 | m_amount_3_identifier8("amount_2_row_8"), |
| 61 | m_source_identifier0("source_row_0"), |
| 62 | m_source_identifier1("source_row_1"), |
| 63 | m_source_identifier2("source_row_2"), |
| 64 | m_source_identifier3("source_row_3"), |
| 65 | m_source_identifier4("source_row_4"), |
| 66 | m_source_identifier5("source_row_5"), |
| 67 | m_source_identifier6("source_row_6"), |
| 68 | m_source_identifier7("source_row_7"), |
| 69 | m_source_identifier8("source_row_8"), |
| 70 | m_dest_1_identifier0("dest_1_row_0"), |
| 71 | m_dest_1_identifier1("dest_1_row_1"), |
| 72 | m_dest_1_identifier2("dest_1_row_2"), |
| 73 | m_dest_1_identifier3("dest_1_row_3"), |
| 74 | m_dest_1_identifier4("dest_1_row_4"), |
| 75 | m_dest_1_identifier5("dest_1_row_5"), |
| 76 | m_dest_1_identifier6("dest_1_row_6"), |
| 77 | m_dest_1_identifier7("dest_1_row_7"), |
| 78 | m_dest_1_identifier8("dest_1_row_8"), |
| 79 | m_dest_2_identifier0("dest_2_row_0"), |
| 80 | m_dest_2_identifier1("dest_2_row_1"), |
nothing calls this directly
no test coverage detected