v6.03 x64, Win10
- create some script which changes notes somehow (e.g. this for quick copy-paste reproduction)
Code:
local editor = reaper.MIDIEditor_GetActive()
local take = reaper.MIDIEditor_GetTake( editor )
reaper.MIDI_SetNote( take, 0, nil, nil, nil, nil, nil, 50, nil, false )
- add this or other script to "MIDI Notation note context" menu
- run it from that menu
BUG - nothing happens
EXPECTED - script should work