![]() |
#1 |
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 5,001
|
![]()
I just can't do it not sure is it bug or I'm missing something:
For tracks this works: Code:
track = reaper.GetTrack(0,0) id = 0x2000000 + 1 * (reaper.TrackFX_GetCount( track )+1)+1 reaper.TrackFX_CopyToTrack(track, 1, track, id, true) ![]() Same logic for takes is not working Code:
item = reaper.GetMediaItem(0,0) take = reaper.GetActiveTake(item) id = 0x2000000 + 1 * (reaper.TakeFX_GetCount(take)+1)+1 reaper.TakeFX_CopyToTake(take, 1, take, id, true) ![]()
__________________
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 |
![]() |
![]() |
![]() |
#2 |
Human being with feelings
Join Date: Oct 2019
Location: Moscow / Tbilisi
Posts: 1,161
|
![]()
Yes, devs, please fix it, because containers are useful on takes not less than on the tracks.
And would be great if Sexan could make his Paranormal FX Router working also for take FX. |
![]() |
![]() |
![]() |
#3 |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,335
|
![]()
Fixing, thanks!
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|