Re: [CM] snd

2014-01-30 Thread Bill Schottstaedt
> I was trying to figure out how to play from the cursor (red triangle) 
> with a tracking cursor.  Mine seems to always start from the beginning 
> of the file when I do ctrl-play.  

I see this behavior only in multichannel files using "united" channel graphs.
There was a typo in the code that tracked which play marker was being clicked --
thanks very much for the bug report.  I think the same change would fix the
earlier Snd: 

/home/bil/cl/ diff snd-chn.c ~/dist/snd/snd-chn.c
5109c5109
< ncp->original_cursor = CURSOR(ncp);
---
> cp->original_cursor = CURSOR(cp);


> Also how would you go about normalizing in snd?  
> is that what the "-> 1.0" selection is for when right clicking on a selection?

Yes, that is one way to do it.  In the listener, you can use 
(scale-selection-to 1.0).


___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist


[CM] snd

2014-01-30 Thread James Hearon

re: snd 14.3, fedora20, Motif

Hi,
I was trying to figure out how to play from the cursor (red triangle) with a 
tracking cursor.  Mine seems to always start from the beginning of the file 
when I do ctrl-play.  

Also how would you go about normalizing in snd?  is that what the "-> 1.0" 
selection is for when right clicking on a selection?

Thanks,
Jim
  ___
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist