VOGONS

Common searches


Search results

Display options

Re: DOSBox ECE (for Windows)

Just a question: You defined values up to 200, which, if I get this right, amplifies the gain by the given value. So the default value, 100, results in a gain of 1. If that's so, isn't a maximum value of 65535 (655 times the normal gain) a bit much? And wouldn't 0 mute the gain entirely? Yes …

Re: DOSBox ECE (for Windows)

Btw.: I updated the linux build in the meantime, too. Could you please remove Pint->Set_values(mt32gainValues) calls from mt32options.h and related const char *mt32gainValues[] = {"0", "25", "50", "100", "125", "150", "175", "200",0}; line from source code as Qbix suggested, because this limits the …

Re: DOSBox ECE (for Windows)

Thank you, troydm, I will integrate those changes in the next build. I've noticed you've added changes only to windows build, also why do you keep Linux and Windows sources separately? Also are you planning to create github repo for PR's? If you'll have a repo I could help you out with keeping …

Re: DOSBox ECE (for Windows)

Qbix wrote: I noticed a mixture of set_values with setminmax Codewise, minmax isn't used if the property has set_values called. ah, I didn't knew that, so we need to remove Set_values calls and related mt32gainValues variable and just leave only SetMinMax calls

Re: DOSBox ECE (for Windows)

Forgot to mention, it would be nice to add output gain and reverb output gain settings as I had to manually set them in midi_mt32.cpp using setOutputGain and setReverbOutputGain methods on Synth object and recompile dosbox ece. Could you provide a diff of the changes you made? And maybe propose …

Re: DOSBox ECE (for Windows)

Forgot to mention, it would be nice to add output gain and reverb output gain settings as I had to manually set them in midi_mt32.cpp using setOutputGain and setReverbOutputGain methods on Synth object and recompile dosbox ece. Also for future contribution/development it would be nice to have github …

Re: DOSBox ECE (for Windows)

I've just compiled DOSBox ECE r4176 on my Raspberry Pi 3 B+ running Raspbian and it runs flawlessly. Compiled out of the box without any changes. I had previously installed munt 2.3.0 before so had mt32emu library with headers. Thank you so much for the linux build. This might be integrated into …

Page 1 of 1