Feature Request - Pitch Shift without preserving time within Info-Line

You basically need “resample” pitch (which doesn’t preserve time) although the Steve suggest is the right one(tape Algo) but unfortunately it’s not ment to be used within project info line, but rather in sample itself. So basically you have to open every sample hit (and make unique copy) in audio editor and change tempo(while musical mode being engaged) when there were tempo slider was a bit easier
As I am not on Cubase now but I think when “tape” Algo is selected “pitch” and “fine tune” from project info line doesn’t get any effect on it.

I am completely understand on what you referring to, and what you want to achieve also considering the scale from the screenshot that will be tedious, this is more like workflow feature and Cubase shows less ergonomics for the matter you need. So I have feeling that your workaround would be the best in practice.
And you could try macro with preset you mentioned and see if it’s working.

If not there is Autohotkey/keyboard maestro where you can assign that any window can be closed. In theory it will look like this:
[Keycommand for resample pitch up]::
Sendkey v ;v=triggers desired preset of DOP
Wait 2sec
Winclose DOP
End

2 Likes