MichaelPilyavskiy / ReaScripts

Scripts for REAPER written by MichaelPilyavskiy (mpl)
128 stars 46 forks source link

nil value error thrown w/ sidechain scripts #16

Closed ageis closed 4 years ago

ageis commented 4 years ago

I'm using Reaper v6.08/x64 on Windows 10, and I have the contents of this entire repository copied to %APPDATA%\Roaming\REAPER\Scripts\MPL Scripts. (of course, upon fetching the individual scripts via ReaPack, at first it complained about the availablility of mpl_Various_functions.lua).

I have a track selected and a different track underneath my mouse cursor and then I call the action via a keyboard shortcut I created. The result: 😢

mpl_Create ReaComp sidechain routing.lua:43: attempt to call a nil value (global 'BR_GetMediaTrackByGUID')

and likewise:

mpl_Create ReaGate sidechain routing.lua:42: attempt to call a nil value (global 'BR_GetMediaTrackByGUID')

Surprised since this is relatively new... I subsequently installed _Variousfunctions as well the way you instruct people to and it has made no difference.

reascript_error

MichaelPilyavskiy commented 4 years ago

Install SWS Extension

ageis commented 4 years ago

Correct, issue resolved. Thank you.