02-22-2022, 01:43 AM
|
#1 |
|
Human being with feelings
Join Date: Dec 2012
Posts: 13,850
|
It happens only with copying from slot with lower index to slot with higher index. For example, if you copy 8th slot to 6th slot, the FX will appear at 6th slot, but if you copy FX from 3rd slot to 6th slot, it will appear at 7th slot. Reaper 6.49, but also happened in 6.47.
reaper.TrackFX_CopyToTrack(tr, 3-1, tr, 6-1, false) reaper.TrackFX_CopyToTrack(tr, 8-1, tr, 6-1, false) ![]() Fixed in v6.50. Last edited by vitalker; 03-01-2022 at 12:48 PM. |
|
|
02-23-2022, 03:36 AM
|
#2 |
|
Human being with feelings
Join Date: Dec 2012
Posts: 13,850
|
Moving FX works as expected. Maybe copying follows moving FX code, that's why it works like this? Anyway it is really odd and totally breaks a lot of things in scripts.
|
|
|
02-23-2022, 02:48 PM
|
#3 |
|
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,861
|
Ah yes, thanks, fixing.
|
|
|
02-23-2022, 02:49 PM
|
#4 |
|
Human being with feelings
Join Date: Dec 2012
Posts: 13,850
|
|
|
|
![]() |
| Thread Tools | |
|
|