Re: [hatari-devel] hatari.app from cirrus-ci |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] hatari.app from cirrus-ci
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Wed, 20 Dec 2023 18:20:45 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1703096446; bh=cPa7NfISqU2d69tedPWVGw1RpfBiuhp+tjhqqZgaeho=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=KksFWoCuKO47M8hXtadfgmT0d80LoVu6tMb5w0hbB8MFHDZWwTFHUoU84jNxjXhKV AS5en/KG+xnzYO9o1HY3VohVw3Y3qXrCPnIvsi8tyux8yfmycbMmv5ChBqpt66cMa4 ROO1NLXiPzwlxDai64wBEH51iH2e9I7vFbdxmCfc2iqxwbSCQXcdKwPPHs7H/YfxK9 SGCdFd2a7XC+Fe3Vb3qMJKSDQrauSAL7qDftcI3tesVMEv30SG9WVDL8DDmKuDGS8j B/iYRJMLD5FVWDOVo6eGusg+S56hPeFbwjvaD5UNLgyCMpPL7iphI0V9O8650/JWwg XCplqatm+wPvA==
Am Wed, 20 Dec 2023 10:18:26 -0700
schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
> Since some Mac Hatari users try to use MIDI, it would be helpful if the portmidi framework were included.
If someone supplies me with the command line instructions how to create a
framework / usable universal library for this, I can try to add it. But I
don't have that much spare time to figure it out on my own.
> As far as I know, the portaudio framework is only needed if you use the
> microphone in Falcon mode.
Portaudio is not needed anymore, microphone input is available via the SDL
library since a while already.
Thomas