[CM] Two additions to snd tarball, and some old-timey tunes

Peter Lutek plutek@infinity.net
Mon, 11 Oct 2004 21:05:31 -0400


On Mon, 2004-10-11 at 06:43, Bill Schottstaedt wrote:
> I've added Mike Scholz's sndins and gfm packages to the Snd tarball and
> the CVS repository.  gfm is a Forth implementation of CLM, and sndins
> provides C code for the fm-violin and others. Many thanks, Mike!
> 
> 
> I've made a tarball of some old tunes from the 70's and 80's that use
> these instruments as notelists loadable into Snd -- these are mostly
> old Mus10/Sambox files translated to Snd/CLM.  Very old stuff, but I still
> like it: tunes.tar.gz at the usual ftp site.  I've also included "Wait
> For Me!", "The New Music Liberation Army", and "Leviathan" as sound files,
> so it's a big package (50 MBytes).  Why am I thinking of Wordsworth "it
> was very heaven to be alive"?
> 
> 
> And on another front, I'm well along on the "sound spreadsheet idea" (was
> it Peter Lutek that suggested this?), 

yes, it was   :)

> but I can't think of a user interface.
> I tried adding buttons to the edit history window, but it looks cluttered
> and kinda dumb.  I could add a dialog, but that too seems clunky.  The
> basic notion is that you can create/apply "detached edit lists", i.e.
> edit lists as full-fledged functions, so, for example, you can back up
> and change something earlier in a list of edits, then re-apply the
> trailing edits to return to the full-edited state with that change.
> Or apply one channel's set of edits to another, etc. Any ideas?

why not just a matrix of editable cells that opens with a C-x-whatever,
including one cell in each column which contains a fly-out of all
available targets for the column of edits (with default set to what it
was applied to originally)?

bill -- don't know if you saw my post about memory usage -- you seem to
have indicated that it is not normal for sounds to get loaded completely
into RAM, but this DOES seem to be what is happening for me. i.e., RAM
usage goes up by an amount corresponding to sample size when i open a
sound in snd. it does make things quite unworkable for editing long live
takes.

-p