View Single Post
Old 12-23-2016, 09:08 AM   #25
stephane
Human being with feelings
 
Join Date: May 2010
Location: France
Posts: 97
Default

in sample.ReaperArticMap file, this example is given

Code:
track dynamics mf : cc 0 7 64
However it doesn't work because it seems it's not dynamics but dynamic the correct keyword
I made some tests and nothing happens with dynamics. It works with dynamic

Plus, it's written

Code:
# track entry format:
# track notation_type notation_value : trigger_type trigger_channel trigger_parameter trigger_value
#
...
#
# track articulation_type can be:
# dynamics text
If we want to be rigourous, we should write

Code:
# track notation_type can be:
# dynamics text
stephane is offline   Reply With Quote