10-29-2023, 08:32 AM | #1 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 4,849
|
V7 Containers & API - Lost automation
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. |
10-29-2023, 08:48 AM | #2 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,126
|
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.
|
10-29-2023, 08:51 AM | #3 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 4,849
|
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 |
10-29-2023, 09:04 AM | #4 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,126
|
(we could maybe try to map it back, I suppose, but ugh)
|
10-29-2023, 11:52 AM | #5 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,304
|
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 |
11-09-2023, 01:57 PM | #6 |
Human being with feelings
Join Date: Jul 2009
Posts: 3,304
|
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 | |
Display Modes | |
|
|