Page 1 of 1

media control panel value

PostPosted: Mon Dec 01, 2014 11:09 am
by matim
Hello,
With the Button -> Media control, where can i find the variable of the item clicked ?
If the is a member.value associeted with the Media control ?
How can i view the list of members and theirs values ?
Thanks
Mat.

Re: media control panel value

PostPosted: Mon Dec 01, 2014 12:19 pm
by Dennis Kuypers
Hey,

I had this problem once and used the VGet* scripts in the "after" click script to get the media ID of the layer I just assigned to.

Code: Select all
VGetDeviceMediaFolderID,VarName,SiteID,DeviceID
VGetDeviceMediaFileID,VarName,SiteID,DeviceID


Regards
Dennis

Re: media control panel value

PostPosted: Tue Dec 02, 2014 3:41 am
by matim
Hello,
Thank you , i can do something with it
I only need the value of the cell click on the media panel , cell 1 or cell 2 ...
I have to add a layer who receive the information send by the media control in order to get the button click.

If there is no direct way to do this , it is ok for me.

Mat.

Re: media control panel value

PostPosted: Tue Dec 02, 2014 2:13 pm
by Dennis Kuypers
Hello,

yes this is (currently) the case.

Regards
Dennis

Re: media control panel value

PostPosted: Tue Dec 02, 2014 7:09 pm
by malkuth23
I believe there is a node that you could output to a variable.

Re: media control panel value

PostPosted: Wed Dec 03, 2014 12:44 pm
by matim
Hello,
Great , that's it
the media Control input

by the way ,
i can simulate a WD button click with my midi pad , but i don't find the way to click on a cell of the Media control via midi.
any idea ?

Thank you

Mat