Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2007 13:41:44 -0700
From:      Gary Kline <kline@tao.thought.org>
To:        Jerry McAllister <jerrymc@msu.edu>
Cc:        Gary Kline <kline@tao.thought.org>, Schiz0 <schiz0phrenic21@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: music-generator for FreeBSD?
Message-ID:  <20070430204144.GA23679@thought.org>
In-Reply-To: <20070430193422.GB18466@gizmo.acns.msu.edu>
References:  <20070430154751.GA21982@thought.org> <8d23ec860704301157t4e5baed8iee4cdc34fd1f220b@mail.gmail.com> <20070430193422.GB18466@gizmo.acns.msu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 30, 2007 at 03:34:22PM -0400, Jerry McAllister wrote:
> > 

	[[ ... ]]

> > 
> > 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.

	
	Actually, I have an older release of Ubuntu (a fork of Debian),
	so either would do.  

	I changed my search terms on Gogle and found a bunch of likely
	programs.  One is written is a special notation and has to do
	with LOGO [??] programming.  The test MIDI "songs" are nice, 
	and would serve IFF very short :-)  ---They get more than a bit
	**annoying** after 20 sec :-|.

	Another possibility looks like it was written in Xlib (that I
	taught myself and worked with for a year before moving to Xaw).
	But it requires the olden Lesstif.

	I was expert at porting for 15, 15+ years, but need help with
	this.  "locate" doesn't find anything like the following
	includes of libs.   Anybody give me a pointer??

	(The ``phase'' binary does something musical.  --I took piano
	lessons when I was a kid, but that does (ABS) no good now.

	From the manual makefile::


# For Linux with LessTif
#INCS   = -I/usr/X11R6/include -I/usr/X11R6/LessTif/Motif1.2/include
#LIBS   = -L/usr/X11R6/lib -L/usr/X11R6/LessTif/Motif1.2/lib

all:    phase

phase:  phase.c
        gcc -O2 $(INCS) phase.c $(LIBS) -lXm -lXt -lX11 -o $@
	@echo Compilation successful.


	Thanks for any clues.  If nobody out can help, no problem.  
	Probably a dumb idea anyway.

	gary



> 
> ////jerry
> 
-- 
  Gary Kline  kline@thought.org   www.thought.org  Public Service Unix




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070430204144.GA23679>