Re: remove midiplay

2018-11-21 Thread Alexandre Ratchov
On Wed, Nov 21, 2018 at 09:01:38PM +1100, Jonathan Gray wrote: > On Wed, Nov 21, 2018 at 09:35:55AM +0100, Alexandre Ratchov wrote: > > On Wed, Nov 21, 2018 at 10:00:26AM +1100, Jonathan Gray wrote: > > > On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > > > > Midiplay requires a

Re: remove midiplay

2018-11-21 Thread Jonathan Gray
On Wed, Nov 21, 2018 at 09:35:55AM +0100, Alexandre Ratchov wrote: > On Wed, Nov 21, 2018 at 10:00:26AM +1100, Jonathan Gray wrote: > > On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > > > Midiplay requires a midi synth to produce sounds. We dropped support > > > for OPL2-style

Re: remove midiplay

2018-11-21 Thread Alexandre Ratchov
On Wed, Nov 21, 2018 at 10:00:26AM +1100, Jonathan Gray wrote: > On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > > Midiplay requires a midi synth to produce sounds. We dropped support > > for OPL2-style chips, as we've two softsynths in ports to render > > midi. Both already ha

Re: remove midiplay

2018-11-20 Thread Jonathan Gray
On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > Midiplay requires a midi synth to produce sounds. We dropped support > for OPL2-style chips, as we've two softsynths in ports to render > midi. Both already handle .mid files, so midiplay is not very useful > anymore. > > Objecti

remove midiplay

2018-11-20 Thread Alexandre Ratchov
Midiplay requires a midi synth to produce sounds. We dropped support for OPL2-style chips, as we've two softsynths in ports to render midi. Both already handle .mid files, so midiplay is not very useful anymore. Objections to remove it? OK? Index: Makefile ===