Hi everyone<br><br>Today I try to connect two midi controllers to fluxus, when I put <br><br>----------------------------------------------<br>;CODE<br>   (clear)<br>   (display (midi-info))<br>;the post prints the two controllers I have connected <br>
         "((0. LAUNCHPAD) (1. KNOB/SLIDER))"<br><br>;after this I put <br>   (midi-init 0) <br>   (midi-init 1)   ; to <span id="result_box" class="short_text" lang="en"><span class="hps">initialize the ports<br>
<br>;and try to take the MIDI values and print <br>   (define (midimsg)<br>      (display (midi-peek))(newline) <br>   )<br>   (every-frame (midimsg))<br></span></span>----------------------------------------------<br><span id="result_box" class="short_text" lang="en"><span class="hps"><br>
When I move the faders of controller in port 1 nothing happens, but the controller in port 0 prints me all the values...<br><br>Now, when I connect first the KORG NANO (1. KNOB/SLIDER) and after that I connect the LAUNCHPAD, the values of the launchpad do not prints, but the other ones from the KORG prints OK<br>
</span></span><br>Hope you can help me or tell me where is the error.<br><br><br><div style="text-align:center">Best Regards. <br>_________________________<br></div><div style="text-align:center"><b>Eduardo H Obieta</b><br>
<br><a href="http://eduardohobieta.mx/eng/index.html">eduardohobieta.mx/</a><br><a href="http://laad.com.mx/">http://laad.com.mx/</a><br></div>