Shaan Posted Saturday at 03:11 PM Share Posted Saturday at 03:11 PM I am using a smaller keyboard these days which doesn't have the numeric keypads like the fuller keyboard has, how can I nudge Midi notes an octave up or down without using the transpose dialog box? I set the key binding for regular nudge up and down to square brackets [ ] (See picture below), but I cannot find entries for the Octave up and down under the Keyboard Shortcuts > Function List to bind to a different keys. z I tried pressing my new key bindings with the combination of Control Key ( Ctrl + [ and Ctrl + ] ) to see if it behaves like the Numpad 2 and 8 with the Control key which nudge them an octave up or down on a fuller keyboard, but it doesn't. How do I set this up to nudge an octave up or down using different keys? 1 Link to comment Share on other sites More sharing options...
Igor Posted Saturday at 06:57 PM Share Posted Saturday at 06:57 PM 3 hours ago, Shaan said: How do I set this up to nudge an octave up or down using different keys? I have never checked before, but now I looked among the available hotkey combinations, and apparently this function is not provided for hotkeys. In addition, to shift notes by an octave (by any interval) up or down, not the "Nudge" you specified is used, but another function - "Transpose", for opening this window there is a hotkey that you can assign at your discretion. And already in this window, you can very quickly transpose notes by an octave (or several octaves) up or down, clicking on the "+" or "-" icon with the RIGHT mouse button. Link to comment Share on other sites More sharing options...
Promidi Posted Sunday at 05:58 AM Share Posted Sunday at 05:58 AM Write two CAL scripts, one to do the octave up, the other to do the octave down. Then assign keybindings to those CAL scripts. 1 Link to comment Share on other sites More sharing options...
Astraios Posted Sunday at 11:01 AM Share Posted Sunday at 11:01 AM (edited) 5 hours ago, Promidi said: Write two CAL scripts, one to do the octave up, the other to do the octave down. Then assign keybindings to those CAL scripts. I also prefer ProMIDI's method... This is how the CAL works... Up-Down Octave.mp4 Edited Sunday at 11:06 AM by Astraios 2 Link to comment Share on other sites More sharing options...
tparker24 Posted Sunday at 12:55 PM Share Posted Sunday at 12:55 PM Another method: Select the tracks/notes you wish to transpose, then in the Event Inspector module (in the Control Bar), click on the Pitch field, and enter +12 or -12, for example. 1 2 Link to comment Share on other sites More sharing options...
Astraios Posted Sunday at 09:40 PM Share Posted Sunday at 09:40 PM On 9/6/2025 at 5:11 PM, Shaan said: ... how can I nudge Midi notes an octave up or down without using the transpose dialog box? This "Transpose" window dates back to prehistoric times when dinosaurs used DAWs... 🧐 Link to comment Share on other sites More sharing options...
sjoens Posted Sunday at 10:33 PM Share Posted Sunday at 10:33 PM (edited) Easiest way to change octaves on the fly is the Key+ slider in Inspector. Simply hover mouse and scroll wheel one click up or down for full octave, Shift+wheel for 1 semitone. Doesn't actually move the notes but acts like it does. Edited Sunday at 10:36 PM by sjoens Link to comment Share on other sites More sharing options...
Promidi Posted Sunday at 11:27 PM Share Posted Sunday at 11:27 PM 51 minutes ago, sjoens said: Easiest way to change octaves on the fly is the Key+ slider in Inspector That is definitely not easier than just selecting the notes and then just pressing a shortcut key. The op wanted to just press keys to chance octaves, which is what the mapped CAL script offers. Link to comment Share on other sites More sharing options...
Amberwolf Posted yesterday at 01:32 AM Share Posted yesterday at 01:32 AM 2 hours ago, sjoens said: Easiest way to change octaves on the fly is the Key+ slider in Inspector. Simply hover mouse and scroll wheel one click up or down for full octave, Shift+wheel for 1 semitone. Doesn't actually move the notes but acts like it does. However, this affects the *entire track*, and doesn't enable editing individual notes or clips by shifting their note. Link to comment Share on other sites More sharing options...
Bristol_Jonesey Posted 17 hours ago Share Posted 17 hours ago 10 hours ago, Astraios said: This "Transpose" window dates back to prehistoric times when dinosaurs used DAWs... 🧐 It's still perfectly adequate and does the job efficiently and consistently. Link to comment Share on other sites More sharing options...
Xoo Posted 16 hours ago Share Posted 16 hours ago 12 minutes ago, Bristol_Jonesey said: It's still perfectly adequate and does the job efficiently and consistently. I find this too: bind (say) Ctrl-T to the process, so it's select (always needed), Ctrl-T, 12, hit enter. Pretty quick. 1 Link to comment Share on other sites More sharing options...
Astraios Posted 15 hours ago Share Posted 15 hours ago (edited) 2 hours ago, Bristol_Jonesey said: It's still perfectly adequate and does the job efficiently and consistently. Yes, but I find the display a bit too small, and sometimes it takes patience to find the right lucky number with the arrows 😁. If you don't have good eyeglasses, tough luck, the numbers are that small. Unless you enter 12 with the keyboard (and don't forget the minus sign, otherwise...). The transpose window would offer enough space for a preset octave, like 1 octave+ or one octave -. It's too much fiddling around for me. With the Touch Portal "Shortcut Manager," it's just a fingertip... (faster isn't possible) Don't need a PC keyboard for my shortcuts anymore. Touch Portal as a Shortcut Manager 2019 FeedbackLoop: https://discuss.cakewalk.com/topic/645-transpose/#comment-4698 Edited 14 hours ago by Astraios Link to comment Share on other sites More sharing options...
Astraios Posted 14 hours ago Share Posted 14 hours ago 2 hours ago, Bristol_Jonesey said: It's still perfectly adequate and does the job efficiently and consistently. "Perfectly" ? Link to comment Share on other sites More sharing options...
Bristol_Jonesey Posted 11 hours ago Share Posted 11 hours ago 3 hours ago, Astraios said: "Perfectly" ? Yes, perfectly. what else would you expect it to do, other than transpose notes? 1 Link to comment Share on other sites More sharing options...
sjoens Posted 5 hours ago Share Posted 5 hours ago 20 hours ago, Promidi said: That is definitely not easier than just selecting the notes and then just pressing a shortcut key. Unless you're changing the whole clip. OP didn't specify some or all notes, so I was just throwing out a general alternative. Then again, if I need to make a CAL script there's no contest because, along with maybe 99.9% of users, I have no clue how, so for selected notes I just hold Shift while dragging them up or sown. FWIW, I tried Astraios' CAL script above exactly as written and got a syntax error: "Event.Kind". 1 Link to comment Share on other sites More sharing options...
Promidi Posted 4 hours ago Share Posted 4 hours ago 43 minutes ago, sjoens said: Unless you're changing the whole clip. OP didn't specify some or all notes, so I was just throwing out a general alternative. Then again, if I need to make a CAL script there's no contest because, along with maybe 99.9% of users, I have no clue how, so for selected notes I just hold Shift while dragging them up or sown. FWIW, I tried Astraios' CAL script above exactly as written and got a syntax error: "Event.Kind". I have used CAL scripts on entire MIDI clips from the track view and this still works. I have a Studioware panel that has a transpose function (among heaps of other functions) that I use all the time on whole MIDI clips - even multiple clips spread across multiple tracks. Astraios' CAL script would work as written. My guess is that, like I have done from time to time, you might have made a mistake when typing the code (easy to do). You are right about 99.9% of users having no clue how to write CAL scripts (or that they are even a thing) . But then again, there are forums like these. 2 Link to comment Share on other sites More sharing options...
sjoens Posted 13 minutes ago Share Posted 13 minutes ago 3 hours ago, Promidi said: My guess is that, like I have done from time to time, you might have made a mistake when typing the code (easy to do). Very possible so I'll triple check it later. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now