> 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
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to