View Single Post
Old 09-16-2012, 03:44 AM   #64
gofer
-blänk-
 
gofer's Avatar
 
Join Date: Jun 2008
Posts: 11,359
Default

Quote:
Originally Posted by babag View Post
haven't looked into this for a while. are there yet any functions for:

get/set media item volume
get/set media item pan
get/set media item rate
get/set media item pitch

would love to be able to get info from one item and paste to multiple.

thanks,
BabaG
GetMediaItemTakeInfo_Value() and SetMediaItemTakeInfo_Value() gives you those (there is no item pan/pitch/rate, they are all take properties)

Volume depends on whether you're interested in take volume (then use the above function) or the item volume handle(knob), then it's GetMediaItemInfo_Value() and SetMediaItemInfo_Value() you need.
gofer is offline   Reply With Quote