Hi Midiboxers,
while i was tinkering with my midiboxes i wondered if it would be possible
to use a Midibox NG to simulate a encoder. Something like an “encoder generator” simply by using a Dout board and a .NGR script.
Some quadrature encoder signal may could be generated like this:
if ^section == 1
set LED:0 0
delay_ms 2
set LED:1 0
delay_ms 2
set LED:1 1
delay_ms 2
set LED:2 1
delay_ms 2
set LED:0 0
delay_ms 2
set LED:1 1
delay_ms 2
endif
I guess connecting DOUT pins directly to the encoder inputs on the destination device
requires some kind of adjustment but should work too?
What do you think?
Is something like that in genaral possible?
Best regards
Marxon