View Single Post
Old 05-28-2017, 10:48 PM   #1473
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

Quote:
Originally Posted by Viente View Post
Is it possible to create a script that insert an audio item from specific WAV sample on the drive? Let's say i have a sample located at C:\MySamples\Test.wav.
Code:
file_path = [[C:\MySamples\Test.wav]]
reaper.InsertMedia( file_path, 0 )
mpl is offline   Reply With Quote