06-07-2022, 09:34 AM
|
#1 |
|
Human being with feelings
Join Date: Dec 2015
Posts: 186
|
Hi, guys!
Here's the code Code:
reaper.TrackFX_AddByName(reaper.GetSelectedTrack(0,0), 'VST3:Surge', false, 1 ) reaper.TrackFX_AddByName(reaper.GetSelectedTrack(0,0), 'VST3:Surge', false, 1 ) reaper.TrackFX_AddByName(reaper.GetSelectedTrack(0,0), 'BlueARP', false, 1 ) reaper.TrackFX_AddByName(reaper.GetSelectedTrack(0,0), 'BlueARP', false, 1 ) Isn't it supposed to add one VST3 and one VST?
|
|
|
06-07-2022, 10:01 AM
|
#2 |
|
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,809
|
Hmm yes, using the VST3: prefix seems to prevent the existing-FX-detection logic from working. Fixing!
|
|
|
06-07-2022, 10:24 AM
|
#3 |
|
Human being with feelings
Join Date: Dec 2015
Posts: 186
|
Thanks, Justin!
TrackFX_GetByName seems to have the same behaviour |
|
|
![]() |
| Thread Tools | |
|
|