bitfocus / companion-module-requests

Repository for tracking module requests
101 stars 11 forks source link

Roland VR-6 HD compability request/questions #1542

Closed pawelco closed 3 months ago

pawelco commented 4 months ago

Hello I"d like to control my PTZ cameras on Roland VR-6 HD using streamdeck or MDI controller via Companion. I see that the VR-120 HD preset is already there. I assume that it's just a case of adding sys-ex controls to make the VR-6 work. If not- what's the way of programming the library? Or maybe someone already has a proper file to share. Thanks

JeLuF commented 4 months ago

The parameter address map of the VR-6 HD, as documented in https://static.roland.com/assets/media/pdf/VR-6HD_Control_eng02_W.pdf, is different from the VR-120 HD, so yes, new sys-ex controls are needed.

The modules are written in either Javascript or Typescript. The VR-120 HD module (written in Javascript) is available at https://github.com/bitfocus/companion-module-roland-vr120hd

There's a Module Development 101 in the wiki. It explains how to set up a dev environment and how to submit the module for inclusion to Companion.

bryce-seifert commented 3 months ago

Duplicate of https://github.com/bitfocus/companion-module-requests/issues/1443