Hi I would like to map parameters, that not can be controlled with cv, like the Remote Control" from
Cherry Audio does. How does it work? I didn't find any documentation about it, but would really like
to have this functionality in a new bigger controller module for VM. Any hints?
Best regards Andreas
How does parameter-mapping like in "Remote Control" work?
- AndreasFranke
- Posts: 24
- Joined: Fri Apr 16, 2021 10:27 am
- Location: Germany
- Contact:
Re: How does parameter-mapping like in "Remote Control" work?
I haven't tried it Andreas, but when I search for 'learn' these methods show up:
void Clear() Clears the learned control. java.lang.String
GetControlName() If learned, this is the name of the learned control. java.lang.String
GetModuleName() If learned, this is the name of the learned control's module.. java.lang.Object
GetRemoteControlledControl() Get's the VoltageComponent this is controlling. boolean
IsLearned() Is this remote control learned?
void Learn() Initiates the control to be learned.
void SetRemoteControlDisplayName(java.lang.String displayText) Sets the remote control's display name.
So I'd say there is information...
If I can find the time I'll see if I can get it to work..
cheers
Hans
void Clear() Clears the learned control. java.lang.String
GetControlName() If learned, this is the name of the learned control. java.lang.String
GetModuleName() If learned, this is the name of the learned control's module.. java.lang.Object
GetRemoteControlledControl() Get's the VoltageComponent this is controlling. boolean
IsLearned() Is this remote control learned?
void Learn() Initiates the control to be learned.
void SetRemoteControlDisplayName(java.lang.String displayText) Sets the remote control's display name.
So I'd say there is information...
If I can find the time I'll see if I can get it to work..
cheers
Hans
Request for Music
Re: How does parameter-mapping like in "Remote Control" work?
Hi Hans,
What class(es) are those methods associated with? I had a quick look and couldn't find them with the VMD Library browser.
What class(es) are those methods associated with? I had a quick look and couldn't find them with the VMD Library browser.
- AndreasFranke
- Posts: 24
- Joined: Fri Apr 16, 2021 10:27 am
- Location: Germany
- Contact:
Re: How does parameter-mapping like in "Remote Control" work?
Hi Hans,creart wrote: ↑Tue Nov 30, 2021 1:02 pm I haven't tried it Andreas, but when I search for 'learn' these methods show up:
void Clear() Clears the learned control. java.lang.String
GetControlName() If learned, this is the name of the learned control. java.lang.String
GetModuleName() If learned, this is the name of the learned control's module.. java.lang.Object
GetRemoteControlledControl() Get's the VoltageComponent this is controlling. boolean
IsLearned() Is this remote control learned?
void Learn() Initiates the control to be learned.
void SetRemoteControlDisplayName(java.lang.String displayText) Sets the remote control's display name.
So I'd say there is information...
If I can find the time I'll see if I can get it to work..
cheers
Hans
I really overlooked this. What a shame.
Gave it a quick run, and it seems to work so far.
Thank you very much.
Andreas
Re: How does parameter-mapping like in "Remote Control" work?
ah great!
glad it worked...
haven't had time myself..
cheers Hans
glad it worked...
haven't had time myself..
cheers Hans
Request for Music
Re: How does parameter-mapping like in "Remote Control" work?
but I should've told that I look in the API for those kinda things....
Request for Music