INTERACT FORUM

Windows => Plug-in Development => Topic started by: Denis31 on August 24, 2011, 03:10:10 am

Title: Volume control
Post 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
Title: Re: Volume control
Post by: kensn on August 24, 2011, 11:17:48 am
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
Title: Re: Volume control
Post by: Denis31 on August 25, 2011, 02:46:50 am
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 ?

Title: Re: Volume control
Post by: kensn on August 25, 2011, 08:53:01 pm
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
Title: Re: Volume control
Post by: Denis31 on August 26, 2011, 03:49:56 am
Thanks again kensn. Wiki is working now, I'm going to dig a little :)
Title: Re: Volume control
Post by: Denis31 on August 26, 2011, 04:04:10 am
"...get slider value...": Digged Automation event MCC: MCC: NOTIFY_VOLUME_CHANGED  :)
"...making the slider have no effect...": Digging  :P
Title: Re: Volume control
Post by: Denis31 on August 26, 2011, 07:35:56 am
"...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 ;)