View Single Post
Old 11-27-2017, 07:10 AM   #15
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default

Quote:
Originally Posted by tack View Post
I'm going to wait to see how articulation maps pan out (maybe in Reaper 6?), which should hopefully facilitate that kind of integration in the notation view. Other approaches are surely to become deprecated by articulation maps so I don't want to invest a lot of time on that now.

I guess familiarity more than anything. Bome MIDI Translator was already an integral component in my MIDI workflow so it was a natural extension.
Reaper has already for notation view following articulations:
-accent
-fermata
-marcato
-portato
-staccatissimo
-staccato
-tenuto

A .lua which can sync between these events could do the trick, as an early experimentation field. I mean sync from notation to reaticulate events.
PHP Code:
if (notation articulation available AND sync on)
{
   ; 
in time selection
   
sync from notation to reaticulate

TonE is offline   Reply With Quote