Studio One Import Items with Scripting

Audio Plugin Hosts and other audio software applications discussion
Post Reply New Topic
RELATED
PRODUCTS

Post

Can I import all the source file sections with scripting in Studio One ?
I have all the source file names, tempo, start position, end position in source file, source position in project and pitch shift amount in a text file.
Studio-One-Biab-Tracks.png
You do not have the required permissions to view the files attached to this post.

Post

No answers ? That's why I use Reaper scripting.

Post

Why not just drag and drop the files into Studio One?
THIS MUSIC HAS BEEN MIXED TO BE PLAYED LOUD SO TURN IT UP

Post

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.

Post Reply

Return to “Hosts & Applications (Sequencers, DAWs, Audio Editors, etc.)”