Can grouping be used to adjust the time length of a sequence of events, if all are in the same group?
I wanted to shorten the running time of a string of events so that each event was shortened equally, so grouped them and tried to adjust the running time of the group by manipulating the end-point of the entire group. Only the last event in the group was shortened. Is this not a proper use of grouping?
If grouping isn't used to do this, does something else work?
P.S. This is a great forum!