View Single Post
Old 06-02-2020, 01:49 PM   #9397
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,239
Default

Quote:
Originally Posted by Cragster View Post
I only have that one plugin that uses the Parentzone so it would be an easy change for me. So i would change the Parentzones to FXSlot ? Maybe i can just post what i have when i can and you can get me started on the change ? Thanks Geoff
Code:
Zone "VST: Oxford Dynamics (Sonnox)" "OxDyn"
        SelectedTrackNavigator
        Marker GoZone "VST: Oxford Dynamics (Sonnox)"
        ChanStrip GoZone "VST: Oxford Dynamics (Sonnox)-2"
ZoneEnd

Zone "VST: Oxford Dynamics (Sonnox)-2"
        SelectedTrackNavigator
        ParentZone "VST: Oxford Dynamics (Sonnox)"
        Marker GoZone "VST: Oxford Dynamics (Sonnox)"
        ChanStrip GoZone "VST: Oxford Dynamics (Sonnox)-2"
ZoneEnd
changes to:

Code:
Zone "VST: Oxford Dynamics (Sonnox)" "OxDyn"
        SelectedTrackNavigator
        Marker GoZone "VST: Oxford Dynamics (Sonnox)"  FXSlot
        ChanStrip GoZone "VST: Oxford Dynamics (Sonnox)-2"  FXSlot
ZoneEnd

Zone "VST: Oxford Dynamics (Sonnox)-2"
        SelectedTrackNavigator
        ParentZone "VST: Oxford Dynamics (Sonnox)"
        Marker GoZone "VST: Oxford Dynamics (Sonnox)"  FXSlot
        ChanStrip GoZone "VST: Oxford Dynamics (Sonnox)-2"  FXSlot
ZoneEnd
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote