Thanks Jeff, I did look at that but it had Style Rebuild Fast/Slow, but then when I hovered on it I got the tip.

[Linked Image - Only viewable when logged in]

Studio One Section Transfer

I don't know if you know anyone in the S1 forum that has some info on scripting to import the RT sections into S1, it very hard to find info.
I don't see Lawrence around anymore as he would of known.

With Reaper I use
reaper.InsertMedia( source_file, 0 )
then set
reaper.SetMediaItemTakeInfo_Value( sel_take, "D_PITCH", pitch )

reaper.SetMediaItemTakeInfo_Value( sel_take, "D_STARTOFFS", source_time_pos )

reaper.SetMediaItemInfo_Value( sel_item, "D_POSITION", track_time_pos )

reaper.SetMediaItemLength(sel_item, source_time_length, true)

So I want to do the same with Studio One.

[Linked Image - Only viewable when logged in]