View Single Post
Old 08-06-2014, 12:57 PM   #103
planetnine
Human being with feelings
 
planetnine's Avatar
 
Join Date: Oct 2007
Location: Lincoln, UK
Posts: 7,942
Default

...and is it possible to export these functions to EEL at all please?

Quote:
C: double BR_PositionAtMouseCursor(bool checkRuler)

Python: Float RPR_BR_PositionAtMouseCursor(Boolean checkRuler)

[BR] Get position at mouse cursor. To check ruler along with arrange, pass checkRuler=true. Returns -1 if cursor is not over arrange/ruler.


C: MediaItem_Take* BR_TakeAtMouseCursor(double* position)

Python: (MediaItem_Take* retval, Float position) = RPR_BR_TakeAtMouseCursor(position)

[BR] Get take under mouse cursor. Position is mouse cursor position in arrange.


>
__________________
Nathan, Lincoln, UK. | Item Marker Tool. (happily retired) | Source Time Position Tool. | CD Track Marker Tool. | Timer Recording Tool. | dB marks on MCP faders FR.
planetnine is offline   Reply With Quote