From owner-freebsd-questions@FreeBSD.ORG Mon Apr 30 20:16:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A769C16A403 for ; Mon, 30 Apr 2007 20:16:04 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 6392E13C455 for ; Mon, 30 Apr 2007 20:16:04 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1485077ana for ; Mon, 30 Apr 2007 13:16:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=IWPEL9jxzhhkELXAjxyuaALDr/WE6lMvvLOXC6ngTL4QVb9U5tB6aa9m6ez8nmypMrIlJUQyFelB1mOYz92vjx+et8OYn8uzLlqBQ9OdJMB3UOwxt2VjdoWawPmRgq073lCgVbTIXitLFGqwUpJ8fWj4goQ96O0Y/WlMGsYVv5A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=orufh+wp7SvhciIg6X5uG8h2B7oqTDcx0uHxVYr3/OcfBvgeS1gdd1/HEgDaJ1jieRGs9RJKZtqZXfuZFVvP0hSNGD/PY+fvL0B6IoUf0xepHDCH3YefxookztYm42YkMmAfZRu5gmBGVeryfn+sVItnx940Boo8mr84/zFUs+Y= Received: by 10.100.138.2 with SMTP id l2mr2005959and.1177962471230; Mon, 30 Apr 2007 12:47:51 -0700 (PDT) Received: by 10.100.123.13 with HTTP; Mon, 30 Apr 2007 12:47:51 -0700 (PDT) Message-ID: <87f7f4170704301247h494c06a4ue673c79ed1616608@mail.gmail.com> Date: Mon, 30 Apr 2007 15:47:51 -0400 From: "Jeremy Gransden" To: freebsd-questions@freebsd.org In-Reply-To: <20070430193422.GB18466@gizmo.acns.msu.edu> MIME-Version: 1.0 References: <20070430154751.GA21982@thought.org> <8d23ec860704301157t4e5baed8iee4cdc34fd1f220b@mail.gmail.com> <20070430193422.GB18466@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: music-generator for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 20:16:04 -0000 On 4/30/07, Jerry McAllister wrote: > > On Mon, Apr 30, 2007 at 02:57:49PM -0400, Schiz0 wrote: > > > On 4/30/07, Gary Kline wrote: > > > > > > > > > Guys, > > > > > > This is a bit off-topic, but maybe somebody out there can give > me > > > someclues. Bearing in mind that I know zip about music > > > composition, is there a MIDI (or mp3 or other) toolkit that > would > > > generate short background slices of music? > > > > > > Say that I wanted some jazzy melody for several seconds. This > > > application would generate it. Or a classical tune. Last > night > > > I found a possibly MIDI app for Windows; there were several > that > > > Google found that mentioned Linux but nothing panned out. > > > > > > Anybod know? > > > > > > gary > > > > > > > > >-- > > > Gary Kline kline@thought.org www.thought.org Public Service Unix > > > > > >_______________________________________________ > > >freebsd-questions@freebsd.org mailing list > > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > >To unsubscribe, send any mail to " > > >freebsd-questions-unsubscribe@freebsd.org" > > > > > > I'm not sure of an app for linux that actually lets you create this > stuff, > > but as for editing/recording, look into Audacity ( > http://audacity.sf.net ). > > It's pretty nice when it comes to that stuff. > > He is asking for something to run on FreeBSD not Lunix. > > ////jerry > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to freebsd-questions-unsubscribe@freebsd.org Audacity does run on freeBSD. /usr/ports/audio/audacity. thanks, jeremy