View Single Post
Old 02-07-2020, 07:57 AM  
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,589
Default [FIXED] Notation custom menu bug - cannot run scripts

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


Last edited by bFooz; 12-22-2021 at 01:43 AM.
bFooz is offline   Reply With Quote