![]() |
#1 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 5,006
|
![]()
Moving FX that has automation inside/outside Container via reaper.TrackFX_CopyToTrack results deleted automation.
Steps: 1. Create Container 2. Add ReaEQ in container 3. Write some automation on ReaEQ Execute: Code:
local track = reaper.GetTrack(0,0) FX_ID = 0x2000000 + 1 + (reaper.TrackFX_GetCount(track) + 1) reaper.TrackFX_CopyToTrack( track, FX_ID, track, -1000, true ) ![]() EDIT2: Copy also does not transfer automation created Code:
reaper.TrackFX_CopyToTrack( track, FX_ID, track, -1000, false)
__________________
My Scripts and ReaPack link | Virtual Tracks (ProTools Playlist/TrackVersions) | 🛸Area(51) Selection LUA Script | 🍝ReaSpaghetti Visual Scripter | 👻ParaNormal FX Router | 🥧 Pie Menu 3000 | ►Donation PayPal ☕️Ko-fi Last edited by Sexan; 10-29-2023 at 08:48 AM. |
![]() |
![]() |
![]() |
#2 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,366
|
![]()
That is understandable -- FX in containers can't have automation, so the automation belongs to the container. Having it end up as bypass automation is a bug, looking into that.
|
![]() |
![]() |
![]() |
#3 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 5,006
|
![]()
Ah ok. Thanks for info
__________________
My Scripts and ReaPack link | Virtual Tracks (ProTools Playlist/TrackVersions) | 🛸Area(51) Selection LUA Script | 🍝ReaSpaghetti Visual Scripter | 👻ParaNormal FX Router | 🥧 Pie Menu 3000 | ►Donation PayPal ☕️Ko-fi |
![]() |
![]() |
![]() |
#4 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,366
|
![]()
(we could maybe try to map it back, I suppose, but ugh)
|
![]() |
![]() |
![]() |
#5 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,314
|
![]()
very important.
This is absolutely necessary to keep/copy automation envelopes from and to containers I was actually sure it does it intuitively.
__________________
FR: FX-Container - with better FX routings |
![]() |
![]() |
![]() |
#6 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,314
|
![]()
any news with this one?
I keep doing the same mistake over and over again --> losing the automations when moving fx from containers
__________________
FR: FX-Container - with better FX routings |
![]() |
![]() |
![]() |
Thread Tools | |
|
|