On Tue, Dec 18, 2018 at 04:04:25PM -0800, Will Riley wrote: > Hi, > > I'm trying to switch a tracks output port and channel. > Tried > > > geto > port1 > > co port2 > > geto > port2 > > p > > Track continues to play out of port1. > > Thanks! Hi, To make events of a track go to port2, you need to modify the device/channel of the events, for instance: g 0 # goto beginning sel [mend] # select the whole track tevmap {any port1} {any port2} # change device/channel in selection The output (as set with "co") is just a mean to give symbolic names to device/channel pairs and holds few configuration events. It's not related to tracks. -- AlexandreReceived on Thu, 20 Dec 2018 10:32:10 +0100
This archive was generated by hypermail 2.1.8 : Fri Dec 21 2018 - 01:32:40 CET