Record directly to virtual playback master

I want to record a cue, or move a list, to a virtual playback (say playback bar 5, master 1. Without having to have the playback bar visible. Is there a keyboard syntax for it?

I have a midi pad I want to use as an execute pad, but don't want to kill half of the buttons assigning them as choose buttons (simply to record or move something there)

Any way (besides assigning playback bars to my external screen) to get around this? :notworthy:
  • [QUOTE=stephenwyker;53341]I want to record a cue, or move a list, to a virtual playback (say playback bar 5, master 1. Without having to have the playback bar visible. Is there a keyboard syntax for it?

    Are you just trying to work with a non-assigned list, or do you need to force it to a non-visible playback?

    [Record] [List] #
    will record a cue to the next available integer cue number on the target list, or cue 1 if it is a new list

    Is that what you were looking for? If you have to force it to a playback,

    [Record] {bar * 10 + master} / #
    So playback bar 5 master 1 would be "[Record]51/1"
    It appears that you have to specify a cue number for this syntax to work.
Related