Hi friends, I need your help. In Cubase 6, I really like the Link Editors functionality but I have a problem.
I usually tile the main project window with a Midi Editor Window so when I click on a different midi track, I see the Midi Editor changing accordingly to this track. But each time I do so, the midi editor windows is back to bar 1.
Exemple:
Midi track 1, the cursor is at bar 100 in Midi Editor. Then I select Midi track 2 in the project Window, so Midi Editor now show Midi track 2 but is back to the beginning, at bar 1!
I need to keep the view at cursor location in Midi Editor each time I select a different midi track in the main project window.
Have you turned off the “Auto Scroll” function? The project window and editor windows each have independent auto scroll buttons. The manual, on page 380 discusses it but doesn’t explain the behavior in detail. If you do have it off, try turning it on and then change the track and see if it stays syncronized.
HTH
J.L.
This has been reported before where opening an editor doesn’t reflect the project cursor location but defaults to bar 1 so you’re not alone. Might want to check the Sticky at the top of the forum to see if it’s been officially noted.
Yes, this is certainly most needed
I do have a “partial” solution, in the meantime… I say “partial”, because it is a macro, which doesn’t always work first time, so, here at least, I have to call it maybe three times before it works correctly (I suspect the macro could really make use of a “Wait” command… but there isn’t one, unfortunately).
Anyways…
The idea behind it is that, once you have selected the new Part, if you close then re-open the Key Editor, it should now open with the cursor position in view (yes, indeed, “Autoscroll” should also be activated for this )
So…
New Macro (I called it “Locate Cursor”, here)
Edit - Open Key Editor
Edit - Open/Close Editor
Edit - Open Key Editor
Add a Key Command of your choice, to call the macro.
Like I said, I have to call the macro maybe three times before the Key Editor window will stay open
(Bo, if you are there, anything to get this to work more reliably? )
Good idea… anything other than “Stop” spring to mind though (just in case we want Cubase to keep playing)?
Anyways, I’ll just add some stops, in the meantime, see if it does help )
(EDIT: Maybe I can create a useless LE preset to include, instead of “Stop”)
Great… I got one that works (sledgehammer to squash a flea, though! )
There’s probably a neater way, but, if you have the patience to create the following, I’d be really interested if it works for you too
Edit - Open/Close Editor
Process Logical Preset - Useless
Edit - Open Key Editor
Edit - Open/Close Editor
Process Logical Preset - Useless
Edit - Open Key Editor
As you can see, even then I had to make it repeat within the macro (there must be a better way, surely?)
Anyways, it seems to work much better now…
Select the new Part (the Key Editor jumps to the beginning, like we know and hate )
Use the KC for this macro, and the cursor position is restored.
Btw, this macro can also be used to simply open the Key Editor.
Well, at least it’s a one-step process, now. I wonder if alternating a different useless LE preset would do the trick or even putting a couple of Nav Right and Lefts in there.
Well, I don’t know if the important thing is the effective waiting time, or the fact of opening and closing the Editor window a couple of times. (I might try a few things when there’s absolutely nothing worth watching on TV )
(slight observation: “Autoscroll” is a toggle, so it depends upon its current state before calling the macro. But, no harm done… because the macro calls it twice, it returns to the state it was in before calling the macro)