- gave the Timidity error functions better names and hooked up the WildMidi version.
This commit is contained in:
parent
021e548db7
commit
159b98ea88
21 changed files with 506 additions and 494 deletions
|
|
@ -2121,7 +2121,7 @@ void Reverb::alloc_effect(EffectList *ef)
|
|||
ef->info = safe_malloc(ef->engine->info_size);
|
||||
memset(ef->info, 0, ef->engine->info_size);
|
||||
|
||||
/* //ctl_cmsg(CMSG_INFO,VERB_NOISY,"Effect Engine: %s", ef->engine->name); */
|
||||
/* //printMessage(CMSG_INFO,VERB_NOISY,"Effect Engine: %s", ef->engine->name); */
|
||||
}
|
||||
|
||||
/*! allocate new effect item and add it into the tail of effect list.
|
||||
|
|
@ -4154,7 +4154,7 @@ void Reverb::set_effect_param_xg(struct effect_xg_t *st, int type_msb, int type_
|
|||
for (j = 0; j < 10; j++) {
|
||||
st->param_msb[j] = effect_parameter_xg[i].param_msb[j];
|
||||
}
|
||||
//ctl_cmsg(CMSG_INFO,VERB_NOISY,"XG EFX: %s", effect_parameter_xg[i].name);
|
||||
//printMessage(CMSG_INFO,VERB_NOISY,"XG EFX: %s", effect_parameter_xg[i].name);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -4168,7 +4168,7 @@ void Reverb::set_effect_param_xg(struct effect_xg_t *st, int type_msb, int type_
|
|||
for (j = 0; j < 10; j++) {
|
||||
st->param_msb[j] = effect_parameter_xg[i].param_msb[j];
|
||||
}
|
||||
//ctl_cmsg(CMSG_INFO,VERB_NOISY,"XG EFX: %s", effect_parameter_xg[i].name);
|
||||
//printMessage(CMSG_INFO,VERB_NOISY,"XG EFX: %s", effect_parameter_xg[i].name);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -4347,7 +4347,7 @@ void Reverb::set_effect_param_gs(struct insertion_effect_gs_t *st, int msb, int
|
|||
for (j = 0; j < 20; j++) {
|
||||
st->parameter[j] = effect_parameter_gs[i].param[j];
|
||||
}
|
||||
//ctl_cmsg(CMSG_INFO,VERB_NOISY,"GS EFX: %s", effect_parameter_gs[i].name);
|
||||
//printMessage(CMSG_INFO,VERB_NOISY,"GS EFX: %s", effect_parameter_gs[i].name);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue