Re: [hatari-devel] (raw) MIDI connection reliability? (was: Can't build Hatari on Mac if PortMidi is not installed) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] (raw) MIDI connection reliability? (was: Can't build Hatari on Mac if PortMidi is not installed)
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 12 Jun 2022 13:18:55 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1655039952; bh=wrcQdxtPamyb0mpKE7wkgwKVEQsvNBextsdNwfg838k=; h=Date:From:To:Subject:From; b=OmGeIgkgrkUK4tadi0t6RaUtL7ngKoGdVUvYvGMqOanm031q8wJQ+YXcpL2LFy0iv Jts8RJyGuvI3jDyBQRm9Sw6J55kyOah7HZ5NfbJr8NlosVSIEk1eh9aGBVtj0znAo+ oOjxeMOt9z79s7o798jwb4E+uG3tX9qCEpgh9Rj3w1yoZ/L3A0AwOuXP6cscTla5MO js2vZOh/y/EmGt6x9sH4+Ii3Ny4wpitXyAYuYTkl8EMkRSe7AJ54tGNSxI+JA1UByB VQ6S0Ef6bkeV4n4AbGW8/PsLB442+pNEh+NHgy/UgBIdd0dMQUqijvOvrTycGkuwlM QKAh1OetDIFxg==
Am Sat, 11 Jun 2022 18:32:45 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
[...]
> Looking at midi.c and Midi_Host_WriteByte(), it uses *buffered* fputc()
> to do MIDI byte writes, but only fflush() call is in
> Midi_InterruptHandler_Update(), *and* commented out...
Both, Midi and RS232 code use setvbuf() to disable buffering, so this
can't be the issue ... it must be something else.
Thomas