MIDI input receive toggle strings.

This commit is contained in:
OBattler
2024-11-10 05:06:09 +01:00
parent b8a742a108
commit dc2d3f6bcd
9 changed files with 53 additions and 55 deletions

View File

@@ -458,14 +458,14 @@ static const device_config_t optimc_config[] = {
// clang-format off
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
},
{
.name = "receive_input401",
.description = "Receive input (MPU-401)",
.description = "Receive MIDI input (MPU-401)",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 0