- 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
|
|
@ -918,7 +918,7 @@ void pre_resample(Sample * sp)
|
|||
if ((int64_t)sp->data_length * a >= 0x7fffffffL)
|
||||
{
|
||||
/* Too large to compute */
|
||||
ctl_cmsg(CMSG_INFO, VERB_DEBUG, " *** Can't pre-resampling for note %d",
|
||||
printMessage(CMSG_INFO, VERB_DEBUG, " *** Can't pre-resampling for note %d",
|
||||
sp->note_to_use);
|
||||
return;
|
||||
}
|
||||
|
|
@ -929,7 +929,7 @@ void pre_resample(Sample * sp)
|
|||
if ((double)newlen + incr >= 0x7fffffffL)
|
||||
{
|
||||
/* Too large to compute */
|
||||
ctl_cmsg(CMSG_INFO, VERB_DEBUG, " *** Can't pre-resampling for note %d",
|
||||
printMessage(CMSG_INFO, VERB_DEBUG, " *** Can't pre-resampling for note %d",
|
||||
sp->note_to_use);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue