Automating metric accentuations in velocity

Hey guys,

I’ve been setting up some logical presets/macros to help speed things up, and one thing I haven’t been able to find a solution for is setting up an automated system for metric accents. I can string together 4 logical presets to have different notes at different positions adjusted by different velocities like:

1.1.1.0 +30
1.1.3.0 +0
1.2.1.0 +15
1.2.3.0 -15

But then there’s no way to have that work on any measure aside from the first measure. If there is a way to have the position relative to the measure instead of absolute, I could make it work…

Or another idea I had to jimmyrig it was to set up a macro that used four logical presets that would essentially do the following:

Preset: Note beyond cursor +30 velocity
Command: Add 0.0.2.0 to Cursor location
Preset: Note beyond cursor +0 velocity
Command: Add 0.0.2.0 to Cursor location
Preset: Note beyond cursor +15 velocity
Command: Add 0.0.2.0 to Cursor location
Preset: Note beyond cursor 15 velocity
Command: Add 0.0.2.0 to Cursor location

But I found no way to “add” to the cursor’s location, instead of setting it to an absolute value.

Anyone have any ideas on how I can make an automated metric accents system?