From owner-freebsd-multimedia@FreeBSD.ORG Thu Jul 16 22:53:39 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB591065673 for ; Thu, 16 Jul 2009 22:53:39 +0000 (UTC) (envelope-from 98758@mail.muni.cz) Received: from arethusa2.fi.muni.cz (arethusa2.fi.muni.cz [147.251.49.7]) by mx1.freebsd.org (Postfix) with ESMTP id 7A9E08FC2A for ; Thu, 16 Jul 2009 22:53:39 +0000 (UTC) (envelope-from 98758@mail.muni.cz) Received: by arethusa2.fi.muni.cz (Postfix, from userid 115) id 1612E66C94E; Fri, 17 Jul 2009 00:38:25 +0200 (CEST) Received: from the incoming queue by sender:ariadna.fi.muni.cz@ariadna.fi.muni.cz at Fri, 17 Jul 2009 00:38:24 +0200 Received: from ismu-submit at Fri 17 Jul 2009 12:38:24 AM CEST via SQL Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: MIME-tools 5.425 (Entity 5.425) MIME-Version: 1.0 From: Michal =?UTF-8?Q?T=C5=AFma?= <98758@mail.muni.cz> To: multimedia@freebsd.org X-Ismu-Affiliation: stud FI MU X-Ismu-WWW-Page: http://is.muni.cz/osoba/98758 X-Ismu-WWW-Auth-Page: https://is.muni.cz/auth/osoba/98758 Message-ID: <1247783904-98758-296.689418514088-18078@mail.muni.cz> Date: Fri, 17 Jul 2009 00:38:24 +0200 X-ISMU-Expires: 2010-07-17 X-Mailman-Approved-At: Thu, 16 Jul 2009 23:17:39 +0000 Cc: Subject: Requirements for including project in the FreeBSD source tree X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2009 22:53:40 -0000 Hi, I would implement a deamon for controlling OSS mixer devices. The deamon would open MIDI device and start listening on it to reflect volume changes based on receiving MIDI Control Change messages. And vice versa, for reflecting volume changes to MIDI device via MIDI Control Change messages. I have tested receiving and sending MIDI Control Change messages via USB MIDI Driver (snd_uaudio, FreeBSD 8) and it seems there is no border to implement such a deamon. So I have a question. Are there any special requirements for implemeting it to be able to include it in the FreeBSD source tree? I would implement it using C++. Excuse my english, best regards, Michal Tuma