8000 Using CF_Preview_SetValue to set pan value doesn't work on mono file · Issue #1818 · reaper-oss/sws · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Using CF_Preview_SetValue to set pan value doesn't work on mono file #1818
Closed
@dsyrock

Description

@dsyrock
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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0