From nobody Sat May 17 20:55:38 2025 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4b0GSJ3XrQz5wBq2; Sat, 17 May 2025 20:55:44 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4b0GSH5Zkvz3b3Q; Sat, 17 May 2025 20:55:43 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=Nvigx2AhfyKp kjbWoUVRSUR6DNGE63Pz8ZKPw7jUy40=; h=in-reply-to:references:subject:cc: to:from:date; d=margiolis.net; b=FQJVxmSOhRvPsSm5XRYvzZ/+igaafhMu6BFot 0EoPZSWCry9gmMMUKLKAOaLAPKEJN8LKYjr85UmUNflS8tex5X6J26A8bGiClRQpYPWk1u au6KHO495p+qNP9f9LfGhJXtPBq4jidZjPDbSNei0peU8SZrJG8YGP+S6tseeOsU= Received: from pleb (public-gprs561779.centertel.pl [37.225.57.180]) by margiolis.net (OpenSMTPD) with ESMTPSA id 155ea0ab (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 17 May 2025 14:55:40 -0600 (MDT) Date: Sat, 17 May 2025 22:55:38 +0200 From: Christos Margiolis To: Tomek CEDRO Cc: freebsd-multimedia@freebsd.org, freebsd-hackers@freebsd.org, freebsd-arch@freebsd.org, freebsd-desktop@freebsd.org Subject: Re: Do we need /dev/sequencer anymore? Message-ID: References: List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4b0GSH5Zkvz3b3Q X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-Spamd-Bar: ---- Tomek CEDRO wrote: > On Sat, May 17, 2025 at 9:51 PM Christos Margiolis wrote: > > I want to clean up and modernize sys/dev/sound/midi and I'm wondering > > what the use-case for /dev/sequencer is nowadays, if any. Does anyone > > know of any application, or someone, who relies on this? If not, I think > > we could go ahead and get rid of it. > > Although MIDI is not popular anymore for music generation in computer > games, it is still widely used in music industry as protocol/bus for > various keyboards and controllers, so I would not remove it if its > there and working :-) > > Also this https://www.youtube.com/watch?v=hUPs2pv5d_g :-) I am not proposing to remove MIDI support in general, just /dev/sequencer. Regarding the rest of the MIDI codebase, I just want to clean it up, fix bugs and in general modernize it. Christos