Help me to make a macros
- Home Studio 87
- Posts: 243
- Joined: 17 Feb 2016 10:46
- Location: France
Help me to make a macros
Hi all, I want to make a macro with zoom, I always use the shortcut : Zoom > Tracks - 1 Line / 2 Lines etc... but I don't want my "Folder Track" follow the zoom action & stay at "Tracks -1 Line", so let say a macro which can do this : "Tracks 2 Lines" exept "Track Folder".
Can someone help me to do that ?
Can someone help me to do that ?
Gigabyte GA-X99P-SLI / Intel Corei7 6800k / 32 Go DDR4 / 3x SSD / Win 10 Pro x64 / UAD Apollo Twin USB / UAD2 Satellite Octo USB / UAD2 Octo PCIe / Cubase Pro 10 / VEP6 / D-Touch Cubase / Console 1 / iPad 3 Lemur... /
-
- Posts: 146
- Joined: 20 Feb 2016 13:40
Re: Help me to make a macros
I'm not sure I follow, there is the kc "Zoom Tracks Exclusive'" which zooms whatever track you have selected, including automation tracks.
- Home Studio 87
- Posts: 243
- Joined: 17 Feb 2016 10:46
- Location: France
Re: Help me to make a macros
yes but I don't want select anything, just push a button and see all my track (Audio, Instruments, Group, FX...) zoom to 2 lines / 3 lines..... without touching the zoom of the Folder track
I'm sure this can be done with the "logical project editor" but I'm not a "pro" with this tool.
I'm sure this can be done with the "logical project editor" but I'm not a "pro" with this tool.
Gigabyte GA-X99P-SLI / Intel Corei7 6800k / 32 Go DDR4 / 3x SSD / Win 10 Pro x64 / UAD Apollo Twin USB / UAD2 Satellite Octo USB / UAD2 Octo PCIe / Cubase Pro 10 / VEP6 / D-Touch Cubase / Console 1 / iPad 3 Lemur... /
-
- Posts: 146
- Joined: 20 Feb 2016 13:40
Re: Help me to make a macros
Oh ok, I get it now So instead of using the zoom pad for varying degrees of zoom a quick one button zoom for all tracks in the project. I will try and do something later tonight when I'm not working. Then share with you here. Sounds like a good idea.
-
- Posts: 146
- Joined: 20 Feb 2016 13:40
Re: Help me to make a macros
I managed to setup a macro which can "zoom tracks 2 rows" and one which "zoom tracks 4 rows". Also one to "zoom tracks minimal" which brings them back to zoomed out all the way. These zoom all tracks in the project and if you open up say the volume automation lane on each track it will also zoom those to the same size. I found it kinda handy to have this macro as I can press "zoom tracks 4 rows" and draw in the volume automation on any track with ease on this 42" screenHome Studio 87 wrote:yes but I don't want select anything, just push a button and see all my track (Audio, Instruments, Group, FX...) zoom to 2 lines / 3 lines..... without touching the zoom of the Folder track
I'm sure this can be done with the "logical project editor" but I'm not a "pro" with this tool.
Is this what you were looking for?
- Home Studio 87
- Posts: 243
- Joined: 17 Feb 2016 10:46
- Location: France
Re: Help me to make a macros
yes but did you have "Folder Track" in your project ? and if so, does the "Folder Track" does'nt zoom (2 lines / 4 lines....) like the other ?
Gigabyte GA-X99P-SLI / Intel Corei7 6800k / 32 Go DDR4 / 3x SSD / Win 10 Pro x64 / UAD Apollo Twin USB / UAD2 Satellite Octo USB / UAD2 Octo PCIe / Cubase Pro 10 / VEP6 / D-Touch Cubase / Console 1 / iPad 3 Lemur... /
-
- Posts: 772
- Joined: 21 Feb 2016 12:05
Re: Help me to make a macros
Hello guys,Home Studio 87 wrote:yes but did you have "Folder Track" in your project ? and if so, does the "Folder Track" does'nt zoom (2 lines / 4 lines....) like the other ?
I promise you that next week we will help you with this. We were busy coding a new application that we want to release soon.
Silvano Bettinzana
Devil Technologies
Devil Technologies
-
- Posts: 146
- Joined: 20 Feb 2016 13:40
Re: Help me to make a macros
Yes. So the folder tracks stay minimalized the rest zoom to 4 rows. But I set that up under cubase macros and use keyboard shortcut in dtouch to assign it. Here's what I did in cubase under key commands:Home Studio 87 wrote:yes but did you have "Folder Track" in your project ? and if so, does the "Folder Track" does'nt zoom (2 lines / 4 lines....) like the other ?
Add New Macro...called mine " Zoom tracks 4 rows excludibg folder tracks"
Add commands:
Zoom-Zoom Tracks 1 Row
Process Project Logical Editor-Select all but Folder Tracks*
Zoom-Zoom in Tracks
Zoom-Zoom in Tracks
Zoom-Zoom in Tracks
Edit-Select None
*This I created from the PLE. Basically "container type is/unequal/foldertrack" next line
"Media type is/all types"
Assign it a key combo then use that in dtouch assigning it under "keyboard shortcuts"
I know kind of all over the place but it works
- Home Studio 87
- Posts: 243
- Joined: 17 Feb 2016 10:46
- Location: France
Re: Help me to make a macros
thank you man I will test this..... and I know that master chief of Macro Bettinzana will find some really cool macro cause I know that Devil teams are the "Master Macro Mens"
Gigabyte GA-X99P-SLI / Intel Corei7 6800k / 32 Go DDR4 / 3x SSD / Win 10 Pro x64 / UAD Apollo Twin USB / UAD2 Satellite Octo USB / UAD2 Octo PCIe / Cubase Pro 10 / VEP6 / D-Touch Cubase / Console 1 / iPad 3 Lemur... /
-
- Posts: 120
- Joined: 17 Feb 2016 14:23
Although MichaelScott's suggestion could be used, reading your replies we understand that you have a requirement: don't change the current selection.
We know that not changing the selection is often important for our customers.
So, as promised, we are posting our solution.
It's somewhat tricky, since it involves some Project Logical Editor scripts that you need to install, but once you set all up correctly you will get the intended behavior.
Requirements:
This Macro requires DTouch for Cubase 1.1.27 or later. This is because it needs the "Zoom" Keycommands, which we added to DTouch in the 1.1.27 version.
This Macro requires these Project Logical Editor scripts: In order to install them in Cubase, you need to copy them in this folder:
"C:\Users\<username>\AppData\Roaming\Steinberg\<SWname>\Presets\Project Logical Editor"
where:
After the requirements are satisfied, you can import this new Macro in DTouch and use it! This Macro sets all Folders to 1 Row height, and all other Tracks to 3 Rows height.
The Macro includes some "Sleep" commands that may need to be adjusted, according to your system performances.
We know that not changing the selection is often important for our customers.
So, as promised, we are posting our solution.
It's somewhat tricky, since it involves some Project Logical Editor scripts that you need to install, but once you set all up correctly you will get the intended behavior.
Requirements:
This Macro requires DTouch for Cubase 1.1.27 or later. This is because it needs the "Zoom" Keycommands, which we added to DTouch in the 1.1.27 version.
This Macro requires these Project Logical Editor scripts: In order to install them in Cubase, you need to copy them in this folder:
"C:\Users\<username>\AppData\Roaming\Steinberg\<SWname>\Presets\Project Logical Editor"
where:
- <username> is your Windows username
- <SWname> depends on your Cubase version: "Cubase 8.5_64" "Cubase 8.5" "Cubase 8_64" "Cubase 8" "Cubase 7.5_64" "Cubase 7.5"
After the requirements are satisfied, you can import this new Macro in DTouch and use it! This Macro sets all Folders to 1 Row height, and all other Tracks to 3 Rows height.
The Macro includes some "Sleep" commands that may need to be adjusted, according to your system performances.