Hi all,
I’m new here and I’ve been using Rack just for a few weeks, but I’m very impressed with the wide variety of available modules, especially loving the geodesics modules
Having near zero experience in dsp development I never thought I would do a own module, but being a quite skilled C# programmer, here is a first glimpse!
It is hugely based on Mr. Belts recently added module MIDI-MAP in Rack v1, I just exchanged the MIDI CC input by 16 CV inputs using one poly-cable. There are many nice sequencer modules out there, but only very few allow modulating single steps by CV, so I created this module for my own usage…
Sorry, but modulating the Seq knobs is a derivative work?
This is a joke?
The modulation of sequencer steps could be done in Numerology more that ten years btw.
Added unipolar and bipolar signal mode on context menu
Increased the mapable parameter count to 32
Added parameter numbering on display
I also created a second module CV-PAM that does kind of the opposite: You can bind to any parameter and get CV for its movement. Using CV-MAP and CV-PAM togehter you will be able to sync knob changes of two (or more) modules
There is one thing that may be out of your control to implement. Knowing which knob sets and which one gets values is a little hard to decipher, the getter doesn’t move but until you make that mistake there is no way of knowing. If possible, a different coloured midi indicator (purple dot) maybe green for the setter, getter unchanged.
Another thing is by looking at the display the module name blocks the mapped control, perhaps a scroll at the top would help with identifying that control.