• SONAR
  • Quickly transposing midi notes up or down an octave?
2013/06/01 04:42:09
Spencer
I found out about the nudge up and nudge down key bindings, but this will only nudge by a semitone. Would there be another way, then, of selecting notes in the PRV and instantly shifting it up or down an octave? Perhaps some .ini wizardry of some sort to change the amount of semitones of nudge up/down? Cheers.
2013/06/01 04:53:27
Wookiee
Not in front of  my DAW at present but if you look in the track inspect clip tab there is a transpose function there.
2013/06/01 05:15:26
Spencer
Hmm maybe I'm being dumb but I can't see what you're referring to. There's no such function anywhere in the Clip tab of a midi track's inspector, nor within the inspector itself. I'd be looking for a way to do it with a keyboard shortcut anyway, like it's possible in ableton live.
2013/06/01 05:18:35
Skyline_UK
Highlight the note(s), then top of the screen choose 'Process' and then 'Transpose' from the drop down.
Sometimes I just highlight them in the PRV and drag them up or down with my mouse.
2013/06/01 05:22:46
Spencer
I know, but that's the thing, that's quite inconvenient when I want to experiment and quickly try out a bunch of different chords. Anyway, by now I don't think it can be done, I looked everywhere, unless the semitone amount of nudge up and down could somehow be modified. That should be in the nudge options, really. Might have to submit a feature request on that one.
2013/06/01 05:32:55
icontakt
Select notes and enter "+" or "-" followed by "12" in the Pitch field of Event Inspector.
2013/06/01 06:27:34
Boydie
I am not in front of my DAW but I seem to recall in 8.5 you could put a midi transpose "fx" in the fix bin so that it automatically transposes for you, even "on the fly" as I recall

I am sure this feature would remain in x2 so I hope this sets you off in the right direction
2013/06/01 08:53:24
bitflipper
It'd be nice if there was a simple keystroke to transpose up or down an octave, but there isn't. I use Jlien X's method: simply typing +12, +24, -12, etc. into the "Key+" box in the track header.
2013/06/01 09:36:27
scook
Create a CAL script and bind it to a keystroke. Here is a script for raising up an octave. Cut and paste between the --- and save as "Octave Up.CAL" where all your CAL scripts are stored. Then add a keyboard shortcut in preferences. If you need help with Octave down let me know (hint: change the += to -= and save file under another name):
---
;; Octave Up.cal
;;
;; This is a sample CAL program that implements an editing command to
;; raise notes up one octave.
;;
(do
 (forEachEvent
  (if (== Event.Kind NOTE)
   (do
    (+= Note.Key 12)
   )
  )
 )
)
---
2013/06/01 09:49:00
Beepster
Not sure if this is what you are looking for but you could use the Event Inspector. All you have to do is lasso or multi select the notes you want to change, enter the pitch info and it's done. Here's a digifreq vid showing it being done. http://www.digifreq.com/digifreq/video.asp?ID=7
© 2026 APG vNext Commercial Version 5.1

Use My Existing Forum Account

Use My Social Media Account