INTERACT FORUM
Windows => Plug-in Development => Topic started by: Denis31 on August 24, 2011, 03:10:10 am
-
Hello,
please be patient, I don't know anything about JRiver plugins ... (but I know a little about programming)
I would like to implement my own Volume Control in JRiver... is it possible ?
Thank in advance,
Denis
-
If you dig around in the Wiki (which it appears to be down as I post this) In the Dev zone you will find alot of good info. There is a MC automation mixer control that lets you control the volume.
Ken
-
Thank you kensn. Well, the wiki seems still down :-\ but I will try again...
To be more precise, I dont wan't to remotely control JRiver's volume slider. I want this slider no longer has effet on JRiver's output gain (would be always 100%) but rather transmits its value to my stuff - via a plug-in or anything else ;)
Any ideas to achieve this ?
-
Here is the link I wanted to post before. http://wiki.jriver.com/index.php/MJMixerAutomation (http://wiki.jriver.com/index.php/MJMixerAutomation)
It appears to let you read from or write to the volume control. So I guess you could get its value, or push a value to it, but as far as making the slider have no effect I don't know...
Ken
-
Thanks again kensn. Wiki is working now, I'm going to dig a little :)
-
"...get slider value...": Digged Automation event MCC: MCC: NOTIFY_VOLUME_CHANGED :)
"...making the slider have no effect...": Digging :P
-
"...get slider value...": Digged Automation event MCC: NOTIFY_VOLUME_CHANGED :)
"...making the slider have no effect...": assign windows 7's volume control to... nothing. Assign JRiver's volume control to "System volume" :D
Done ;)