Search found 24 matches

by AndreasFranke
Sat Jul 02, 2022 12:34 pm
Forum: Module Designer
Topic: I get always an empty String from VoltageRemoteControl.GetModuleName()
Replies: 0
Views: 9074

I get always an empty String from VoltageRemoteControl.GetModuleName()

Ahoi, I try to get the name of the module which I just learned by the VoltageRemoteControl class, but the returned string from its GetModuleName() method is always empty. the GetControlName() method just works fine and as expected. var module = RemoteControls[0][0].GetModuleName(); //always empty va...
by AndreasFranke
Sun Dec 26, 2021 9:06 pm
Forum: Voltage Modular
Topic: VM900 and vm2500 sequencer sync problems
Replies: 2
Views: 1272

Re: VM900 and vm2500 sequencer sync problems

VM2500: Select the OFF button. Send a clock signal to the STEP input connector To reset to the first step just send a trigger signal of your choice into the RESET input connector. Almost the same for the VM900 Set OSC.off Send a clock/trigger signal to the SHIFT input connector. and so on...
by AndreasFranke
Sun Dec 26, 2021 8:50 pm
Forum: Voltage Modular
Topic: Midi clock in stand alone mode
Replies: 10
Views: 3067

Re: Midi clock in stand alone mode

Fun fact. Try to get VST plugins inside of a Plugin Host module in sync to anything inside of the standalone. Will not work at all, because they only can sync to the global tempo which is given by the standalone it self and this can not be synced from any external source. What VM clock you are tryi...
by AndreasFranke
Sun Dec 26, 2021 2:48 pm
Forum: Voltage Modular
Topic: Midi clock in stand alone mode
Replies: 10
Views: 3067

Re: Midi clock in stand alone mode

Fun fact. Try to get VST plugins inside of a Plugin Host module in sync to anything inside of the standalone. Will not work at all, because they only can sync to the global tempo which is given by the standalone it self and this can not be synced from any external source.
by AndreasFranke
Wed Dec 01, 2021 7:48 am
Forum: Module Designer
Topic: How does parameter-mapping like in "Remote Control" work?
Replies: 5
Views: 1445

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 mod...
by AndreasFranke
Mon Nov 29, 2021 6:43 pm
Forum: Module Designer
Topic: How does parameter-mapping like in "Remote Control" work?
Replies: 5
Views: 1445

How does parameter-mapping like in "Remote Control" work?

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 ...
by AndreasFranke
Mon Jun 14, 2021 5:19 am
Forum: Module Designer
Topic: How to prevent VM to save/restore the states of knobs, buttons, etc.?
Replies: 2
Views: 1491

Re: How to prevent VM to save/restore the states of knobs, buttons, etc.?

Unfortunately there is no documentation on method call or event ordering available. You have to just test things yourself and sometimes things aren't what one might expect. As you have already figured, what is probably happening here is that Notify() is receiving automated state restoring Button_Ch...
by AndreasFranke
Sun Jun 13, 2021 4:10 pm
Forum: Module Designer
Topic: How to prevent VM to save/restore the states of knobs, buttons, etc.?
Replies: 2
Views: 1491

How to prevent VM to save/restore the states of knobs, buttons, etc.?

// public byte[] GetStateInformation() // Gets called when the module's state gets saved, typically when the user saves a preset with // this module in it. Voltage Modular will automatically save the states of knobs, sliders, etc., // but if you have any custom state information you need to save, r...
by AndreasFranke
Sat Jun 05, 2021 5:25 am
Forum: Module Designer
Topic: 3 MIDI to CV modules for hardware controllers supporting parameter feedback
Replies: 13
Views: 4303

Re: 3 MIDI to CV modules for hardware controllers supporting parameter feedback

tgrey wrote: Fri Jun 04, 2021 11:49 pm
The official manual didn't seem to be much help, but it looks like an individual made their own document. I *think* this will have what you're looking for?

http://www.jjlee.com/qlab/Mackie%20Cont ... %20Map.pdf
Yes, this document looks good. Thank you for sharing the link. :)
Andreas
by AndreasFranke
Fri Jun 04, 2021 4:02 pm
Forum: Module Designer
Topic: 3 MIDI to CV modules for hardware controllers supporting parameter feedback
Replies: 13
Views: 4303

Re: 3 MIDI to CV modules for hardware controllers supporting parameter feedback

To complete this bundle with a fader variant. So there will be 4 instead 3 modules in the bundle.
icon.png
icon.png (132.59 KiB) Viewed 1631 times

Go to advanced search