DIY S4 question: How to recreate the loop-size LCD display
Anyone have any ideas how this could be achieved? If you look at the S4, on each deck it has a 2 digit LCD display showing the current loop size. This can be changed by rotating an encoder. I’m guessing that it’s possible for Traktor to output the current loop size via midi but how/what would you send this to? There’s probably a way to do it using Midibox hardware but I’m looking for a cheaper/easier solution… any ideas?
One way would be to use a different LED for each loop size (1,2,4,8,16,32,etc) and then illuminate the corresponding LED when the loop size is changed… would be nice to use a 2 digit calculator style LCD though…
Is it possible to map each loop size to multiple outputs??(I’ve never really tried)
But if it is, then you could just use some 7 segment displays, and the custom hardware of your choice, and just map each loop size to the appropriate leds on the displays.
Someone was supposed to be writing a midi dll for LCDSmartie but last time I checked it still wasn’t released.
The way I got around it was to write a script in Autohotkey that receives midi from Traktor and saves it to a text file that LCDSmartie would read, in realtime. So effectively LCDSmartie was just displaying a text string from a text file (or converting a number/string from a text file into a bar chart).
I think I explain it all better in this thread (sorry it’s been awhile since I’ve played with this stuff!)
I know this is an old thread, but since the same question was asked again a year ago and there still wasn’t an answer, here’s how you do it with Arduino or any other programmable hardware that can receive MIDI:
Add an out for Loop Size Selector (under Deck Common > Loop)
Assign it to a CC message (makes more sense since Note will send a note off message for 1/32)
There are 11 loop sizes (1/32 to 32), so set Controller range and MIDI range to min 0 and max 10