Using CF_Preview_SetValue to set pan value doesn't work on mono file · Issue #1818 · reaper-oss/sws · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local sr = reaper.PCM_Source_CreateFromFile('e:\\mono.wav')
local pv = reaper.CF_CreatePreview(sr)
reaper.PCM_Source_Destroy(sr)
reaper.CF_Preview_SetValue(pv, 'D_PAN', -1)
reaper.CF_Preview_Play(pv)