Adding an FX Package Phil_P wrote on 10/12/2024, 4:58 PM Hi all, I want to add a very simple feature to one of my own scripts that prepares a certain type of project for me. The script already moves, renames, normalizes and mutes certain tracks etc. (Depending on an ini file). On one particular track, I simply want to automatically add certain FX Package. So, let's say the track is called Dialogue I want to add my "OBS Dialogue" Fx Package (which contains a number of audio plugins to treat the dialogue) I do not want to add chains of separate FX, just a single "package" is this possible? Cheers, P. Back to post
Comments jetdv wrote on 10/13/2024, 7:32 AM @Phil_P You'll need to add each effect separately (whether you want to or not.) Scripts can't see "packages". william-j wrote on 10/26/2024, 9:24 AM @Phil_P You can read the data in the Registry "HKEY_CURRENT_USER\Software\DirectShow\Presets\FX Packages\", just someone knows how to parse the data. Phil_P wrote on 10/27/2024, 9:32 AM @Phil_P You can read the data in the Registry "HKEY_CURRENT_USER\Software\DirectShow\Presets\FX Packages\", just someone knows how to parse the data. HI there, Yes I looked that this before, in fact they just point to local files that are like this: Vegas Nuendo Dialogue.sfg But the data contained in the file is unintelligible tbh. 1