本帖最后由 yjl123 于 17-1-5 16:32 编辑
目前版本为Reaper v5.32 Pre 7
articulation map 以前在FX窗口加载,必须加载虚拟乐器才能使用,
现在修改为在midi编辑器的文件菜单加载,新版本支持MIDI通道的切换。
以下是最新版的REAPER articulation map 示例。
- # REAPER articulation map
- #
- # This file contains mappings that cause REAPER notation events
- # to trigger keyswitches, expressions, CC events, and channel changes.
- #
- # After the file is loaded into the REAPER MIDI editor, notation
- # entered in the notation editor or the piano roll notation event lane
- # will trigger the mapped events.
- #
- # Mappings convert notation (n) to trigger (t) and look like this:
- # n_category n_type n_name : t_type t_channel t_parameter t_value
- #
- # n_category can be note or track.
- #
- # n_type can be articulation, ornament, dynamic, text, slur, technique.
- #
- # n_name can be any REAPER notation event. To see the names of existing
- # REAPER notation events, see the REAPER event list or piano roll
- # notation event lane. For text types, n_name can be any text.
- #
- # All matching is case sensitive; n_types and built-in n_names are
- # all lower case.
- #
- # For n_type text, enclose n_names that are multiple
- # words in quotes. Any note text notation defined in this mapfile
- # will then appear in the note context menu in the REAPER MIDI editor;
- # any track text notation will then appear in the track notation
- # context menu.
- #
- # t_type can be keyswitch, cc, channel, or expression.
- # channel and expression t_types are only valid for note notation,
- # not track notation.
- #
- # t_channel can be 0-15 or *.
- #
- # t_parameter can be 0-127 or *, or the name of a VST3 keyswitch or
- # expression. VST3 keyswitch and expression names can be copied from
- # the Param dropdown on the VST3 window.
- #
- # t_value can be 0-127 or *.
- #
- #
- # Mapping examples:
- #
- # Staccato articulation triggers keyswitch,
- # same channel as the note, pitch 2, velocity 127:
- # note articulation staccato : keyswitch * 2 127
- #
- # Tremolo ornament triggers CC92, same channel as the note, value 64:
- # note ornament tremolo : cc * 92 64
- #
- # The first note in any slur is converted to channel 7
- # (remember channel is 0-15 in this file):
- # note slur begin : channel 6 * *
- #
- # Track notation "pizz" triggers VST3 named keyswitch,
- # channel 3, velocity 127:
- # track text pizz : keyswitch 2 pizzicato 127
- #
- # Note ornament "con vib" triggers VST3 expression with value 64:
- # (Because of this entry, "con vib" will also appear in the note
- # context menu in the REAPER MIDI editor.)
- # note text "con vib" : expression * vibrato 64
复制代码