Sample Editor OPEN
Re: Sample Editor OPEN
New Version! Thank You!
-
- Posts: 120
- Joined: 17 Feb 2016 14:23
Re: Sample Editor OPEN
Because of a simple reason: when we created the first DTouch for Cubase / Nuendo, the underlying Keycommand that allows to perform that operation did not exist in Cubase / Nuendo.
Then, Steinberg added such Keycommand, but that slipped through the list of new features...
Now, it does exist! In DTouch for Cubase / Nuendo v2.0.18.TonyR wrote: ↑16 Dec 2019 21:12Maybe I’m missing it, but I cannot locate an existing button, Cubase Key Command, or macro statement that will “Open the Sample Editor”. I am looking for the floating Cubase Sample Editor (Audio > Sample Editor) and not the one at the bottom of the Project Window. Also could not find any forum topic here in Cubase Macro. Does it exist?
Here is a list of new features in the 2.0.18 version:
- Added "Sample Editor Open" DT Command (you can find it in the Macro Editor DT Commands list)
- Added support for the ("Editors", "Open Sample Editor") Keycommand (you can find it in the "Cubase Keycommand"/"Nuendo Keycommand" DT Command sub-list)
- Added some Python functions to the Macro Engine:
-
Code: Select all
open_sample_editor()
- (returns 1 if the specified Floating Mixer is ALWAYS_ON_TOP)
Code: Select all
floating_mixer_win_is_topmost(floatMixNr)
-
Code: Select all
floating_mixer_win_set_topmost(floatMixNr, 1/0)
-
Re: Sample Editor OPEN
Wow, thank you! Thanks for answering the newbie questions and addressing those requests. I am really happy that I chose DTouvh!
Thanks again!