Jump to content

CAL or Key control move now time to next midi note?


sadicus

Recommended Posts

Is there a CAL or Key control to move move now time forward/back to next midi note.

Ctrl+Page Up and Ctrl+Page Down will move now time forward or back one measure (works in playback mode too).

Trying to set markers at every midi note and would like to automate the process. don't want to mouse click all of them.
something to do this:
OPTIONS for CAL script

  1. Select x number midi notes
  2. place marker at midi note start
  3. place marker at midi note end
  4. place marker at both
Edited by sadicus
Link to comment
Share on other sites

Iterating through MIDI notes is the mainstream of what CAL does.

Normally you'd use the forEachEvent loop to go through MIDI events, however there's a gotcha in that you can't manipulate Markers or the now time within that loop.... so you'll need to get creative to get around that.

You could probably nest a forEachEvent loop inside another loop, which breaks out every time it finds a note;  create the marker, then run the loop again skipping the one's you've already seen.

Also, if you want this to work across all tracks, it's gonna get complicated... but not impossible.

Link to comment
Share on other sites

3 hours ago, Rhenn said:

Tab key moves Now cursor forward to start of next midi note (Shift Tab goes backwards).

Will also select notes if first note is selected.

 

 

Wow.... I've been messing with Cakewalk since the beginning of history, and I've never used this before.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...