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

@@ -1256,7 +1256,7 @@ static const device_config_t adgold_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1

View File

@@ -2311,7 +2311,7 @@ static const device_config_t es1371_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -2345,7 +2345,7 @@ static const device_config_t es1373_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -2375,7 +2375,7 @@ static const device_config_t ct5880_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -2388,7 +2388,7 @@ static const device_config_t es1371_onboard_config[] = {
// clang-format off
{
.name = "receive_input",
.description = "Receive input (MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1

View File

@@ -1443,14 +1443,14 @@ static const device_config_t azt1605_config[] = {
},
{
.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
@@ -1564,14 +1564,14 @@ static const device_config_t azt2316a_config[] = {
},
{
.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",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 0

View File

@@ -1510,7 +1510,7 @@ static const device_config_t cmi8x38_config[] = {
// clang-format off
{
.name = "receive_input",
.description = "Receive input (MPU-401)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -1530,7 +1530,7 @@ static const device_config_t cmi8738_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (MPU-401)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1

View File

@@ -1515,7 +1515,7 @@ static const device_config_t gus_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1

View File

@@ -1901,7 +1901,7 @@ static const device_config_t mpu401_standalone_config[] = {
},
{
.name = "receive_input",
.description = "Receive input",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_int = 1
},
@@ -1949,7 +1949,7 @@ static const device_config_t mpu401_standalone_mca_config[] = {
},
{
.name = "receive_input",
.description = "Receive input",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_int = 1
},

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

View File

@@ -2403,20 +2403,20 @@ static const device_config_t pas16_config[] = {
.default_string = "",
.default_int = 0
},
{
.name = "receive_input401",
.description = "Receive input (MPU-401)",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 0
},
{
.name = "receive_input",
.description = "Receive input (PAS MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
},
{
.name = "receive_input401",
.description = "Receive MIDI input (MPU-401)",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 0
},
{ .name = "", .description = "", .type = CONFIG_END }
};

View File

@@ -4055,7 +4055,7 @@ static const device_config_t sb_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -4165,7 +4165,7 @@ static const device_config_t sb15_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -4294,7 +4294,7 @@ static const device_config_t sb2_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -4360,7 +4360,7 @@ static const device_config_t sb_mcv_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -4450,7 +4450,7 @@ static const device_config_t sb_pro_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -4461,7 +4461,7 @@ static const device_config_t sb_pro_config[] = {
static const device_config_t sb_pro_mcv_config[] = {
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -4614,14 +4614,14 @@ static const device_config_t sb_16_config[] = {
},
{
.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
@@ -4639,14 +4639,14 @@ static const device_config_t sb_16_pnp_config[] = {
},
{
.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
@@ -4657,7 +4657,7 @@ static const device_config_t sb_16_pnp_config[] = {
static const device_config_t sb_32_pnp_config[] = {
{
.name = "onboard_ram",
.description = "Onboard RAM",
.description = "Memory Size",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 0,
@@ -4696,14 +4696,14 @@ static const device_config_t sb_32_pnp_config[] = {
},
{
.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
@@ -4916,14 +4916,14 @@ static const device_config_t sb_awe32_config[] = {
},
{
.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
@@ -4973,14 +4973,14 @@ static const device_config_t sb_awe32_pnp_config[] = {
},
{
.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
@@ -5050,14 +5050,14 @@ static const device_config_t sb_awe64_value_config[] = {
},
{
.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
@@ -5123,14 +5123,14 @@ static const device_config_t sb_awe64_config[] = {
},
{
.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
@@ -5188,14 +5188,14 @@ static const device_config_t sb_awe64_gold_config[] = {
},
{
.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
@@ -5318,7 +5318,7 @@ static const device_config_t ess_688_config[] = {
},
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -5449,14 +5449,14 @@ static const device_config_t ess_1688_config[] = {
},
{
.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
@@ -5468,7 +5468,7 @@ static const device_config_t ess_1688_config[] = {
static const device_config_t ess_688_pnp_config[] = {
{
.name = "receive_input",
.description = "Receive input (DSP MIDI)",
.description = "Receive MIDI input",
.type = CONFIG_BINARY,
.default_string = "",
.default_int = 1
@@ -5487,14 +5487,14 @@ static const device_config_t ess_1688_pnp_config[] = {
},
{
.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
@@ -5950,5 +5950,3 @@ const device_t ess_chipchat_16_mca_device = {
.force_redraw = NULL,
.config = ess_1688_pnp_config
};